0.1.1 • Published 5 years ago

dangernoodle v0.1.1

Weekly downloads
8
License
ISC
Repository
github
Last release
5 years ago

DangerNoodle

DangerNoodleJS is the classic game of Snake written for the command line in Javascript.

Getting Started

These instructions will get you a copy of DangerNoodleJS running on your local machine.

Prerequisites

Installing

Use the package manager npm to install.

npm install dangernoodle

Usage

var dangerNoodle = require("dangernoodle"); // include in your own project
dangernoodle # run in bash terminal

In the terminal, use the arrow keys to control the snake. Eating a dot makes the snake grow longer. Touching the wall or the snake's body ends the game. Press Escape, q or Ctrl-C anytime to exit the game.

License

MIT

0.1.1

5 years ago

0.1.0

5 years ago