Citybound is an independently developed city building game, available open source and funded though Patreon. Find out more about Citybound on the wiki.
Currently Citybound is only tested with Rust nightly-2016-10-28
Recommended setup:
- install rustup
- Windows:
rustup default nightly-2016-10-28-x86_64-pc-windows-gnu
- MacOS:
rustup default nightly-2016-10-28-x86_64-apple-darwin
- Linux:
rustup default nightly-2016-10-28-x86_64-unknown-linux-gnu
cargo run --release
(Debug mode is generally too slow to interact with)
Citybound is licensed under AGPL (see LICENSE.txt), for interest in commercial licenses please contact me.
The code is in a pretty messy state after a rushed first release, but will become much more modular and well-documented over time. Issues are categorized into levels of difficulty amongst other properties, but the ones flagged with "Assistance Welcome" are most likely to be tackleable by outside contributors. Pull requests of any kind are welcome, but there is no defined process or acceptance criteria yet, we'll just figure it out along the way.
Unless explicitly stated otherwise, all contributions are assumed to be licensed under AGPL as well.