Files
freeCodeCamp/curriculum/challenges/english/13-relational-databases/build-a-number-guessing-game-project/build-a-number-guessing-game.md

897 B

id, title, challengeType, helpCategory, url, dashedName
id title challengeType helpCategory url dashedName
602da04c22201c65d2a019f4 Build a Number Guessing Game 13 Backend Development https://github.com/freeCodeCamp/learn-number-guessing-game build-a-number-guessing-game

--description--

This is one of the required projects to earn your certification. For this project, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information.

--instructions--

Important: After you pass all the project tests, save a dump of your database into a number_guessers.sql file, as well as your whole number_guessing_game folder, so you can complete step 2. There will be instructions how to do that within the virtual machine.

--notes--

Required files: number_guessers.sql, and the whole number_guessing_game folder

--hints--

--seed--

--solutions--