/breakout

A simple breakout clone written in rust using Amethyst

Primary LanguageRust

breakout

A simple game of breakout.

Game Play

How to run

To run the game on windows or, use

cargo run

on Windows and Linux. Requires Vulkan support

To run the game on OSX, use

cargo run --features metal

and it MIGHT work? I cant test this.