Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.08 KB

Goroda Game

Alt text

A word-based game where players name cities based on the last letter of the previous city.

How to Play 🌍🎮

  1. Start Chain: The first player names any city.
  2. Chain Continues: Each subsequent player names a city starting with the last letter of the previous city.
  3. No Repeats: Cities cannot be reused.
  4. Game End: The game ends when a player cannot name a valid city.

What's Inside?

Libraries Used:

APIs:

Design Miscellaneous:

About the Project

This project served as my first deep dive into the world of React. It was created to showcase my understanding of basic React concepts and hooks.