-
-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
Readme updates and refluffing
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
# bomberfox | ||
Two player basic Bomberman game over sub ghz | ||
# BomberFox ![In Development](https://img.shields.io/badge/In%20Development-green) ![Powered By](https://img.shields.io/badge/Powered_By-Autism-purple) | ||
Bomberman for the FlipperZero utilising the SubGHz radio for multiplayer functionality with other nearby flipper devices! | ||
|
||
For more information about the SubGHz protocol, please see [protocol.md](protocol.md) | ||
![Screenshot of the Main Menu](images/MenuScreenshot.png) | ||
|
||
## How to play | ||
- Select a character, Wolf Or Fox! | ||
- Move with directional D-Pad | ||
- Place Bomb with Center Button | ||
- Exit Game by holding the return button | ||
|
||
To play multiplayer locally with another person, make sure you select different characters! | ||
|
||
## Project Status | ||
This project is in active development. We're currently working towards an initial release. | ||
|
||
## Level Editor | ||
A basic Java Applet for creating levels for BomberFox | ||
[BomberFoxLevelEditor](https://github.com/BeanGirlThing/BomberFoxLevelEditor) | ||
![Java Applet Level Editor](images/LevelEditor.png) | ||
![The Edited Level InGame](images/LevelEditorIngame.png) | ||
|
||
## Project Status | ||
This project is in active development. We're currently working towards an initial release. | ||
## In Game Screenshots! | ||
![InGame screenshot of an unmodified board](images/InGameScreenshot.png) | ||
![InGame screenshot after blowing up a few walls](images/GameScreenshot2.png) | ||
|
||
## Special Thanks! | ||
This project would not be possible without these great people! | ||
- [FlipperZero](https://github.com/flipperdevices) | ||
- [UFBT](https://github.com/flipperdevices/flipperzero-ufbt) | ||
- Various other open source applications which were used as reference! |