Skip to content

Overflow404/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages