Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 296 Bytes

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.