Skip to content

Commit

Permalink
Create README
Browse files Browse the repository at this point in the history
Add a readme that that includes limitations and basic information about the input.
  • Loading branch information
smartsammler authored Oct 27, 2018
1 parent df46cf8 commit 7c215c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# pewmulator
And emulator for running PewPew games on desktop computers

To use it simlply clone this repository and work in the directory.
```
git clone https://github.com/pewpew-game/pewmulator.git
cd pewmulator
```

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.

0 comments on commit 7c215c8

Please sign in to comment.