https://github.com/abbywright/number-guess-game
Creating a number guessing game that saves user information using PostgreSQL, Bash, and Git, following a tutorial from FreeCodeCamp.
https://github.com/abbywright/number-guess-game
bash git postgresql
Last synced: 2 months ago
JSON representation
Creating a number guessing game that saves user information using PostgreSQL, Bash, and Git, following a tutorial from FreeCodeCamp.
- Host: GitHub
- URL: https://github.com/abbywright/number-guess-game
- Owner: abbywright
- Created: 2024-10-16T23:53:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:29:32.000Z (over 1 year ago)
- Last Synced: 2025-03-27T11:23:55.857Z (about 1 year ago)
- Topics: bash, git, postgresql
- Language: Shell
- Homepage: https://github.com/freeCodeCamp/learn-number-guessing-game.git
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Number Guessing Game
Using Bash, PostgreSQL, and Git to create a number guessing game that runs right in the terminal and saves user information into a SQL database. The final project for the Relational Database Certification.
#### [Tutorial from FreeCodeCamp](https://www.freecodecamp.org/learn/relational-database/build-a-number-guessing-game-project/build-a-number-guessing-game)