https://github.com/iknowjavascript/garter
A Terminal based Snake app built with JavaScript
https://github.com/iknowjavascript/garter
Last synced: 3 months ago
JSON representation
A Terminal based Snake app built with JavaScript
- Host: GitHub
- URL: https://github.com/iknowjavascript/garter
- Owner: iKnowJavaScript
- License: mit
- Created: 2019-05-19T02:19:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T10:44:24.000Z (about 6 years ago)
- Last Synced: 2025-04-06T02:12:07.674Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# garter
Garter is a terminal based game build with JavaScript using Prototype Inheritance.
### Clone the repo
```
npm install
npm run garter or garter
```### Instruction
> Control the game with UP, DOWN, LEFT and RIGHT key on your keyboard
> Use the test_log file which uses fs for logging### Acknowledgement
- Blessed Library for great Terminal UI
- [Tania Rascia](https://www.taniarascia.com/snake-game-in-javascript/) for great tutorial on terminal snake
- Nick Morgan for great book - JavaScript for Kids
- [Amakiri Joseph](https://github.com/josemak25), [Olapade Sodeeq](https://github.com/sodeeqOlapade), [Abetang Joseph](https://github.com/AbetangJoseph) and [Charles Chiakwa](https://github.com/charleslukes) aka "Reason Before You Think Gang" for their great troubleshooting knowledge on the project.`