Skip to content

DarkSnakeGang/GoogleSnakeAnyBoardSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Any Board Size in Google Snake

A scuffed, unprofessional mod.

Enable the Mod

Copy the code from sizes.js
into the JavaScript console and then do

snake.size({
  width:        integer,   // width of the board
  height:       integer,   // height of the board
  dark:         boolean,   // true/false, whether you want dark mode enabled
  lightSquares: '#rrggbb', // hex code, the color of light squares if you're using a non-dark custom scheme (optional)
  darkSquares:  '#rrggbb', // hex code, the color of dark squares if you're using a non-dark custom scheme (optional)
});

Contributors

  • Fishes

Releases

No releases published

Packages

No packages published