GPN12:Gamejam:transport: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung
(mirror)
 
Zeile 14: Zeile 14:
* for gcc: scons -f SCons.gcc  
* for gcc: scons -f SCons.gcc  
== Download ==
== Download ==
* Source: [https://github.com/ydnax/gpn12gamejamgame github]
* Source: [https://github.com/ydnax/gpn12gamejamgame github] ([[Media:GPN12-Gamejam-transport-gpn12gamejamgame.git.201108.tar.gz|Mirror]])
* Binaries: nope
* Binaries: nope
{{Navigationsleiste GPN12:Gamejam}}
{{Navigationsleiste GPN12:Gamejam}}

Aktuelle Version vom 11. August 2012, 16:11 Uhr

a strategy / micro management game by xAndy for the GPN12:Gamejam. written in c++11

2012-06-09-214246 800x500 scrot.png

make money by transporting goods to and from captured towns and buy more robots to transport more things and capture more towns.

How to play

  • select one of your(blue) towns and send units to other towns by clicking on them.
  • deselect with space.
  • make money by moving units between your towns. they will consume resources.
  • you win a level by holding all towns.

How to compile

  • you need g++ >=4.7 or clang >=3.1
  • sdl, sdl_image, sdl_gfx, sdl_ttf, sdl_mnixer
  • scons
  • for gcc: scons -f SCons.gcc

Download