https://github.com/dentosal/tak-local-webui
Play tak against bots on your own machine
https://github.com/dentosal/tak-local-webui
abstract-games tak
Last synced: 10 months ago
JSON representation
Play tak against bots on your own machine
- Host: GitHub
- URL: https://github.com/dentosal/tak-local-webui
- Owner: Dentosal
- License: mit
- Created: 2025-09-25T11:45:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-27T21:27:17.000Z (10 months ago)
- Last Synced: 2025-09-27T23:33:36.680Z (10 months ago)
- Topics: abstract-games, tak
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local webui for playing against tak bots
Tak bots on [playtak.com](https://playtak.com) not available all the time, and there's a limited selection of them.
This project provides a simple webui for playing against tak bots locally.
It uses [ptn.ninja](https://ptn.ninja) for rendering the board, and supports all TEI engines.
## Usage
```bash
cargo build --release
./target/release/tak-bot-webui path/to/engine1 path/to/engine2
```
To get some engines, you can run
```
python3 build_engines.py
./target/release/tak-bot-webui -F enginelist.txt
```
The navigate to `http://localhost:3000` in your browser.
## License
MIT. See [LICENSE](./LICENSE) for details.