Skip to content

ArthurBugan/coding-pet

Folders and files

NameName
Last commit message
Last commit date
May 28, 2024
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024
May 25, 2024
May 28, 2024
May 28, 2024

Repository files navigation

Bevy 2D Shooter

This is a 2d top-down shooter written in Rust using the Bevy game engine. It's capable of handling 100K enemies and uses a kd-tree to efficiently handle the collisions.

Link to the tutorial & timelapse video below.

screenshot

Tutorial

Here's the entire timelapse of the AI learning to drive

youtube

Showcase Video

youtube

Usage

  • Clone the repo
git clone git@github.com:bones-ai/bevy-2d-shooter.git
cd bevy-2d-shooter
  • Run
cargo run

Configurations

  • The project config file is located at src/configs.rs

Credits

Controls

  • WASD for movement
  • Mouse wheel to change camera zoom

About

A pet for coders and a bonding experience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages