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

https://github.com/losfair/acquire

Digital remake of the "Acquire" board game
https://github.com/losfair/acquire

Last synced: 26 days ago
JSON representation

Digital remake of the "Acquire" board game

Awesome Lists containing this project

README

        

# acquire

Digital remake of the ["Acquire"](https://en.wikipedia.org/wiki/Acquire) board game.

![screenshot](misc/screenshot.webp)

[Play here](https://acquire.x.invariant.cn/game/)

## Run locally

Install [Gleam](https://gleam.run/).

Then:

```bash
cd frontend
npm i
npm run build
cd ..
make run
```