KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
settl
★ 17
Open GitHub ↗
Hex Settlement Game: TUI, written in Rust
Download README (.md)
Explore Similar Repositories
symfony-tui-games
:
Terminal games built with the Symfony TUI component
hammurabi
:
A Rust recreation of the classic 1968 BASIC game Hammurabi with a modern TUI
2048-cpp
:
2048 game, console based, TUI
cgol-tui-rs
:
Conway's Game of Life TUI Rust
Gomoku
:
:black_circle: TUI Gomoku Game with Programmed AI
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
settl
?
Download (.md)
<p align="center"> <h1 align="center">settl</h1> <p align="center"> A terminal hex settlement game where you play against LLMs <br><br> <a href="https://github.com/mozilla-ai/settl/actions/workflows/ci.yml"><img src="https://github.com/mozilla-ai/settl/actions/workflows/ci.yml/badge.svg" alt="CI"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License: Apache 2.0"></a> <a href="https://mozilla-ai.github.io/settl/"><img src="https://img.shields.io/badge/docs-mozilla--ai.github.io%2Fsettl-green" alt="Docs"></a> <br> </p> </p> <p align="center"> <img src="assets/demo.gif" alt="settl demo" width="1200" /> </p> ## Install ```bash brew install --cask mozilla-ai/tap/settl ``` Or build from source: ```bash git clone https://github.com/mozilla-ai/settl.git cd settl cargo run ``` Runs entirely offline using [llamafile](https://github.com/mozilla-ai/llamafile), no API keys required. Full docs at [mozilla-ai.github.io/settl](https://mozilla-ai.github.io/settl/). ## Related Projects - **[Agent of Empires](https://github.com/njbrake/agent-of-empires)** - A terminal session manager for AI coding agents. If settl is installed, AoE (versions 1.1.0 and higher) automatically detects it and lets you spin up a settl session alongside your coding agents. Settl has a hook system so you can know when the game is waiting for your action, just like Claude Code/OpenCode sessions - **[llamafile](https://github.com/mozilla-ai/llamafile)** - One-file LLM inference. settl downloads and runs a llamafile automatically so AI players work offline with zero setup. Since it's platform agnostic, we don't have to worry about which OS, every OS can run the same llamafile! - **[Bonsai Models by PrismML](https://prismml.com/)** - Ultra-efficient 1-bit quantized language models that power settl's default AI players. ## License Apache 2.0