This is our entry for the 2018 JS13K competition, competing in the server category.
LINK is a top down bullet-hell inspired multiplayer shooter.
Control | Key |
---|---|
Up | W |
Left | A |
Down | S |
Right | D |
Shoot | Click |
Pickup Weapon | E |
clone this github repository
git clone https://github.com/codymikol/link-two
Make sure yarn is installed on your computer https://yarnpkg.com/en/docs/install#mac-stable
in the root of the project run yarn to install project dependencies
cd link-two; yarn;
Now you should be all set up to use the project.
yarn run start
yarn run build
yarn run test
There are plenty of things we have yet to complete and the deadline is getting closer and closer. These are some of the things that need to get done before we can ship. Feel free to mark these off as they get tackled :)
- SQLite based Map Loader
- Separate Weapon Types (Start with Pistol, Shotgun, Automatic Rifle)
- Player Inventory For weapons
- Weapon Pickups
- Game Start - Round Iteration - Game End Server Logic
- Player Rolling / Dodge
- Waiting For Game Screen
- Login System with hacky auth
- Player Death Handling
- Clientside Health indication
- Render Held Weapons
- HUD for reaoad / roll / health status
- Post Round feedback screen