Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 584 Bytes

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

ohandroid@picloud.com