https://github.com/cleder/brkrs
🎮️ An Arkanoid/Breakout 🧱️ 🏏️ style game made with bevy
https://github.com/cleder/brkrs
arkanoid bevy bevy-game breakout-game game hacktoberfest
Last synced: 5 months ago
JSON representation
🎮️ An Arkanoid/Breakout 🧱️ 🏏️ style game made with bevy
- Host: GitHub
- URL: https://github.com/cleder/brkrs
- Owner: cleder
- License: agpl-3.0
- Created: 2024-12-29T21:02:06.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-01-11T20:59:45.000Z (5 months ago)
- Last Synced: 2026-01-11T22:01:36.700Z (5 months ago)
- Topics: arkanoid, bevy, bevy-game, breakout-game, game, hacktoberfest
- Language: Rust
- Homepage: https://brkrs.readthedocs.io/
- Size: 63.5 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Brkrs
`Brkrs` is a Breakout/Arkanoid style game written in Rust with the Bevy game engine.
It features a paddle that can be controlled with the mouse, in all directions (left/right, up/down). It uses 3D rendering to display the bricks and the ball.