
Game of Life
I developed this Game of Life simulator for
Android using Unity.
This project is my own take on John Conway's famous cellular
automaton — bringing it to mobile with my own features and UX.
- Infinite world — move and explore in any direction without boundaries.
- Built-in tutorial introducing controls and game rules.
- Subtle vibration feedback when text appears.
- Minimalist UI created using DOTween.
- Smooth multi-threaded generation calculations.
- Tilemap-based world — only tiles within the camera's view are rendered.