Simple Conway's Game of Life implementation in Odin using Raylib.
- Install Odin. [Instructions]
- Clone the GitHub repository.
// ssh
$ git clone git@github.com:furtidev/game-of-life
// https
$ git clone https://github.com/furtidev/game-of-life- CD into the cloned repository:
$ cd game-of-life/ - Run the following command:
odin run .
