Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.2 KB

Project Harmonia

A work-in-progress life simulation game made with Bevy.

Building

Desktop

cargo build --release

Mobile

Tested only on Android. It compiles and runs, but missing proper touch controls and gamepad support (girls doesn't support Android).

  1. Install xbuild
  2. Enable USB debugging on the device, connect it and allow access.
  3. Get its ID:
x devices
  1. Build:
x build --release --device <device ID> -p project_harmonia

License

The code licensed under GNU Affero General Public License v3.0.

Used fonts licensed under SIL Open Font License 1.1.

The license for other assets and their authors are listed in their info files next to them.