Skip to content

thetawavegame/thetawave-legacy

Repository files navigation

Theta Wave

Project Introduction

This game was made with the Amethyst engine. It is inspired by games like Raiden and The Binding of Isaac.

Game Introduction

In Theta Wave, you play as a spaceship defending an objective. The goal of the game is to survive levels by destroying enemies, collecting consumables, buying helpful things, and defeating the final boss.

gameplay of theta wave

Documentation

Documentation for Theta Wave is available online.

You can find out more about the game from its gameplay to contributing code.

Build and Run

If you are on macOS remove the vulkan feature in Cargo.toml and replace with metal.

To build and run: cargo run --release

Credits