Skip to content

This is a prototype made in a course at KTH, of a mobile game that eventually could replace the product called Alcolock.

Notifications You must be signed in to change notification settings

Oscilloscope98/MobileGameAlcolock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileGameAlcolock prototype

This prototype was made during a research project at KTH Royal Institute of Science and Technology. The developed prototype is a modification of Andrzej Mazur game called Cyber-Orb.

A demo of the prototype can be found here: https://machiric.github.io/MobileGameAlcolock/

To run the game locally, download node.js. After that, open your preferred command tool and go to your local directory for this repository and run: node app.js

Then open your preferred browser and type: http://127.0.0.1:8000/index.html

Important files

Index.html: This is the file that run and show all the other files that contain the app. This is where we switch between screens etc.

Game: This file is where we write the code for the actual game and gameplay. This is where the magic happens and where we will do the most coding.

Preloader: In this file we preload all the images and audio files that we will use in the app.

About

This is a prototype made in a course at KTH, of a mobile game that eventually could replace the product called Alcolock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 6.2%
  • CSS 0.9%