- Elias Johansson - @eliasjohansson
- Per Baltzar - @perbaltzar
Using Phaser3, Socket.io and Parcel
Clone this repo.
$ git clone https://github.com/eliasjohansson/GameOver/
Install dependencies
$ lerna bootstrap
Starting server and client
$ npm start
Credits to people who made graphics and other stuff.
Ghost Sprite - MaKayla_Panda Magic Cliffs Environment - ansimuz
- #1 Game setup
- #2 Server setup
- #3 Project structure and linting
- #4 Feature / Turn based gameplay added to Game
- #5 Fix / Bug Fixes and added graphics in Game
- #6 Feature / Lobby
- #7 Feature / Fullscreen
- #8 Feature / Initiate game
- #9 Feature / Shooting game
- #10 Feature / Testing Enviroment in Game
- #11 Fix / Shooting in Testing Enviroment
- #12 Fix / Bug in package-lock.json
- #13 Feature / Explosions in Game
- #14 Feature / Controller Component
- #15 Feature / Destructible Terrain
- #16 Feature / Improved Crosshair
- #17 Feature / Improved Aim and Crosshair movement
- #18 Fix / Implemented tile-extruder to fix tile bleeding
- #19 Feature / Turns added to the game and server
- #20 Feature / Health logic and dying functions added
- #21 Feature / Mulitlayered map with working collision
- #22 Fix / Sprite face direction with movement and aim
- #23 Fix / Better physics with explosion recoil
- #24 Feature / Name tags above player sprites
- #25 Feature / Handle shooting in turns logic
- #26 Feature / In-Game thrust bar for shooting
- #27 Fix / Minor graphic upgrades; scroll and depth
- #28 Deployed to Netlify and Heruko
- #29 Fix / Crosshair only visble for active player
- #30 Fix / Controller design and button eventlisteners
- #31 Feature / Menu UI
- #32 Fix / Start Game button
- #33 Feature / Health and Fullscreen in controller
- #34 Feature / Game can end
- #35 Feature / PWA and Manifest added
- #36 Fix / Take away fullscreen in controller
- #37 Feature / Bounds and graphics for projectiles
- #38 Feature / New Controller
- #39 Feature / New game settings
- #40 Fix / Stop sliding after turn is done
- #41 Fix / Update game settings and stats
- #42 Fix / Kill player when leaving game
- #43 Fix / Removed ability to join after game has started
- #44 Feature / New Weapon System and structure
- #45 Feature / UI made for Host
- #46 Feature / Scrolls and Notch made for controller
- #47 Feature / Different colored ghost
- #48 Feature / Precision movement
- #49 Feature / Chose Ghost color in lobby
- #50 Feature / Switch weapons in controller
- #51 Fix / Pre-Presentation fixes