Life Predictor
A very simple puzzle using Conway's Game of Life rules! Each stage is a pattern of cells you have to create on the second generation using a 3x3 grid of cells, but you can only alter the first generation of cells! Complete a stage by creating the exact same pattern on the second generation.
The game sometimes (really sometimes) segfault and crashes! If this happens on the Web version, you'll see a blue screen randomly appearing.
Controls:
- Left/Right arrow: Alternate between the first and second generation of cells.
- Mouse click: turn cells on/off on the first generation
- F1: Enable "console mode". It's a POC for some ideas I have for the engine, but basically you can alter the Scheme environment with the console!
I made the game using an Engine I'm creating (with some help from a friend!) using Raylib and S7 Scheme. The Raylib portion is done in C with a very small wrapper, and all gameplay is Scheme. You can download the source-code, or check the git repository: https://github.com/henriquelalves/SLGJ-2024
You can check the devlog at https://henriquelalves.com/tags/devlog/
Status | Released |
Platforms | HTML5 |
Author | perons |
Genre | Puzzle |
Tags | game-of-life |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
I remember seeing a game like this from 15 years ago except it was "make this pattern after X generations". Love this concept.
I keep getting the blue screen.
dang it! Can you share the browser and version you're using?
google chrome. I don't know the version
really cool idea! might serve as a good introduction to learn the basic structures of game of life.
This is really cool, I love the idea, and it does help to better understand the game of life