Skip to content
/ higad Public

A snake-like game crawling against the terminal, written in Node

License

Notifications You must be signed in to change notification settings

devshark/higad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Higad

A snake-like game crawling against the terminal, written in Node.

Build Status

Installation

You need npm or yarn or other Node package managers before you can install.

$ yarn install
$ # or just
$ yarn

Starting the game

Two ways to run, either using your package manager or directly via Node

$ yarn start
$ # or via Node
$ node src/index.js

Playing the game

Just use arrow keys to move the player towards its food, the heart. It will grow as much as you can eat, or until you run out of spaces to move. Game is over when you hit the walls, or yourself.

Exiting the game

Just press either the Esc key, the letter q, or Ctrl+C (Cmd+C on Mac) keyboard combination.

Releases

No releases published

Packages