This repository contains all the resources for the Final Project of the Interactive Graphics Course.
DIAG Man is an endless running game inspired by games such as Temple Run or Pepsi Man, where the character controlled by the player has to avoid obstacles that come through its way, in a scenario constrained by barriers.
- two different stages (City and Forest) with different obstacles to avoid;
- possibility to play the stages on two different time-days: morning and sunset;
- collect coins to get a high-score, saved within the Session Storage of the browser;
- left arrow: move left
- right arrow: move right
- up arrow: jump
You can read the report describing all the technical aspects of the game here.
- Giovanni Fiordeponti
- Silvia Marchiori
You can play the game here.
To play the game locally, simply clone this repository and launch a web server of your choice from the main directory.
The game may not work properly with a slow connection or web browsers with a limited amount of resoruces, due to the physic engine used within the game.