Skip to content

aquilax/number_crusher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Crusher

Game screenshot

Number crusher is a game inspired by the old time classic Number Munchers. The rules are simple for each level, You must find all equations, which result to the level number. While calculating, You should watch for the Math police, which are always for unauthorized calculators. Try to get as many points as possible.

Each successfully completed level, gives you one live, and score bonus, equal to the lives you had when finishing the level. Each level has 10 correct solutions, which you need to find.

Installation

To install the game you'll need to have go installed.

$ go get github.com/aquilax/number_crusher

To run the game:

$ $GOPATH/bin/number_crusher

The game uses the termloop library, which is based on Termbox to control the terminal.

Control

▲ - move up
▼ - move down
◀ - move left
▶ - move right
Space - select solution
Esc - exit game

asciicast

About

Base repo for the Go Game Jam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%