Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.65 KB

File metadata and controls

40 lines (28 loc) · 1.65 KB

Chip-8 Kotlin Multiplatform

kotlin-version

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 4, 5, and 6 keys...on mobile these are simulated with buttons)

Screenshots

Screenshot_20230121_130752

F8epdW5WIAAenPD

Full set of Kotlin Multiplatform/Compose/SwiftUI samples