Git Product home page Git Product logo

target-xplosion's Introduction

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 [email protected]:Gumichan01/target-xplosion.git
# Build LunatiX (library files) and put the library files into *lib/linux*
$ git-lfs pull
$ make

Videos

Links


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.