Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 430 Bytes

File metadata and controls

1 lines (1 loc) · 430 Bytes

This is a number guessing game project from freeCodeCamp. In this project one must create a script that generates a random number then prompts the player to enter a valid username and guess the secret number. The username is then stored in a number_guess database that keeps track of the username along with games_played and best_game which is game completed in the least amount of guesses. This project utilizes PostgreSQL Bash.