Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianaigner/asteroids-compose-for-desktop
Simple space game, built with Compose for Desktop!
https://github.com/sebastianaigner/asteroids-compose-for-desktop
compose desktop game jvm kotlin
Last synced: 5 days ago
JSON representation
Simple space game, built with Compose for Desktop!
- Host: GitHub
- URL: https://github.com/sebastianaigner/asteroids-compose-for-desktop
- Owner: SebastianAigner
- Created: 2021-04-14T17:34:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T04:17:31.000Z (over 1 year ago)
- Last Synced: 2024-10-23T10:00:52.636Z (14 days ago)
- Topics: compose, desktop, game, jvm, kotlin
- Language: Kotlin
- Homepage: https://dev.to/kotlin/how-i-built-an-asteroids-game-using-jetpack-compose-for-desktop-309l
- Size: 590 KB
- Stars: 92
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroids, built with Compose for Desktop
### Want to learn how I built it?
### Read the [two-part article](https://dev.to/kotlin/how-i-built-an-asteroids-game-using-jetpack-compose-for-desktop-309l) in which I describe the most interesting parts of this project.`asteroids-compose-for-desktop` is a basic experiment of building a 2D space game on top of [Compose for Desktop](https://www.jetbrains.com/lp/compose/). 🚀 Run with `./gradlew run`. Feel free to explore, and enjoy! 🌕
![Screenshot of the game](dev-graphics2.png)