Skip to content

Commit

Permalink
Merge pull request #1 from smartsammler/master
Browse files Browse the repository at this point in the history
Add requirements and README
  • Loading branch information
deshipu authored Jan 16, 2019
2 parents b4bf54b + fa85773 commit 5742b54
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 5742b54

Please sign in to comment.