SkillAgentSearch skills...

UniverCity

Source code of the game Univercity: https://store.steampowered.com/app/808160/UniverCity/

Install / Use

/learn @Thinkofname/UniverCity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UniverCity

This is the open source release of the game Univercity https://store.steampowered.com/app/808160/UniverCity/

This repo does not contain the assets required to run the game, only the code for the server/client is provided. To run copy the assets folder from the release of the game into this folder then:

cargo run --release

Steam integration is disabled in this release behind the feature flag steam due to the GPL licensing but the code is left in to match the release state of the game.

The credits screen requires the licenses.json to be generated. You can either copy the licenses folder from the release version of the game or generate it locally with:

cargo install --git https://github.com/Thinkofname/cargo-license
mkdir licenses
cargo unilicense --packages univercity,univercity_server_dedicated > ./licenses/licenses.json
View on GitHub
GitHub Stars166
CategoryDevelopment
Updated1mo ago
Forks17

Languages

Rust

Security Score

95/100

Audited on Feb 18, 2026

No findings