https://github.com/cromega08/light-out---another-one
An KMP implementation of the "Light Out" game, for Android and Desktop.
https://github.com/cromega08/light-out---another-one
android android-app android-application kmp kmp-app kmp-mvvm kmp-viewmodel kotlin-android kotlin-desktop kotlin-multi-platform kotlin-multiplatform kotlin-multiplatform-application kotlin-multiplatform-mobile kotlin-multiplatform-mvvm kotlinmultiplatform light-out light-out-game windows windows-app windows-desktop
Last synced: 7 months ago
JSON representation
An KMP implementation of the "Light Out" game, for Android and Desktop.
- Host: GitHub
- URL: https://github.com/cromega08/light-out---another-one
- Owner: cromega08
- License: agpl-3.0
- Created: 2024-12-27T19:42:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T18:41:47.000Z (8 months ago)
- Last Synced: 2025-03-04T16:16:51.472Z (7 months ago)
- Topics: android, android-app, android-application, kmp, kmp-app, kmp-mvvm, kmp-viewmodel, kotlin-android, kotlin-desktop, kotlin-multi-platform, kotlin-multiplatform, kotlin-multiplatform-application, kotlin-multiplatform-mobile, kotlin-multiplatform-mvvm, kotlinmultiplatform, light-out, light-out-game, windows, windows-app, windows-desktop
- Language: Kotlin
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Light Out - Another One
**Light Out - Another One** is another implementation of the popular "Light Out" game, where you will have to squeeze your mind and turn off all the lights on the board in as few moves as you can.
**Light Out - Another One** is developed with **KMP**, and compiled for **Android** and **Desktop (Windows)**.
## Installation
**Light Out - Another One** can be installed in 2 different platforms:
- **Android**: For **Android** platform you need to obtain the _.apk_ file on your device and follow the steps for installing. You can obtain the file through:
- [Uptodown](https://light-out-another-one.uptodown.com/android).
- [Github Releases](https://github.com/cromega08/Light-Out---Another-One/releases/tag/android).- **Desktop (Windows)**: For **Desktop (Windows)** download one of the available installers, and execute it (_double click_ and follow the process). You can obtain the file through:
- [Uptodown](https://light-out-another-one.uptodown.com/windows) (Only can download the _.msi_ variant).
- [Github Releases](https://github.com/cromega08/Light-Out---Another-One/releases/tag/windows) (Can find the _.exe_ and _.msi_ variants).## Tech Stack
- Languages: [Kotlin](https://kotlinlang.org).
- Framework: [KMP](https://kotlinlang.org/docs/multiplatform.html).
- Build Tools: [Gradle](https://gradle.org).
## License
- [GNU GPL v3](https://choosealicense.com/licenses/gpl-3.0/)
## Authors
- [@Cromega08](https://www.github.com/Cromega08)