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

https://github.com/rhardih/tents


https://github.com/rhardih/tents

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tents

This is a solver for the [Tents and Trees](https://www.brainbashers.com/tents.asp) problem.

## Run

### Development

The setup uses [CompileDaemon](https://github.com/githubnemo/CompileDaemon) for
automatically rebuilding and running on file change.

```bash
$ make build-dev
$ make dev command="./tents -v "
```

### Plain

```bash
$ make build
$ make -B
```