/final-project-runninggame

Project for the Interactive Graphics Course from the Engineering in Computer Science master degree at Sapienza

Primary LanguageJavaScript

Running Game - Interactive Graphics Final Project

This repository contains all the resources for the Final Project of the Interactive Graphics Course.

Description

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.

Features

  • 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;

Commands

  • left arrow: move left
  • right arrow: move right
  • up arrow: jump

Documentation

You can read the report describing all the technical aspects of the game here.

Authors

  • Giovanni Fiordeponti
  • Silvia Marchiori

Play The Game

GitHub Pages

You can play the game here.

Local

To play the game locally, simply clone this repository and launch a web server of your choice from the main directory.

Known Issues

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.