Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 429 Bytes

pong

How to run

To run the game, run the following command, which defaults to the metal graphics backend:

cargo run

Windows and Linux users may explicitly choose "vulkan" with the following command:

cargo run --no-default-features --features "vulkan"

Mac OS X users may explicitly choose "metal" with the following command:

cargo run --no-default-features --features "metal"