Original frontend game from Yakudoo codepen The frantic run of the valorous rabbit. Updated frontend game dependencies to latest or closest alternative. Changed game mode from single to multiplayer by using a socket connection and changed game narrative to a turn-based bomb throwing.
Each player gets a turn to choose where to move their own character avatar in a 2x2 plot array and which opposing character plot to bomb.
- Green plot - where to move your avatar.
- Red plot - which plot to bomb.
Three.js game of wolf chasing bunny. Javascript with webpack packing, main libs used for animation:
Backend to provide multiple player capabilities for chasing game. Currently a very simple solution allowing only a single game to run at any one time. Main libs:
Check each subfolder README.md files for any specifics.
To run locally you'll need to start them separately by running
yarn
and then
yarn dev