Giter Site home page Giter Site logo

a-tokyo / chaser-game Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 87 KB

🕹The Chaser game's main idea is that there is an object which is stuck in some place with some other objects. Some are chasing ,others are to be chased.

Home Page: http://a-tokyo.github.io/chaser-game

C++ 100.00%
opengl game two-dimensional cplusplus

chaser-game's Introduction

chaser-game

Description

The Chaser game's main idea is that there is an object which is stuck in some place with some other objects. Some are chasing ,others are to be chased. The game is built using openGL.

Gameplay

The game is mainly about an object that the player controls. This object is being chased by a group objects that decrements the players score when they manage to catch him (or kill him in another game mode). Another group of objects are escaping and the player should try to catch them to increment their score. Objects motion is divided into two points:

  • Objects change their direction of looking as the player always looks the way it goes, chasers always look towards the player, and chased always look towards the opposite direction of the player.
  • The player moves based on the player control, chasers always move towards the player, chased always move away.

After 30 seconds of the game start, the player will be granted the ability of performing one of two special power moves, once in the whole game. Special power moves are:

  • Double score: for the upcoming 30 seconds, all score acquired (positive or negative) is multiplied by two (using the letter q).
  • Chasers stun: for the upcoming 30 seconds, all chasers stop moving (using the letter w).

Game Modes

The game has two modes:

  • Time based: the game lasts for 5 minutes.
  • One shot kill: the game lasts till the player gets caught by a chaser.

Controls

  • The player motion control with the mouse.
  • Exiting the game with the ESC key or 'z' key.
  • Activation of special power moves using 'q' and 'w' keys.
  • Switch game mode using 'm' key.

chaser-game's People

Contributors

a-tokyo avatar

Watchers

 avatar  avatar  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.