{"id":25019576,"url":"https://github.com/iambotcoder/india-states-game","last_synced_at":"2026-03-01T08:33:50.704Z","repository":{"id":271677366,"uuid":"914225732","full_name":"iambotcoder/India-States-Game","owner":"iambotcoder","description":"Guess the States of India!","archived":false,"fork":false,"pushed_at":"2025-01-09T08:03:11.000Z","size":10493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T14:03:25.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iambotcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-09T07:25:22.000Z","updated_at":"2025-01-09T08:03:14.000Z","dependencies_parsed_at":"2025-01-09T08:52:00.693Z","dependency_job_id":null,"html_url":"https://github.com/iambotcoder/India-States-Game","commit_stats":null,"previous_names":["iambotcoder/india-states-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iambotcoder/India-States-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambotcoder%2FIndia-States-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambotcoder%2FIndia-States-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambotcoder%2FIndia-States-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambotcoder%2FIndia-States-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iambotcoder","download_url":"https://codeload.github.com/iambotcoder/India-States-Game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambotcoder%2FIndia-States-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T11:51:04.513Z","updated_at":"2026-03-01T08:33:50.671Z","avatar_url":"https://github.com/iambotcoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🇮🇳 India States Game\n\n## 🎯 Overview\nThe India States Game is an interactive Python-based application where users guess the names of Indian states. Each correct guess places the state name on a graphical map of India at its corresponding location. It’s a fun and educational game to learn about India’s geography!\n\n---\n\n## 🛠️ Features\n- **Interactive Gameplay:** Guess the state names, and see them appear on the map.\n- **Real-Time Feedback:** Tracks how many states you’ve guessed correctly.\n- **Exit Anytime:** Exit the game at any point to view the states you missed.\n- **Educational Purpose:** Learn the geographical locations of all 29 Indian states.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Python 3.7 or higher installed on your system.\n- The following Python library:\n  - `pandas`\n- Files required for the game:\n  - `india_map_.gif` (Graphical map of India)\n  - `states_coords.csv` (List of states with their coordinates)\n\n### Installation Steps\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/yourusername/IndiaStatesGame.git\n   ```\n   \n2. **Navigate to the Project Directory**:\n  ```bash\n  cd IndiaStatesGame\n  ```\n\n3. **Install Dependencies**:\n   ```bash\n   pip install pandas\n   ```\n\n4. **Run the Game**\n  ```bash\n  python main.py\n  ```\n\n## 📝 Game Instructions\n- When you start the game, a graphical map of India appears.\n- You will be prompted to guess the name of an Indian state.\n- Type your answer in the input box (e.g., \"Maharashtra\").\n- If your answer is correct, the state name will be displayed on the map at its proper location.\n- The game ends when:\n  - You’ve guessed all 29 states, or\n  - You type `exit` to quit early.\n- States you didn’t guess will be saved in a CSV file for review.\n\n  ## 📂 Project Files\n- **`main.py`**: The main Python script for the game.\n- **`states_coords.csv`**: Contains the names and coordinates of Indian states.\n- **`india_map_.gif`**: A graphical representation of India used for the game.\n- **`.gitignore`**: To exclude unnecessary files from the repository.\n- **`README.md`**: Documentation for the project.\n\n---\n\n## 🖼️ Preview\nHere’s how the game looks in action:  \n*(Add a screenshot or link here)*\n\n---\n\n## 🤝 Contributing\nContributions are welcome! Feel free to:\n- Report bugs.\n- Suggest new features.\n- Fork the repository and create pull requests.\n\n---\n\n## 🛡️ License\nThis project is open-source and available under the **MIT License**.\n\n---\n\n## 📧 Contact\nFor any questions or feedback, feel free to reach out:\n- **Name**: Subodh Sonawane\n- **Email**: your.email@example.com\n- **GitHub**: [yourusername](https://github.com/yourusername)\n\n---\n\n## 💡 Acknowledgments\nSpecial thanks to the creators of:\n- Python's `turtle` library for graphical support.\n- `pandas` for data management.\n- The inspiration to create this educational game about Indian geography.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambotcoder%2Findia-states-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiambotcoder%2Findia-states-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambotcoder%2Findia-states-game/lists"}