1.0.0 • Published 8 years ago

funcle v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

funcle

A jeopardy game about algorithms. Do you have what it takes to guess which algorithm is needed?

You are given a series of input and are told what the output should be. It is your job to implement the algorithm. Easy at first, but gets trickier over time.

How to run

First install funcle

$ npm i funcle -g

Then run it

$ funcle

Reset data

If you ever need to reset your data, just run it like this

$ funcle --reset

and all savegames will be removed.