whoisryosuke / bevy-galaga

Galaga game in Bevy and Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot of the Bevy Galaga game running natively on desktop. A galaga ship is seen on bottom of screen, a green bug enemy is in middle, and several projectiles fly upwards

Galaga Clone in Bevy + Rust

This is a experiment (and tutorial soon) to learn how to create a Galaga clone using the Bevy game engine framework and Rust language.

Requirements

  • Rust v1.6.4+

Getting Started

  1. Clone the repo
  2. Run cargo run
  3. Play the game!

Controls

  • Left/Right - Move player
  • Spacebar - Shoot projectile
  • Escape - Exit game

How it works

I basically used the Bevy Breakout game example as the basis for a lot of the logic and then branched off where needed.

Credits

  • Namco for Galaga sprites

About

Galaga game in Bevy and Rust


Languages

Language:Rust 100.0%