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
- Host: GitHub
- URL: https://github.com/losfair/acquire
- Owner: losfair
- Created: 2024-06-24T06:08:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T03:06:38.000Z (27 days ago)
- Last Synced: 2025-03-23T04:18:53.597Z (27 days ago)
- Language: Gleam
- Homepage: https://acquire.x.invariant.cn/game/
- Size: 173 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gleam - losfair/acquire - A multiplayer board game written in Gleam. (Projects / Web applications)
README
# acquire
Digital remake of the ["Acquire"](https://en.wikipedia.org/wiki/Acquire) board game.

[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
```