Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 920 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 920 Bytes

Pinball2D

Using the Bevy game engine and Rapier physics engine for a simple 2D pinball game.

Running the game on the web (webassembly)

https://pinball2d.vatnar.no/

Running the game with Rust

Rust and Cargo is a prerequisite.

git clone https://github.com/gunstein/Pinball2D.git
cargo run --release

pinball2d.mov

Implementation details

Wrote a short piece about how the game was made: