Reverse Polarity (Aidan)
About
Reverse Polarity is A short puzzle platformer where you use magnets to progress through 3 levels. This is my entry into the LÖVE Game Jam 2023! This is my second jam so far and I've really pushed myself harder this time.
The theme of this jam is "Connection" and being the kind of person to ignore the obvious I didn't go with any kind of physical connection, that is where the idea of having the game be based on magnets came around, over 9 days I've worked long hours between sleeping, working and other things to make this.
Controls: (Can be rebound)- A and D to move left and right
- Space to jump, hold to jump higher
- E and Q to rotate your head and change your polarity.
- Simple Tiled Implementation by karai17: https://github.com/karai17/Simple-Tiled-Implementation
- JSON encoder and decoder by Jeffrey Friedl: http://regex.info/blog/lua/json
- Middleclass by Kikito: https://github.com/kikito/middleclass
- All "A_" libraries were made by myself