The Game of Game of Games
Feb 15, 2019 · 205 words · 1 minute read
The Game of Game of Games
A game created by Mark Arneman for the #TVGameJam.
Play in your browser or download it here!
View the highscores online!
About
The Game of Game of Games is my entry into the #TVGameJam. This was a solo development effort as well as my first released game! It was inspired by the television show, Ellen’s Game of Games.
The project source is available on GitHub
The player is prompted to select a category and answer the corresponding questions within a ten second time limit. If they get one answer wrong they fail the category and must choose another. Three strikes and you’re out! There is also a challenge mode that endlessly shuffles categories until the strike limit is reached.
The game treats each correct answer as a point and stores the time remaining for every correct answer as the player’s speed. Scores are submitted to the leaderboard sorted by questions correct and then by speed.
Thanks to my wonderful wife Carina for help with design, playtesting, and research
Development
- Unity 2017 LTS
- Audio from Freesound
- Animations using DOTween
- Highscores powered by dreamlo
Web Leaderboard
- Bootstrap 4
- lscache to cache Dreamlo JSON Response
- thenBy to sort scores
License
MIT License