Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidje13/countdown

Solvers for the TV show Countdown
https://github.com/davidje13/countdown

Last synced: about 1 month ago
JSON representation

Solvers for the TV show Countdown

Awesome Lists containing this project

README

        

# Countdown Solvers

Finds exact or nearest solutions to the numbers round and longest words in the
letters round (according to a non-official dictionary).

## Running Locally

Due to the use of web workers, this project cannot be served from the filesystem directly; a web server must be used. A simple example:

```sh
npx http-server . -p 8080 -o
```