repson / ascii_racer

A racing game that runs in Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII RACER

A racing game that runs in Terminal. This is WIP.

100% Python.

Start Game

To start, run python3 game.py to begin the game

Scoring

There are four different types of drinks that you can collect on the racetrack.

  • Vodka - 10 Points
  • Gin - 5 Points
  • $ - 1 Point
  • Beer - Negative 20 points

Only dependency is ncurses module.

About

A racing game that runs in Terminal


Languages

Language:Python 100.0%