Skip to content

AlynxZhou/snakejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake.ismyonly.one

A snake game written in CoffeeScript.

Live Example

Usage:

  1. Clone this repo or download lib/snake.js.

  2. Added images/qrcode.png the same directory as the page you will load the game, this will be shown after playing (better way needed).

  3. Simply added following lines to where you want to place the game, change src to where you place snake.js.

<div id="snakeGame" class="snakeGame">
        <script type="text/javascript" src="path/to/snake.js"></script>
</div>

About

A snake game written in CoffeeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published