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: 2 months 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 (almost 2 years ago)
- Last Synced: 2024-11-08T12:42:36.556Z (2 months 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)