-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c60335
commit 19f65cd
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |