GitHub - Overflow404/space-invaders: A rust implementation of the old fashioned space invaders game · GitHub
Skip to content

Overflow404/space-invaders

Repository files navigation

Space Invaders

Work in progress - A rust implementation of the old-fashioned space invaders game

Solution of this coding challenge.

Overview

This is a modern reimagining of Space Invaders built in Rust, using:

  • Bevy: a powerful, data-driven game engine built in Rust

  • ECS (Entity Component System): to keep game logic modular, scalable, and clean

  • Bevy’s rendering + input systems

  • A custom domain layer to model gameplay logic without coupling with Bevy

About

A rust implementation of the old fashioned space invaders game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages