https://github.com/mozrin/hexaroids
A truly unfortunate name for a cool little asteroid clone.
https://github.com/mozrin/hexaroids
cross-platform dart flame-engine flutter flutter-examples game-development just-for-fun
Last synced: 3 months ago
JSON representation
A truly unfortunate name for a cool little asteroid clone.
- Host: GitHub
- URL: https://github.com/mozrin/hexaroids
- Owner: mozrin
- Created: 2025-06-27T01:15:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T05:34:03.000Z (3 months ago)
- Last Synced: 2025-06-27T06:25:39.763Z (3 months ago)
- Topics: cross-platform, dart, flame-engine, flutter, flutter-examples, game-development, just-for-fun
- Language: C++
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexaroids (damn ... that is an unfortunate sounding name)
> A zero-stress Asteroids clone built with Flutter, Dart & Flame.
> Because sometimes you just want to waste a little time and have some fun.---
## š Overview
Walot is a playful side projectāno grand ambitions hereājust a chance to learn the Flame game engine on top of Flutter. Pilot your ship, blast floating rocks, watch them split and scatter, and see how long you survive before the screen fills up!
---
## ā Features
- Classic Asteroids-style gameplay
- Procedurally-spawning asteroids that split in two
- Touch & keyboard controls
- Score tracking
- Minimal UI & no adsāpure sandbox fun---
## š Tech Stack
- Flutter 3.x
- Dart 2.x
- Flame 1.x
- Vector Math for 2D physics
- Git & GitHub for version control---
## š„ Getting Started
### Prerequisites
- Flutter SDK installed (ā„ 3.0)
- A connected device or emulator (Android, iOS, Linux, macOS, Windows, Web)
- Git (or GitHub CLI)### Installation
```bash
git clone https://github.com/mozrin/hexaroids.git
cd hexaroids
flutter pub get
flutter run
```