Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcinmoskala/modifierorderguesser
https://github.com/marcinmoskala/modifierorderguesser
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcinmoskala/modifierorderguesser
- Owner: MarcinMoskala
- Created: 2024-12-06T19:12:49.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2024-12-08T22:04:12.000Z (14 days ago)
- Last Synced: 2024-12-08T23:17:54.713Z (14 days ago)
- Language: Kotlin
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a fun game written in Kotlin using Compose for Wasm. You can play it under [https://marcinmoskala.com/ModifierOrderGuesser/](https://marcinmoskala.com/ModifierOrderGuesser/).
To run, use:
```
./gradlew :composeApp:wasmJsBrowserDevelopmentRun
```To deploy, use below command and push `/docs` to the repository:
```
./gradlew updateDocs
```