OmSTU_hanoi_towers_aurora
Описание
Приложение на Flutter для ОС Аврора. Классическая головоломка со стержнями и кольцами. Разработано участниками 7 сезона проектных школ Предуниверсария ОмГТУ под руководством старшего преподавателя кафедры ПМиФИ ОмГТУ Гуненкова Михаила Юрьевича.
Языки
- Dart93,5%
- CMake5,9%
- C++0,6%
Omsk State Technical University (OmSTU)
Game "Hanoi towers", developed on the Flame engine for running on Aurora OS.
An engaging casual puzzle game that develops logical thinking. The goal of the game is to move the entire pyramid of rings from the starting peg to the target peg in the fewest possible moves.
Project Build
- Install Aurora CLI, Aurora PSDK and Flutter and prepare the configuration file according to the documentation (specify parameters for connecting to a remote device, as well as paths to the certificate and key for signing the RMP package)
- Install dependencies with the command flutter-aurora pub get
- Build the project with the command
, whereflutter-aurora build aurora --release --target-platform {platform}can be one of [platform,aurora-arm,aurora-arm64]aurora-x64
Package Signing and Installation on Device
- Sign the RPM package with the command aurora-cli psdk package sign -p {path/to/rpm_file}
- Copy the package for manual installation to the device using the
utility or install it with the commandscpaurora-cli device package install -p {path/to/signed_rpm_file} --apm
Project members
Information about the project authors (developers) is provided in AUTHORS.md.
Terms of use
Copyright © 2025 Omsk State Technical University (Chair of Applied Mathematics and Computer Science).
The source code of the application is provided under the BSD-3 Clause license.