Clickteam Fusion 2.5

Clickteam Fusion 2.5

Not enough ratings
Conway's Game of Life
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
2.162 MB
18 Oct, 2022 @ 9:18am
1 Change Note ( view )

Subscribe to download
Conway's Game of Life

Description
Conway's Game of Life
A cellular automata algorithm made in Fusion 2.5

Additional Features:
- Pause/Resume simulation
- Reset current simulation
- Advance to next generation manually
- Adjust Tick Speed (based on the timer)
- Control the Res size (cell size) can also be used to zoom in/out
- Surface/ Actives rendering
- Pattern Loading from .txt files, very common format
- Cells Wrap around when instead of just destroying themselves if they went close to one of the edges

Notes:
* The custom debugger takes a lot of processing power, even when hidden
* This can be faster, the easiest addition would be using the exclusive F2.5 plus features like refactoring the code to utilize child events and DX11, Using Faster Array based objects, like the binary array.. etc
* Please let me know of what you think, and what patterns you tried with it, remember that you can easily add patterns, for example you can copy a pattern to Template.txt file in the "Lexicon" folder, Try using this site to copy patterns from: http://conwaylife.com/ref/lexicon/lex.htm adding more patterns is also possible by just making a new .txt file in the Lexicon folder
1 Comments
Kage 19 Oct, 2022 @ 1:36am 
Wow, looks very interesting, thank you for this masterpiece.