Skip to content

sel3ne/ecosim

Repository files navigation

ecosim

Economy simulation game: There are different resources available (Food, Gold, etc). Humans carry them around from the buildings. The ressources can only be collected at the right places, according to the map.

Screenshot_map

On the map the player can arrange the buildings (like the lighthouse in the following image):

Screenshot from 2020-11-17 15-31-59

There are buildings like the farmhouse which come automatically with humans:

Screenshot from 2020-11-17 15-33-01

For the farmhouses there are farms, where the farmer can get food:

Screenshot from 2020-11-17 15-33-58

The player can direct the flow of resources by left and right mouse click which is visualized with arrows (green arrow indicates the chosen ressource is food):

Screenshot from 2020-11-17 15-41-41

Arch Linux

Building and Running

Install the sfml package.

./compile_and_run.sh

Testing

Install the sfml, gtest and gmock packages.

./run_tests.sh

Sublime Setup

  • Install the clang package from the pacman repositories.
  • Install the Clang Format package in Sublime.
  • Under Preferences -> Package Settings -> Clang Format -> Settings - User set the config:
{
   "style": "Google",
   "format_on_save": true
}

About

Eco sim game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published