-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# DynaBLASTER | ||
A recreation of the classic multiplayer aspect of DynaBlaster (bomberman) on MS-DOS using python and the tkinter library | ||
###Controls: | ||
player 1 Player 2 | ||
Up: Up-Arrow W | ||
Down: Down-Arrow S | ||
Left: Left-Arrow A | ||
Right: Right-Arrow D | ||
Bomb: Right-Ctrl Left-Ctrl | ||
|
||
Pause: P | ||
Rematch: Ctrl | ||
|
||
###Features include: | ||
|
||
- 2 player local multiplayer on same keyboard | ||
- Bomb capacity upgrade | ||
- Bomb power upgrade | ||
|
||
###Known Issues: | ||
- If a button that moves the player is being pressed and then the button to move in the opposite direction is pressed, the player will stop |