Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcinmoskala/modifierorderguesser


https://github.com/marcinmoskala/modifierorderguesser

Last synced: 12 days ago
JSON representation

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
```