Welcome to my version of WillowTree's Namegame!
This was primarily written in AngularJS, with heavy usage of NgMaterial.
In brief - The goal of the game is to match the name to the correct face. A few additional tweaks were made to make it more interesting.
- 3 game modes - Free play, Timed, Mat(t) (only display faces & names that start with Mat).
- Hints - Need help? flip the hint switch and let the game make it easier on ya.
- Keyboard shortcuts - arrow keys, numbers, enter, and vim shortcuts (l,j,h,k,0) all work for your face matching needs.
- Overview tab - details explaining the game.
- Review tab - Frustrated with the last few rounds? Review it!
- Stats tab - Lets see just how great(terrible) you are at remembering your co-workers.
Unfortunately, this project was timed and to avoid going severely over the limit, several features were scrapped, a few UX shortcomings were not attended to, and html was left in a rougher state than I like. However, I'm happy with the outcome given the parameters and the time allotted. There are several(many) things I would change given the opportunity.
- download & install node.js
- install http-server *npm install http-server -g
- download or check out the game
- in terminal or cmd *http-server "[path to game]"
- navigate to the server
Enjoy! and don't judge too heavily :)