-
Notifications
You must be signed in to change notification settings - Fork 0
nanodva/snake
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
mySql init: host: localhost user: snake password: password database: snakeDB score table: mysql> create table `score` (\ `name` VARCHAR(255) NOT NULL,\ `score` INT(9) NOT NULL\ )ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
About
snake in javascript
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published