RPG Game powered by HTML5
Developed by Rythim Man, 1PerfectLove, Dragmire, elecambria, liz.
Play the Alpha at: http://www.rehiademo.comyr.com/
Files:
index.html: webpage on which the game runs
rehia.css: stylesheet that makes the webpage beautiful
main.js: the main game engine, sets the FPS and calls the functions
input.js: calls listener event for keyboard strokes
character.js: functions for character animation, movement, and interaction
environment.js: function for environment drawing, now scrolls with character and collision detection
loadmap.js: function for loading different regions
music.js: adds music function, and ability to smoothly transition to different tracks.