Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.28 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.28 KB


A 2D cyberpunk platformer game made with Phaser.JS and TypeScript. Live here.

Prerequisites

  • Node.js (Download and install from here)

Setup

  1. Clone the repository:
    git clone https://github.com/judahpaul16/hackermans.git
  2. Navigate to the Project directory
    cd hackermans
  3. Install the required dependencies:
    npm install
    

Running the Game

  1. Start the development server by running the following command:
    npm start

Useful Links

Phaser LeshyLabs More Stuff
Phaser 3 Documentation LeshyLabs SpriteSheet Tool Game Development Stack Exchange
Phaser 3 Examples LeshyLabs Sound Effects Tool Game Development Subreddit
Phaser 3 Tutorials LeshyLabs Spritesheet Animator Game Development Discord
Phaser 3 Plugins Keyboard Layout Editor
Phaser Editor 2D

Special Thanks

Game Assets (sprites, music, pixel art) - Asimuz (https://ansimuz.itch.io/)

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details.