Skip to content

ZXPrism/The-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Game of Life

Setup

  1. Install xmake from https://xmake.io/
  2. Open the project folder
  3. Execute command xmake to build the project
  4. You will find the executable life in folder bin

Note

  • Theoretically this applies to any mainstream platform since my codes are all platform-independent, but I only tested it under Windows.
  • If you encounter any issue, please report them on the issue page of this repository.

Test

  1. Launch the executable
  2. Set the window resolution*, grid resolution* and animation speed*.
  3. Set the initial configuration by clicking.
  4. Press enter to start the game.
  5. Press backspace to reset.

Example

example

About

A implementation of the game of life with libsdl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published