Kotlin Multiplatform port of Comet Busters! for Java & JavaScript
Controls
- ↑ Thrust
- ← Rotate left
- → Rotate right
- Ctrl or Spacebar Fire
Notes
- Multiplayer port for Java version is TCP 50001. JavaScript version uses PeerJS PeerServer Cloud to establish P2P connections and does not require open ports.
- Testing found that the Dell G15 laptop keyboard doesn't support pressing Up, Left, and Spacebar at the same time. The last key is ignored. This or similar conflicts may affect other keyboards. Since Spacebar and Ctrl both fire, you can try working around it with the other key.
- For Steam Deck, while no changes have yet been made to specifically support it and there's room for improvement such as scaling to fit the screen, it's playable. The browser can be configured to show the entire game on screen by either switching to full screen (recommended) or reducing zoom to about 80%. Fire is the Y button (space key) by default as long as Steam is running.
- Unlike the original game, music is disabled by default because it is a bit loud and often an annoyance.
- This is an early alpha build. There are some bugs and obviously many features not yet implemented from the original game.
- Port developer
- Mark Injerd
- Original developer
- Steven E. Hugg
- Build revision
- Java:
- JavaScript: Current web build is from the
Java version requires Java 8 Runtime Environment