项目作者: AMDmi3

项目描述 :
Old-school platformer/exploration game with CGA graphics
高级语言: C++
项目地址: git://github.com/AMDmi3/planetonomy.git
创建时间: 2015-06-23T15:16:58Z
项目社区:https://github.com/AMDmi3/planetonomy

开源协议:GNU General Public License v3.0

下载


Planetonomy

Build Status

Old-school platformer/exploration game with CGA graphics

You are a member of space exploration mission to a planetoid with
unusual properties passing near earth. After successfull touchdown
your are left in the landing module to control communications and
look after other systems, while you compares go outside to explore
the planetoid. After some time, signal from survey team is suddenly
lost. Now you are alone to save them and uncover the mysteries of
strange space object.

Screenshot

Building

Dependencies:

The project also uses libSDL2pp, C++11 bindings library for SDL2.
It’s included into git repository as a submodule, so if you’ve
obtained source through git, don’t forget to run git submodule init && git submodule update.

To build the project, run:

  1. cmake . && make

Author

License

The project also bundles third party software under its own licenses:

  • extlibs/libSDL2pp (C++11 SDL2 wrapper library) - zlib license