Gumichan01 / target-xplosion

2D scrolling shooter (shoot'em up) game

Home Page:https://gumichan01.itch.io/target-xplosion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target Xplosion - ターゲットエクスプロージョン

tx-gif

2D shoot'em up game - by Gumichan01

About

Target Xplosion is a 2D scrolling shooter game inspired by R-Type, Dodonpachi, and Touhou Project (東方Project).

It was developed in C++, and uses LunatiX.

Target Xplosion is available under the GNU GPL v3. But additionnal contents (images, font, music) are under Creative Commons.

Game System

You have several types of shots:

  • Normal shot
  • Homing missiles
  • Bomb (available in level 3)

The game also integrates a combo system. Each time you shoot an enemy, the combo value increase. So you can earn more points when you kill enemies or take a specific bonus item. But be careful! If you get hit or die, you will lose your combo.

Control

In Game

Keyboard:

  • Arrows: Move the ship
  • Z or W: normal shot
  • X: Missile
  • C: Bomb
  • LEFT SHIFT: slow motion of the ship
  • ESCAPE: Quit the level/Game
  • BACKSPACE: Quit the Game

Gamepad (Xbox controller recommanded) - default configuration:

  • Left stick: Move the ship
  • A: basic shot
  • X: Missile
  • B: Bomb
  • START: Quit the level
  • B (main menu): Quit the game

In result screen

  • RETURN (keyboard) / A (gamepad) : continue

Demo

Releases are available here. You can get the current developement game thanks to the source code, but you need to compile the game.

Compilation

If you want to compile the game from the source code. You will have to follow these instructions.

Prerequisites

The game depends on LunatiX. So you need to generate the library files of LunatiX in order to compile the game. Please take a look on the README of LunatiX for more information about how to install it.

Since the repository contains big files that are indexed by git-lfs, you must install git-lfs on your computer in order to retrieve the repository and work on it.

So in order to build the project, you need to follow those steps:

$ git clone git@github.com:Gumichan01/target-xplosion.git
# Build LunatiX (library files) and put the library files into *lib/linux*
$ git-lfs pull
$ make

Videos

Links


About

2D scrolling shooter (shoot'em up) game

https://gumichan01.itch.io/target-xplosion

License:GNU General Public License v3.0


Languages

Language:C++ 97.4%Language:Makefile 2.1%Language:Shell 0.5%