This is a simple game using HTML, CSS and Javascript. The game is part of a tutorial I've followed to learn Javascript, so the game could have some issues now but I'll try to improve it soon.
The project was built using a Gulp boilerplate created by Chris Ferdinandi. His Github profile is cferdinandi so you can find the project in the following link: gulp-boilerplate. There you can find all the documentation related to the boilerplate project and how you can start using it for your web development. Thanks, Chris!
The following technologies are involved in this project:
- HTML
- CSS and Sass
- Javascript
- Gulp
- Materialize CSS
Download the project and locate it in your file system using the terminal. Then, run this command to install the dependencies:
$ npm install
That's all you need.
If you want to run the project you just have to use this command:
$ gulp watch
That will open a browser tab in the port 3000 (localhost:3000) and finally you will be able to play the game.
$ gulp