JKRuigu / snake_game

simple snake game

Home Page:https://oldsnakegame.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNAKE GAME

Image

This is a simple snake game made using JavaScript and Canvas.

Features

  • Simple Algorithm to play the game.NOT THE BEST
  • Includes 15 Levels.
  • Manual Mode for the user to play.

How to play

Arrow keys for movement Tab key to switch between AI and Manual Escape Key Space Key Enter Key to start and stop game

Types of Algorithm(AI)

  • A1 0 - Able to get the treasure Not using Shortcut - Cannot avoid blocks
  • A1 1 - Able to get the treasure Using Shortcut - Cannot avoid blocks
  • A1 2 - Able to get the treasure Using Shortcut - Can avoid blocks
  • A1 3 - Able to get the treasure Using Shortcut - Can avoid blocks Using Shortcut

Support

  • Buy Me a cup of coffee link
  • CHECK IT OUT link

About

simple snake game

https://oldsnakegame.netlify.app/


Languages

Language:JavaScript 92.8%Language:HTML 7.2%