Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 441 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 441 Bytes

Rock Paper Scissors

This is a 2D particle simulation game, where each particle is either Rock, Paper or Scissors.

If two particles collide, there is a match between the two particle types. If the match is not a draw, the losing particle type will be changet to the winner particle type.

The game is built using bracket_lib as the UI framework.