Awesome
Chip-8 Kotlin Multiplatform
Kotlin Multiplatform fork of https://github.com/cbeust/chip-8 (Chip-8 emulator)
Current clients
- Android (Jetpack Compose)
- Wear (Compose for Wear)
- iOS (SwiftUI)
- Desktop (Compose for Desktop)
- Web (Wasm based Compose for Web)
(The game emulator has virtual "keyboard" interface. In the desktop client game is typically driven by <kbd>4</kbd>, <kbd>5</kbd>, and <kbd>6</kbd> keys...on mobile these are simulated with buttons)
Full set of Kotlin Multiplatform/Compose/SwiftUI samples
- PeopleInSpace (https://github.com/joreilly/PeopleInSpace)
- GalwayBus (https://github.com/joreilly/GalwayBus)
- Confetti (https://github.com/joreilly/Confetti)
- BikeShare (https://github.com/joreilly/BikeShare)
- FantasyPremierLeague (https://github.com/joreilly/FantasyPremierLeague)
- ClimateTrace (https://github.com/joreilly/ClimateTraceKMP)
- GeminiKMP (https://github.com/joreilly/GeminiKMP)
- MortyComposeKMM (https://github.com/joreilly/MortyComposeKMM)
- StarWars (https://github.com/joreilly/StarWars)
- WordMasterKMP (https://github.com/joreilly/WordMasterKMP)
- Chip-8 (https://github.com/joreilly/chip-8)