Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePythonator authored Mar 1, 2022
1 parent 1c60335 commit 19f65cd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[![Build](https://github.com/ThePythonator/A-Pair-Of-Squares/actions/workflows/build.yml/badge.svg)](https://github.com/ThePythonator/A-Pair-Of-Squares/actions/workflows/build.yml)

# A Pair Of Squares
A platformer with a twist - one set of controls for two characters!
A platformer with a twist - one set of controls for two characters!

### Controls
- **Arrow keys**: Moving characters, navigating menu
- **Space**: Jump, selecting items in menu

Pink always moves in the opposite direction to Blue, just to add to the challenge :)

### Tools
- Written in C++ using SDL.
- Aseprite used for artwork.
- LMMS used for music.
- [JFXR](https://jfxr.frozenfractal.com/) used for sound effects.
- Tiled used for level maps.

0 comments on commit 19f65cd

Please sign in to comment.