Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (10 loc) · 584 Bytes

#ENJOY

Drop a Board into your webpage with the init.js below

var mySnakeBoard = new SNAKE.Board( {
                                        boardContainer: "game-area",
                                        fullScreen: false,
                                        width: 580,
                                        height:400
                                    });

Untitled

[email protected]