dodolab / Paratrooper

Paratrooper clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paratrooper

logo

Clone of a 1982 computer game. The player controls a turret and earns points by shooting helicopters and paratroopers.

Watch Gameplay

Platforms

  • Windows
  • Linux
  • Android (available soon)

Implemented mechanics

  • Paratroopers
  • Helicopters
  • Turret control and firing (added gravity)
  • Game over (simplified capturing animation)

Technical notes

  • The game uses raw component architecture (ECS pattern)
  • Components communicate via message passing
  • Configurable attributes are located in Data/config.json

Control

  • LEFT ARROW - rotate cannon left
  • RIGHT ARROW - rotate cannon right
  • LEFT ALT - fire

Installation

First, install OpenFrameworks framework, following instructions on their web. Recommended version is 0.9.8.

Second, download CogEngine 0.35 game engine. Open the VS solution file and fix paths to both frameworks.

About

Paratrooper clone

License:MIT License


Languages

Language:C++ 76.7%Language:Makefile 16.0%Language:Java 4.8%Language:Batchfile 2.5%