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
- Host: GitHub
- URL: https://github.com/vortex2jm/colision_game
- Owner: vortex2jm
- Created: 2022-01-13T10:28:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T23:26:25.000Z (about 4 years ago)
- Last Synced: 2025-04-25T20:41:02.951Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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