Skip to content

hedaro/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Conway's Game of Life

Usage

You need to install SDL2 dev libraries. You also need OpenGL which is probably already installed in your system. The project includes a makefile, just run make in the terminal while on the project's root directory.

TODOS

  • Separate SDL and OGL code from the main file
  • Separte Game of Life logic from the header file
  • Add functions to generate patterns to the library
  • Organize code functions better

About

Conway's Game of Life, with SDL and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published