An open API service indexing awesome lists of open source software.

https://github.com/vortex2jm/colision_game

Windowed colision game with command line interface
https://github.com/vortex2jm/colision_game

Last synced: 10 months ago
JSON representation

Windowed colision game with command line interface

Awesome Lists containing this project

README

          

## My first python game

- I made this game to learn PYGAME and ARGPARSE basic concepts. :video_game:

### Instructions

#### This game has a command line interface

- To run game, type on terminal -> python3 colision.py
- To see score, type on terminal -> python3 colision.py -s
- To see best score, type on terminal -> python3 colision.py -b
- To see worst score, type on terminal -> python3 colision.py -w
- To clear score, type on terminal -> python3 colision.py -c

OBS: You can change letters to words!
- -s / --score
- -b / --best
- -w / --worst
- -c / --clear