An AI-powered game where players try to guess cities from GPT generated riddles. Built as a fun side project to combine my interests in machine learning, web development, interactive design and geography!
- Fetch GPT generated riddles
- lingual hints to the player, simple box drop effect
- Advanced Distance calculation between cities
- Responsive and simple UI for a smooth experience
- Back end management of cities and accounts
- Front end illustration of gusses
- Frontend: React, HTML, CSS
- Backend: Node.js / Express (if applicable)
- AI / APIs: GPT API
- Other tools: Git, GitHub, MySQL
git clone https://github.com/yourusername/cityguessr.git
cd cityguessr
cd Server
npm install
npm start
OPEN NEW BASH TERMINAL
cd Client
npm install
npm run dev
Enjoy the game!