Skip to content

Project of UFAZ Development Techniques course - Game of Life written in C.

License

Notifications You must be signed in to change notification settings

ufazGameOfLife/ufazGameOfLife

Repository files navigation

ufazGameOfLife

Project of UFAZ Development Techniques course - Game of Life written in C.

How to install

First clone the project: git clone https://github.com/ufazGameOfLife/ufazGameOfLife.git Then make sure you have make, cmake, sdl and cunit installed in your system then:

cd ufazGameOfLife
cmake .
make

How to run the project

Usage:

./ufazGameOfLife [-w width] [-h height] [options]

Options:

  • -s  Print to SDL instead of standart output
  • -c  Make board type Circular instead of Clipped
  • -d  Debug mode on for standart input

About

Project of UFAZ Development Techniques course - Game of Life written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published