-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
3,961 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# **Atlas: Indian Cities Edition** | ||
--- | ||
<br> | ||
|
||
## **Description 📃** | ||
|
||
Welcome to the Atlas Game! This game challenges players to name Indian cities based on the last letter of the previous city's name. Enjoy testing your knowledge of Indian geography while racing against the clock. | ||
|
||
<br> | ||
|
||
## **Functionalities 🎮** | ||
- The game starts with a randomly selected Indian city displayed on the screen. | ||
- The player must enter an Indian city starting with the last letter of the current place. | ||
- The same Indian city cannot be used more than once during the game. | ||
- The player has 15 seconds to enter a valid Indian city. If the time runs out, the game ends. | ||
- The game continues until the player can no longer provide a valid Indian city or the time runs out. | ||
|
||
<br> | ||
|
||
## **How to play? 🕹️** | ||
- Open index.html in your web browser to start the game. | ||
- The game will display a randomly selected Indian city. | ||
- Enter an Indian city starting with the last letter of the displayed city and press the "Submit" button. | ||
- The game will check your input and, if valid, will display the next city. | ||
- If the timer runs out or you enter an invalid city, the game ends. | ||
- Click the "Reset" button to start a new game. | ||
|
||
<br> | ||
|
||
## **Screenshots 📸** | ||
|
||
<br> | ||
![image](https://github.com/kunjgit/GameZone/assets/127378920/5d8325e1-7877-4edc-aaac-ab68813f7e6c) | ||
![Screenshot 2024-06-12 023938](https://github.com/kunjgit/GameZone/assets/127378920/dabcc50e-0f9a-4f48-96bb-267975070326) | ||
![image](https://github.com/kunjgit/GameZone/assets/127378920/fc823f97-b638-438a-8d98-627d13b5ca77) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>World Atlas Game</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<h1 id="header">ATLAS GAME</h1> | ||
<h3 id="subheader">(Indian Cities Edition)</h3> | ||
<div id="game"> | ||
<h1><span id="current-place"></span></h1> | ||
<input type="text" id="user-input" placeholder="Enter an Indian city"><br> | ||
<button class="btn" id="submit-button">Submit</button> | ||
<button class="btn" id="reset-button">Reset</button> | ||
<div id="timer-container"> | ||
<p id="timer">15</p> | ||
</div> | ||
<p id="message"></p> | ||
<div id="rules"> | ||
<h3>Rules:</h3> | ||
<ol> | ||
<li>The game starts with a randomly selected Indian city displayed on the screen.</li> | ||
<li>The player must enter an Indian city starting with the last letter of the current place.</li> | ||
<li>The same Indian city cannot be used more than once during the game.</li> | ||
<li>The player has 15 seconds to enter a valid Indian city. If the time runs out, the game ends.</li> | ||
<li>The game continues until the player can no longer provide a valid Indian city or the time runs out.</li> | ||
</ol> | ||
</div> | ||
</div> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,323 @@ | ||
{ | ||
"places": [ | ||
"Agartala", | ||
"Agra", | ||
"Ahmedabad", | ||
"Aizawl", | ||
"Ajmer", | ||
"Akola", | ||
"Alappuzha", | ||
"Aligarh", | ||
"Allahabad", | ||
"Alwar", | ||
"Amaravati", | ||
"Ambala", | ||
"Ambarnath", | ||
"Ambattur", | ||
"Amravati", | ||
"Amritsar", | ||
"Amroha", | ||
"Anand", | ||
"Anantapur", | ||
"Andheri", | ||
"Ankleshwar", | ||
"Arrah", | ||
"Asansol", | ||
"Aurangabad", | ||
"Aurangabad", | ||
"Avadi", | ||
"Baharampur", | ||
"Bahraich", | ||
"Bangalore", | ||
"Baranagar", | ||
"Bardhaman", | ||
"Bareilly", | ||
"Bathinda", | ||
"Beawar", | ||
"Belgaum", | ||
"Bellary", | ||
"Berhampur", | ||
"Betul", | ||
"Bhagalpur", | ||
"Bharatpur", | ||
"Bharuch", | ||
"Bhatpara", | ||
"Bhavnagar", | ||
"Bhilai", | ||
"Bhilwara", | ||
"Bhimavaram", | ||
"Bhind", | ||
"Bhiwadi", | ||
"Bhiwandi", | ||
"Bhiwani", | ||
"Bhopal", | ||
"Bhubaneswar", | ||
"Bhuj", | ||
"Bidar", | ||
"Bihar Sharif", | ||
"Bijapur", | ||
"Bikaner", | ||
"Bilaspur", | ||
"Bokaro", | ||
"Bombay", | ||
"Bongaigaon", | ||
"Bulandshahr", | ||
"Burdwan", | ||
"Burhanpur", | ||
"Chandigarh", | ||
"Chandrapur", | ||
"Chapra", | ||
"Chennai", | ||
"Chhindwara", | ||
"Chhota Udaipur", | ||
"Chikkamagaluru", | ||
"Chitradurga", | ||
"Chittoor", | ||
"Churu", | ||
"Coimbatore", | ||
"Cuddalore", | ||
"Cuttack", | ||
"Dadra and Nagar Haveli", | ||
"Dahod", | ||
"Daman and Diu", | ||
"Darbhanga", | ||
"Darjeeling", | ||
"Davanagere", | ||
"Dehradun", | ||
"Dehri", | ||
"Delhi", | ||
"Deoghar", | ||
"Dewas", | ||
"Dhanbad", | ||
"Dharmavaram", | ||
"Dhule", | ||
"Dibrugarh", | ||
"Dimapur", | ||
"Dindigul", | ||
"Durg", | ||
"Durgapur", | ||
"Eluru", | ||
"Erode", | ||
"Etawah", | ||
"Faridabad", | ||
"Faridkot", | ||
"Farrukhabad", | ||
"Fatehpur", | ||
"Fazilka", | ||
"Firozabad", | ||
"Firozpur", | ||
"Gadag", | ||
"Gandhidham", | ||
"Gandhinagar", | ||
"Ganganagar", | ||
"Gangtok", | ||
"Gaya", | ||
"Ghaziabad", | ||
"Giridih", | ||
"Godhra", | ||
"Gondia", | ||
"Gorakhpur", | ||
"Gudivada", | ||
"Gulbarga", | ||
"Guna", | ||
"Guntur", | ||
"Gurgaon", | ||
"Guwahati", | ||
"Gwalior", | ||
"Hajipur", | ||
"Haldia", | ||
"Haldwani", | ||
"Haridwar", | ||
"Hassan", | ||
"Hathras", | ||
"Hazaribagh", | ||
"Hisar", | ||
"Hospet", | ||
"Hubli", | ||
"Hyderabad", | ||
"Ichalkaranji", | ||
"Imphal", | ||
"Indore", | ||
"Itanagar", | ||
"Jabalpur", | ||
"Jagdalpur", | ||
"Jaipur", | ||
"Jalandhar", | ||
"Jalgaon", | ||
"Jalna", | ||
"Jamalpur", | ||
"Jammu", | ||
"Jamnagar", | ||
"Jamshedpur", | ||
"Jaunpur", | ||
"Jhansi", | ||
"Jodhpur", | ||
"Jorhat", | ||
"Junagadh", | ||
"Kadapa", | ||
"Kakinada", | ||
"Kalaburagi", | ||
"Kalyan", | ||
"Kamarhati", | ||
"Kanchipuram", | ||
"Kannur", | ||
"Kanpur", | ||
"Karaikudi", | ||
"Karachi", | ||
"Karimnagar", | ||
"Karnal", | ||
"Karur", | ||
"Kasaragod", | ||
"Kathmandu", | ||
"Katihar", | ||
"Kayamkulam", | ||
"Kendrapara", | ||
"Kendujhar", | ||
"Keshod", | ||
"Khammam", | ||
"Khandwa", | ||
"Kharagpur", | ||
"Khargone", | ||
"Kishanganj", | ||
"Kochi", | ||
"Kohima", | ||
"Kolar", | ||
"Kolhapur", | ||
"Kolkata", | ||
"Kollam", | ||
"Korba", | ||
"Kota", | ||
"Kottayam", | ||
"Kozhikode", | ||
"Krishnanagar", | ||
"Kumarakom", | ||
"Kumbakonam", | ||
"Kurnool", | ||
"Kurukshetra", | ||
"Latur", | ||
"Lonavala", | ||
"Lucknow", | ||
"Ludhiana", | ||
"Madurai", | ||
"Mahbubnagar", | ||
"Malappuram", | ||
"Malegaon", | ||
"Mangalore", | ||
"Mathura", | ||
"Meerut", | ||
"Mehsana", | ||
"Mirzapur", | ||
"Moradabad", | ||
"Mumbai", | ||
"Muzaffarnagar", | ||
"Muzaffarpur", | ||
"Mysore", | ||
"Nagercoil", | ||
"Nagpur", | ||
"Nainital", | ||
"Nalgonda", | ||
"Namakkal", | ||
"Nanded", | ||
"Nashik", | ||
"Navsari", | ||
"Nellore", | ||
"New Delhi", | ||
"Nizamabad", | ||
"Noida", | ||
"Ongole", | ||
"Ooty", | ||
"Osmanabad", | ||
"Pala", | ||
"Palakkad", | ||
"Pali", | ||
"Pallavaram", | ||
"Panchkula", | ||
"Panipat", | ||
"Panvel", | ||
"Parbhani", | ||
"Pathankot", | ||
"Patiala", | ||
"Patna", | ||
"Pilibhit", | ||
"Porbandar", | ||
"Port Blair", | ||
"Prayagraj", | ||
"Proddatur", | ||
"Puducherry", | ||
"Pune", | ||
"Puri", | ||
"Purnia", | ||
"Raebareli", | ||
"Raichur", | ||
"Raiganj", | ||
"Raigarh", | ||
"Raipur", | ||
"Rajahmundry", | ||
"Rajapalayam", | ||
"Rajkot", | ||
"Rajnandgaon", | ||
"Rajnagar", | ||
"Ramagundam", | ||
"Ramanathapuram", | ||
"Ranchi", | ||
"Ratlam", | ||
"Ratnagiri", | ||
"Raurkela", | ||
"Rewa", | ||
"Rohtak", | ||
"Rourkela", | ||
"Saharanpur", | ||
"Saharsa", | ||
"Salem", | ||
"Sambalpur", | ||
"Sangli", | ||
"Satara", | ||
"Satna", | ||
"Secunderabad", | ||
"Shillong", | ||
"Shimla", | ||
"Shimoga", | ||
"Sikar", | ||
"Siliguri", | ||
"Sivakasi", | ||
"Solapur", | ||
"Sonipat", | ||
"Sri Ganganagar", | ||
"Srikakulam", | ||
"Srinagar", | ||
"Surat", | ||
"Surendranagar", | ||
"Tadepalligudem", | ||
"Tadpatri", | ||
"Tandur", | ||
"Tezpur", | ||
"Thanjavur", | ||
"Theni", | ||
"Thiruvananthapuram", | ||
"Thoothukudi", | ||
"Thrissur", | ||
"Tinsukia", | ||
"Tiruchirappalli", | ||
"Tirunelveli", | ||
"Tirupati", | ||
"Tiruppur", | ||
"Tiruvannamalai", | ||
"Udaipur", | ||
"Udupi", | ||
"Ujjain", | ||
"Ulhasnagar", | ||
"Unnao", | ||
"Vadodara", | ||
"Valsad", | ||
"Varanasi", | ||
"Vellore", | ||
"Vijayawada", | ||
"Visakhapatnam", | ||
"Vizianagaram", | ||
"Warangal", | ||
"Wardha", | ||
"Yamunanagar", | ||
"Yavatmal" | ||
] | ||
} | ||
|
Oops, something went wrong.