Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fielding/trouser-snake
WIP | my take on the classic snake game
https://github.com/fielding/trouser-snake
Last synced: 10 days ago
JSON representation
WIP | my take on the classic snake game
- Host: GitHub
- URL: https://github.com/fielding/trouser-snake
- Owner: fielding
- Created: 2013-06-18T19:52:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T14:22:25.000Z (almost 6 years ago)
- Last Synced: 2024-04-09T18:24:56.508Z (7 months ago)
- Language: JavaScript
- Homepage: http://fielding.github.io/trouser-snake/
- Size: 19 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Trouser Snake
I've put up some initial work in my free time @ https://codepen.io/fielding/pen/yzEoyw . This initial codepen iteration will help to iron out any unforseen aspects, and with out any extra work provide insight toward code structure, etc.
## Concept Art
### Into/Title screen
![titlemenu](concept/titlemenu.png)
### Playstate
#### early
![playstate-early](concept/playstate-early.png)
#### late
![playstate-late](concept/playstate-late.png)
#### complete
![playstate-complete](concept/playstate-complete.png)