2 Player Game written in JavaScript
- Install npm packages
yarn
yarn start
Server will run on port 8081
- On your local machine you can enter the game accessing
localhost:8081
in browser - External devices can enter the game accessing
{your_external_ip_address}:8081
in browser- !! Make sure that your 8081 port is open for extarnal access
UP
,DOWN
,LEFT
,RIGHT
- change player positionSPACE
- place a bomb