-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
JessieMuller edited this page Sep 2, 2018
·
1 revision
The current application in which I have developed is a simple movie trivia mobile game.
- The movie night trivia mobile site needs to allow two players to play against each other on separate devices.
- Once connected, the players are each presented with a random movie title from IMDS's top 250 list & asked to guess the year it was released.
- A game consists of eight(8) rounds with five(5) points allocated for a correct answer and minus three (-3) for an incorrect answer. *_ The player with the highest score at the end of the game wins_
- The game needs to be real-time and rely on a RESTful API which scrapes the movie data from http://www.imdb.com/chart/top?ref_=nb_mv_3_chttp
- The required technologies to be used: Html5, JavaScript & CSS3
- Game to be innovative & creative.