Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Kit-p/NoHero

Repository files navigation

No Hero (COMP4451 Spring 2020-2021)

No Hero is a 2D dungeon RPG, built with Phaser 3 in JavaScript.
This game is being deployed at https://kit-p.github.io/NoHero/. Check it out!

Author

Group 22
PANG, Kit (20606678) (Kit-p) kpangaa@connect.ust.hk

Guide

Play on browser (Recommended)

Visit https://kit-p.github.io/NoHero/ to play this game!
If the game does not load properly, make sure you have turned off any form of ad-blocking or tracker-blocking.

How to run the game locally

  1. Make sure you have NodeJS and NPM installed
  2. Clone this repository
  3. Open a terminal inside the local repository root
  4. Run npm install
  5. Run npm start and wait for the terminal output a compile successful message
  6. Open a browser and go to http://localhost:8080
  7. The game should be up and running. Have fun!

How to play the game (Controls)

WASD: movement keys

Space Bar: dashing / sprinting

Q: switch character if there are more than one available

R: restart the current level

Mouse Primary Button: fire projectile

Credit

tilesets and sprites

audio and sound effects