Game of life dots challange 2024 03
A downloadable game
My project to dots challange to make a gol simulation in unity with dots https://itch.io/jam/dots-challenge-1 My optimalizations:
- one entity == one chunk of cells (8 by 8) stored in single ulong
- no storage of future/past chunk version (only borders)
- custom render (sadly witchout custom shaders - would be much faster)
- calculate all cells in chunk at once using bit operations (practically no if statements in simulation logic or forloop for each cell)
- option to slow/skip frame rendering (render every 4 frame etc)
- option to import cells from json
Status | Released |
Author | andruplay9 |
Download
Download
GoL.zip 42 MB
Leave a comment
Log in with itch.io to leave a comment.