Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcousens/carrot-hunt
A text-based game for teaching Javascript.
https://github.com/dcousens/carrot-hunt
bunny carrot hunt javascript learning rabbit teaching tutorial
Last synced: about 1 month ago
JSON representation
A text-based game for teaching Javascript.
- Host: GitHub
- URL: https://github.com/dcousens/carrot-hunt
- Owner: dcousens
- License: mit
- Created: 2017-12-04T11:36:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T03:28:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T02:06:35.434Z (2 months ago)
- Topics: bunny, carrot, hunt, javascript, learning, rabbit, teaching, tutorial
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# carrot-hunt
A text-based game for teaching Javascript.Requires [`ionicons`](http://ionicons.com/) for the carrot icon, if you can see the carrot below, you are OK.
## How to run
``` javascript
$ git clone https://github.com/dcousens/carrot-hunt.git
$ cd carrot-hunt
$ node go.js
bunny> print()|||||||||||
| | |
| | | |
| | | |
|B| |
|||||||||||
```