Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.09 KB

Smashout

Smashout is a Rust game inspired by Breakout and built with the Bevy ECS game engine. Experience the excitement of breaking bricks and mastering paddle controls in this classic arcade game brought back to life!

smashout

Give it a try by clicking here.

Ubuntu Prerequisites

Before you embark on your adventure, ensure you have the following prerequisites installed on your Ubuntu system:

  1. Rust
  2. Make

Installation and Running the Game

To install and run Smashout, run the following command:

$ make run

Alternatively, if you prefer to run the app in watch mode, run the following command (requires cargo-watch to be installed):

$ make watch

Instructions and Rules

Use the Arrow Keys to control the paddle. Your goal is to demolish all the bricks and emerge victorious. Enjoy the excitement of smashing your way to win!