Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Nameless Warrior ๐ŸŽฎ ๐Ÿฐ

The project consists in a retro style RPG fully built under WEB technologies (HTML5, CSS and Javascript)

To follow the project progress, star this repository and follow the trello board!

Technologies

  • Phaser - Desktop and mobile HTML5 game framework.
  • Tiled - Free, easy to use and flexible tile map editor.

Classes

All classes will have a default sprite and its own skills and equipments.

  • Warrior - Character that uses axes, swords, shields and heavy armors.
  • Archer - Character that uses bow and arrow and can equip light armors.

Attributes and Status

To enhance the artificial intelligence, the enemys and NPCs (Non Player Characters) of the game will have the same attributes and status as the player characters.

Attributes

  • Strength - Defines the strength of physical attacks.
  • Constitution - Defines the resistance and the amount of HP of the character.
  • Dexterity - Defines the attack speed and the chance of avoiding enemy attacks.

Status

  • HP (Health Points)