From 19f65cd8e822f287f2b2e34c21a987afa1289154 Mon Sep 17 00:00:00 2001 From: ThePythonator <49040244+ThePythonator@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:12:38 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a80c822..ad4dd18 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +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.