https://github.com/yarbsemaj/snake-on-a-tshirt
A tiny implementation of snake, suitable for printing on a t-shirt
https://github.com/yarbsemaj/snake-on-a-tshirt
game javascript snake-game t-shirt
Last synced: 3 months ago
JSON representation
A tiny implementation of snake, suitable for printing on a t-shirt
- Host: GitHub
- URL: https://github.com/yarbsemaj/snake-on-a-tshirt
- Owner: yarbsemaj
- Created: 2024-06-30T20:25:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T20:34:44.000Z (11 months ago)
- Last Synced: 2024-07-04T16:53:34.500Z (11 months ago)
- Topics: game, javascript, snake-game, t-shirt
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake on a T-Shirt
A tiny implementation of snake, suitable for printing on a t-shirt

## To Minify
`uglifyjs script_snake.js -c --toplevel --mangle-props > smallSnake.js`