A 3D arcade game based on the popular vintage game "Space Invaders" developed Three.js using the MVC architectural pattern, taking as hint THREE.JS MVC Example of lucasmajerowicz and having as skeleton the Three.js bolierplate.
The steps needed to make it working locally are the same done in case of launching a web application, for example with a python 3.6 web server:
$ python -m http.server 8080
You can see how it works at this address: https://federicoalfano.github.io/SpaceInvadersUltimate/
The compatibility at the moment is well-tested only on the Chrome browser
- Federico Alfano - federicoalfano
- Luca Vargiu - bersa125