Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 721 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 721 Bytes

Shutter Asylum

A 30kB JS stealth shooter challenge.

You can play it here

Made for Gynvael's Summer GameDev Challenge 2018

Game screenshot

Getting started

  • npm install

For development

  • npm run start

A dev server is started at https://localhost:8080

For production

  • npm run build

Ready to use bundle is located in /dist directory.

Controls

  • WASD + mouse
  • Q change weapon
  • E use
  • F, MMB toggle flashlight
  • space, LMB shoot
  • R reload
  • C toggle run/sneak
  • SHIFT run/sneak
  • ESC menu

Game objective

Just kill everyone in sight.