Skip to content

CrypticWoodWhite/DangerNoodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Tools and Technologies

Dependencies

License

MIT

About

Classic game of Snake for command line written in JS

Resources

Stars

Watchers

Forks

Packages

No packages published