alexaib2002 / dam-rpg-js

JavaScript RPG game project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

The idea behind this project is making an open-source RPG videogame written in JavaScript. The library chosen for this work is melonJS, available on GitHub as free software licenced under the MIT license.

image

The game should be able to:

  • Transition between maps: The player can move around the overworld, and travel between rooms.
  • Random enemy spawn: If the player is inside an enemy spawn area, there's a possiblity of starting a fight against a random enemy.
  • Fighting screen: A fight screen where the player can choose between attacking, defending against enemy's attacks, recovering health and fleeing.
  • Giving a game over if the player dies.

Credits

Game developers:

  • Alejandro Aibar
  • Jose Marquez
  • Jun Zhou
  • Pablo Martin

This project wouldn't have been possible without the effort and amazing work of:

About

JavaScript RPG game project


Languages

Language:JavaScript 99.4%Language:HTML 0.3%Language:CSS 0.3%