Skip to content

rasmusgo/Emergence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergence

Small multiplayer sandbox game with growing grass and cute rabbits

Uses SDL and OpenGL for graphics.

License is not determined yet so I guess it is "all rights reserved" until a suitable license is chosen.

Installing and running

# Build
sudo apt-get install libsdl-dev libsdl-net1.2 libsdl-net1.2-dev libsdl-image1.2 libsdl-image1.2-dev
mkdir build
cd build
cmake ..
make
# Run server
cd ../server
./emergence_server &
# Run client
cd ../client
./emergence_client &

About

Small multiplayer sandbox game with growing grass and cute rabbits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published