Skip to content

mwkling/make-n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make-N: a number game

Description

In this game, you start with a set of initial digits and a goal number. Your task is to combine the initial digits using different mathematical operations to reach the goal number.

Basic operations are permitted (+, -, *, /) as well as exponents, concatenation, and 'digit splitting' (any digits from intermediate results may be split apart and recombined to make new numbers in any way).

I've written a blog post about this game here (this page also has a live version of the game): http://mikekling.com/make-n-a-number-game/

The drag and drop functionality is implemented using the interact.js library.

Contributing

If you enjoy the game and are interested in making improvements or changes, feel free to submit a pull request.

How to run

Clone repo. Open index.html in a browser.

About

A simple math game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published