Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

AnimeshSinha1309/terminal-joyride

Repository files navigation

Terminal Joyride

The JetPack Joyride game on your terminal.

Compile and Run

If you don't have python or colorama installed, run the following lines on your terminal.

sudo apt-get install python3
python3 -m pip install coloroma

And then to run the game:

python3 game.py

Class Structure

  • Frame
  • OS manager
  • GameObject
    • Background
    • People
      • Player
      • Boss Enemy
      • Drogon
    • Spawnable
      • Fire Beams
      • Magnet
    • Bullets
      • My Bullets
      • Boss Bullets
    • Powerups
      • Speed Power-Up
      • Shield Power-Up

About

Design and Analysis of Software Systems (DASS) Assignment-1 repository for implementing a terminal based game.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages