Skip to content

thetawavegame/thetawave-legacy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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