Skip to content

souravjee/Cellular-War

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

export SFML_DIR=path/to/SFML/SFML
mkdir out
make

Run

Before running the executable out/main.out, prepend to LD_LIBRARY_PATH the path to the shared libraries of SFML, like so:

export LD_LIBRARY_PATH=${SFML_DIR}/lib:$LD_LIBRARY_PATH

About

A cellular automaton that simulates a battlefield based on simple attack / heal / upgrade rules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 88.4%
  • Makefile 11.6%