An open API service indexing awesome lists of open source software.

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.

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
```