Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmontalban authored Jan 18, 2021
1 parent 34c56c1 commit 532f962
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@

You Can check the game <a href="http://capitals.decimart.com">HERE</a>

EXERCISE CITIES QUIZ
A responsive HTML Game that works on desktop and mobile browsers:

• Build up a responsive HTML Game that works on desktop and mobile browsers. Choose the best suited JavaScript framework for this game

• Use the given JSON to provide a list of cities (embed the JSON structure in your HTML)
• Use the given JSON to provide a list of cities (embed the JSON structure in your HTML)

• Find the right location of each city as latitude / longitude values and extend the JSON file
• Find the right location of each city as latitude / longitude values and extend the JSON file

• Test it on a mobile device and give a list of browsers / devices you have tested your game on
• Tested it on a mobile device and several browsers

• Explain how you would store the high score

• Explain what you would do better

You shouldn’t work longer then 8h on this project.

2.1.1 GAME DESCRIPTION
The player will see a map of Europe without Streets + Cities (Only Country-borders). Its mission is to find the right location to the city name on this map. After placing the needle pin, the game will show you the right location of the city and the difference of your needle pin and the city in kilometres. If it is in around 50km of the city, the selection will be defined as "correct".
Expand Down

0 comments on commit 532f962

Please sign in to comment.