pacyL2K19 / rpg-game

This is a 2D video game built with Js and Phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rpg-Game Microverse capstone project

Escape Game

This project is a 2D Game built in Javacript and Phaser 3, the player has to escape the Monster while picking stars



Watch the Live VersionPrerequisitesGetting StartedUsageContributingAuthorShow your supportLicenseAcknowledgmentsReport Bug


RPG Game - Escape The main goal of this project is to understand the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack and more advanced ES6 features

Screenshot

Watch the Live Version

Live Demo

Rules

  • Use direction keys to move the player
  • Escape the monster and while picking stars
  • You choose to submit your score to be ranked among other players

Prerequisites

  • JavaScript ES6
  • Text Editor
  • Git
  • NodeJS
  • Webpack

Getting Started

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal :
    $ git clone https://github.com/pacyL2K19/rpg-game.git
  4. Run cd rpg-game
  5. Install the needed dependencies
    $ npm install
  6. run
    npm run server
    to bundle scripts with webpack a static module bundler for modern JavaScript applications Then open the dist/index.html in a web browser
  7. Run all the tests
    npm run test

Usage

Lauch the local version of this project opening the dist/index.html file in the browser

Contributing

This project was created for educational purposes as part of the Microverse web development curriculum; contributing is not accepted.

Feel free to check the issues page.

Author

👤 Pacifique Linjanja

Show your support

Give a ⭐️ if you like this project!

License

This project is licensed under the MIT License

About

This is a 2D video game built with Js and Phaser

License:MIT License


Languages

Language:JavaScript 99.1%Language:SCSS 0.9%