Skip to content

jsonDoge/bunny-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bunny bomb game monorepo

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.

image

Front

Three.js game of wolf chasing bunny. Javascript with webpack packing, main libs used for animation:

Back

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:

Run

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

Notes

About

Bunny vs wolf turn-based mini game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published