Please sign in to access this page
Conway's Game of Life simulation entirely in the terminal. Supports importing game fields from an image file.
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
didnt attach a compiled binary to the github release the first ship so it got rejected. i have done it now.
alright time to ship. v1.1 is released. read the README for all the instructions, i've made using the script as easy as possible. or check out the demos.
thanks for viewing.
added devlogs this commit but the previous commit's devlog i shall make tomorrow as it is pretty major.
added a box around the game field so its clear where the boundaries of the field are. also improved error handling.
made it so the program can accept arguments for either a random board or generating a board from an image
the terminal CGOL simulator now supports importing the game board from an image file.
so i decided to try making Conway's Game of Life in the terminal as a sort of a warmup. still figuring some stuff out