Giter Site home page Giter Site logo

qazerlab / zenitka-legacy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amdmi3/zenitka-legacy

0.0 1.0 0.0 187 KB

Legacy discontinued project moved from sourceforge: "Excessive Paratrooper clone"

License: GNU General Public License v2.0

CMake 2.75% C 97.25%

zenitka-legacy's Introduction

              zenitka - excessive paratrooper clone
             =======================================

History
~~~~~~~
Zenitka is a game by Ilya Pilev, originally written for Windows
in Delphi/DelphiX. The last version was released in 2002, then the
website was closed, and the game nearly forgotten. In 2006, I've
obtained game source code from author with intention to rewrite the
game in portable way using cross-platform libraries. Now, behold
the result. Code is rather ugly, as I've just rewritten Delphi code
in C, to copy game behavior 1:1, but I hope to improve code quality,
as well as turn Zenitka into complete game.

PS. `Zenitka' means `air-defence gun' in Russian.


Command line arguments
~~~~~~~~~~~~~~~~~~~~~~
*TODO*


Building & Installation
~~~~~~~~~~~~~~~~~~~~~~~
To build zenitka, you need:
    - cmake (http://www.cmake.org)
    - SDL library (http://www.libsdl.org)
    - SDL_image, SDL_gfx libs

* If you just want to try zenitka without installing it systemwide, just run:

% cmake .
% make

* If you want to install zenitka systemwide, run:

% cmake -DWITH_INSTALL=1 -DCMAKE_INSTALL_PREFIX=/usr/local
% make
% make install

You may omit -DCMAKE_INSTALL_PREFIX, which is /usr/local by default


Keyboard controls
~~~~~~~~~~~~~~~~~
Left/right    Rotate gun
Space/shift   Fire
Q, Esc        Quit


Mouse controls
~~~~~~~~~~~~~~
*TODO*

zenitka-legacy's People

Contributors

qazerlab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.