shreyasseshadri / Velocity_Raptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velocity Raptor

This is a game developed purely in BASH. Checkout the demo at the bottom.

The aim of the game is simple. Avoid obstacles!

  • In this game the more the player avoid obstacles, the more points they get.
  • As the player's points increases the speed of the obstacles increase,making it more difficult than the previous level.
  • Many models are available,and the player can choose anyone of them according to their need.
  • Models have different attributes attached to them like width,height,speed of ascent and descent,etc. Hence, while choosing the model the player can make appropriate choices.

Contols

  • w: Moves player up
  • s: Moves player down
  • p: Pause game
  • q: Quits game

Setup

  • Clone the repository
  • Run main.sh in a fullscreen terminal

Demo

Start screen screenshot

Model selection screenshot

Walk mode screenshot

Jump mode screenshot

Game over screenshot

About

License:MIT License


Languages

Language:Shell 100.0%