OmSTU_match_three_aurora

0

Описание

Приложение на Flutter для ОС Аврора. Соединяйте три в ряд в разных измерениях. Разработано участниками 7 сезона проектных школ Предуниверсария ОмГТУ под руководством старшего преподавателя кафедры ПМиФИ ОмГТУ Гуненкова Михаила Юрьевича.

https://wiki.pmifi.ru/project-scool/season-7

Языки

  • Dart95,8%
  • CMake3,8%
  • C++0,4%
README.md

Omsk State Technical University (OmSTU)

Game "Match three", developed on the Flame engine for running on Aurora OS.

Dive into the thrilling puzzle where you travel through different worlds. Each world is a unique dimension with its own rules, tiles, and challenges.

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
    flutter-aurora build aurora --release --target-platform {platform}
    , where
    platform
    can be one of [
    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
    scp
    utility or install it with the command
    aurora-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.

Project description in Russian