2D Game inspired by Conway’s Game of life. This simulates a creation organism that regenerates itself infinitely. We also create a clock using Game of Life but it was too heavy to run and record at the same time.
What tools did you use to create your project?
How much experience does your group have? Does the project use anything (art, music, starter kits) you didn't create?
We didnt use any starter kits. We did this using raylib and C purely. No external libraries rather than raylib. No game engine.
What challenges did you encounter?
time complexity in the game and embedding the code in the given time frame