Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pewpew-game/pewmulator
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed Mar 2, 2019
2 parents e0b9ef7 + 5742b54 commit 2aea066
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pygame

0 comments on commit 2aea066

Please sign in to comment.