This is a wave survival game created as a joint effort for our Northcoders final project. The aim of this game is to work as a team to defend your wall against a wave of attackers.(click here to view github).
- Able to play in real time with two players
- Able to move players independently (with partners movement registered on your screen)
- Able to attack the enemies(which is registered in real time on partners screen)
$ git clone https://github.com/DianaMMartins/nc_fullstack_final_project
$ npm install *
$ npm start
In a browser open client localhost twice to play the game on the same computer
http://localhost:3000
- Node version >= 16.0.0
- Phaser >=^3.55.2
- socket.io-client >=^4.6.1
- mongoose >=^7.0.3
- express >=^4.18.2
- react >=^18.2.0
You are able to run current tests or tests you create through the predefined test script available.
- Currently if a third person attempts to connect, it kicks out the two current players.
- On first deployment on render, game does not run as expected.