Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Snakestein

HOW TO INSTALL THE GAME

  • Download or clone the repo
  • yarn install to install dependencies
  • gulp to compile the source code and open in browser

Note: You'll need to have gulp-cli installed globally npm i -g gulp-cli

HOW THE GAME WORKS

The SnakeStein is a Math[:)] based game with a different operation to perform on each level.

Intro

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!

Gameplay

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.

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.

CHALLANGES

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.

IMPROVEMENTS

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.

Software languages used-

  • HTML 5
  • SCSS
  • Javascript ES6
  • Jquery
  • Gulp
  • Git & Git Hub

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages