geduardcatalindev / bevy-ball-game

This is a small game I made to teach the basics of the Bevy Game Engine

Home Page:https://bevyengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bevy Ball Game

This project is the companion code to my YouTube video series on learning the basics of the Bevy Game Engine, version 0.10.

This project starts in Learn Bevy 0.10 - EP2 - First Game Setup + Bundles and Resources - Bevy Tutorial

Playlist

Learn Bevy Engine 0.10 Beginner Tutorial Series

Rust

Please ensure you have the latest version of the Rust Programming Language installed.

Cargo

Build the project with cargo build

Run the project with cargo run

Assets

We're going to be using assets from the kenney.nl website today for our project.

  • Kenney provides amazing assets free to use with a public domain license.
  • If you use their assets often, I highly recommend becoming a Patreon or donating.

We're going to be using the following assets:

About

This is a small game I made to teach the basics of the Bevy Game Engine

https://bevyengine.org

License:MIT License


Languages

Language:Rust 100.0%