-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:pewpew-game/pewmulator
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# pewmulator | ||
And emulator for running PewPew games on desktop computers | ||
|
||
To use it clone this repository, install the dependencies from the `requirements.txt` and work in the directory. | ||
``` | ||
git clone https://github.com/pewpew-game/pewmulator.git | ||
cd pewmulator | ||
python -m pip install -r requirements.txt | ||
``` | ||
|
||
Typically you want to start with a `code.py` that you can later copy to your hardware. | ||
|
||
The keys of the PewPew can be emulated by the arrow keys and `x` and `z`. | ||
|
||
The emulator does not support brightness. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pygame |