An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Snake on a T-Shirt

A tiny implementation of snake, suitable for printing on a t-shirt
![smallCode](https://github.com/yarbsemaj/snake-on-a-tshirt/assets/17494632/a47017a0-54da-4f57-93cb-264f982d05c8)
![game](https://github.com/yarbsemaj/snake-on-a-tshirt/assets/17494632/3aa1a2d7-42e6-4d63-b41a-da7539280cca)

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