Skip to content

whoisryosuke/bevy-galaga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages