Wuhoos / space_dodger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Dodger Project

Screen Recording 2023-11-25 at 10 13 45 (2)

Introduction

Run python lib/cli.py to start the command line

There is a main menu with options to start the space dodger game, get the list of players, and delete players. In order to start the game, the player must enter a login name to start a new account or resume adding a new score to their existing account.

Screenshot 2023-09-28 at 16 26 12

1. Login: This option creates a new player with their input name if they don't exist in the game.db and starts the game. If the player already exists in the game.db, the player will start a new game and add their new score to their score list.

2. List of Players: This option returns a list of all players in the game.db.

3. Delete player by ID: This option takes input from the player id and deletes the player and scores of the player from the database.

About


Languages

Language:Python 100.0%