- Download or clone the repo
yarn installto install dependenciesgulpto compile the source code and open in browser
The SnakeStein is a Math[:)] based game with a different operation to perform on each level. You will have to chose between 3 difficulty levels, each of them making the game more difficult to pass trough Levels . You can eighter start the game or read the "How to play" button! When starting the game you will be given 5 seconds of empty board after which a series of numbers will randomly appear on the board from which you will have to get a specific one.Note: You'll need to have
gulp-cliinstalled globallynpm i -g gulp-cli
The numbers on the board will change possiton every 5 seconds making it more difficult for the player to get the correct number in time.
The main challenge I encountered during the creation of this game was making the snake move inside the grid without using an animation library. I decided to use a class manipulation system witch it turned out to be very efficient and simple to use.At the moment the game has only 2 levels(addition and multiplying) so i would like to add at leas 3 more (subtraction, division and The Fibonacci sequence as the last level). adding more features like a pause button and more animations to it.
- HTML 5
- SCSS
- Javascript ES6
- Jquery
- Gulp
- Git & Git Hub


