I'm back. Well, I haven't been away really. I just happened to stop uploading videos for a while.
This time, I'm showing you a little game I have programmed based off Conway's Game of Life.
It's basically a bunch of cells which interact with each other. They will die if they have too many or too few neighbours, but they can survive when they have just the right number of cells around them. A dead cell will come alive when 2 cells are around it.
This program was written in C++ using SFML. It's one of my first true c++ programs. I will share the code if you send me a PM. Be advised though that it's not optimised nor well written so you might not be able to get much out of it. I'm on my way to rewrite it properly.
You can download this program here:
http://www.mediafire.com/file/cmflg5vrst06d5f/gameoflife_2.zip
@gaaratoast Conway's game of life is an algorythm. I implemented the algorythm.
Terabytekit 7 months ago
"based off of"?
It appears to be an exact copy of Conway's game of life.
gaaratoast 1 year ago