Clickteam Fusion 2.5

Clickteam Fusion 2.5

评价数不足
Conway's Game of Life
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
2.162 MB
2022 年 10 月 18 日 上午 9:18
1 项改动说明 ( 查看 )

订阅以下载
Conway's Game of Life

描述
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 条留言
🌲💖😺Kage😸💖🌲 2022 年 10 月 19 日 上午 1:36 
Wow, looks very interesting, thank you for this masterpiece.