Skip to content

BacteriesMSHP/The-Game-of-Death-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation on Ubuntu:

sudo apt-get install git git clone [email protected]:rzhikharevich/The-Game-of-Death-2.git sudo apt-get install libsdl2-dev libsdl2-image-dev

Compilation:

g++ -std=c++11 *.cpp -lSDL2 -lSDL_image

Note, that there is a png image required, but not imported in projest (see in main.cpp)

About

Rewrite of the previous version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • Makefile 2.7%