Tesla Model S (rented for a one day just for you)
From all contestants, who will be able to reach the goal, we will draw one winner who wins a Tesla Model S for a one day!
For the first 50 fastest we prepared special GAMEE loot crate. Let's go!
Contest is open worldwide, but prizes will be only shipped within Czech Republic or Slovakia. First prize: rented Tesla for a day can be picked up only in Prague.
In this repository there is one of our games, Spinner Winner.
We intentionaly removed implementation of save state.
Your task is to implement save state back correctly. If you can manage it, play a game with save state for a while. Game should reveal its secret how to continue.
The entry dates for the contest will be from 24th of June 2017 until 8th of July 2017.
First, clone this repository.
Then use configured dev tools. Open terminal and use
npm install
npm run dev
// or
npm run devOSX
// or alternatively
npm run watch
npm run server
to install external modules and run the project and automatic builds. The game will be published on your http://localhost:3000
.
Pass this link to our public emulator.
Then search our github wiki to understand how to fix the implementation.
Good luck!