This is a 2-dimensional runner. The main aim of the game is to collect the maximum number of bonuses, while not crashing into obstacles on the way. The game allows you to kill time and develop your reaction to a good level.
Demo: https://kirillbobkov.github.io/superman-game/
Tools: Webpack, Git, Gitlab, ES Lint, Visual Studio Code, Chrome Developer Tools.
Technologies: HTML5 Canvas, CSS3, SASS, JavaScript (ECMAScript 6), OOP, Design Patterns.
To start project:
- clone repository
- open terminal and type "npm install"
- after installation, type "npm start"
To build project:
- open terminal and type "npm run build"