# Space Invaders (Vala / GTK+ 3 / Cairo)

A lightweight, portable, vector-rendered **Space Invaders** arcade game written in Vala using GTK+ 3 and Cairo.

---

## Quick Start

```bash
# Clone or navigate to directory
cd ~/space_invaders

# Build the binary
make

# Run the game
./space-invaders