A simple game to help you memorize the states and capitals of the United States of America.
Play the game at https://do-you-know-usa.surge.sh.
- Clone the repository:
git clone https://github.com/sunnykitsune/do-you-know-usa.git
- Navigate to the project directory:
cd do-you-know-usa - Install the required dependencies:
npm i # or pnpm i, if you are into that kind of thing. (I am!) - Start the game:
npm run start
- Open your browser and go to
http://localhost:3001to play the game.
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE.md file for details.
Thank you to Chris Youderian for the map image. You can find the map and his other simple maps at https://simplemaps.com/resources/svg-us. (Seriously, check out his work, it's really high quality!)