Skip to content

tbpaolini/ConwayTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple implementation of Conway's Game of Life written in C (for Windows), that I made as an exercise to learn the language. I made two versions: a text based one, that runs on the terminal; and a graphical window version, that uses using SDL2 for the graphics.

There isn't really anything to mess around in the program, besides opening and closing it, as the board size and frame rate are hard coded. I am aware that there are ways to optimize and improve the code. But since I am new to C/C++, I kept things simple and straightfoward, to be sure that I got the basics right.

On the bin folder I included the compiled programs. On the .vscode folder I included the compiler configurations; which has a task to build the graphical version, and another task to build the terminal version.

About

Conway's Game of Life (exercise)

Topics

Resources

Stars

Watchers

Forks

Languages