Pinball2D icon indicating copy to clipboard operation
Pinball2D copied to clipboard

Simple 2d pinball game for testing of bevy and rapier.

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

https://user-images.githubusercontent.com/5881978/135753714-fb8e7d7a-0752-43d7-84ed-c8a90e5d85c7.mov

Implementation details

Wrote a short piece about how the game was made: