mirror of
https://github.com/michelpereira/awesome-open-source-games.git
synced 2026-07-16 02:22:32 -05:00
[PR #23] [MERGED] Add AAAAXY, a platformer game taking place in impossible spaces. #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/michelpereira/awesome-open-source-games/pull/23
Author: @divVerent
Created: 2/20/2024
Status: ✅ Merged
Merged: 6/18/2024
Merged by: @michelpereira
Base:
main← Head:patch-1📝 Commits (1)
13923afAdd AAAAXY, a platformer game taking place in impossible spaces.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
This game is notable for doing a thing few other 2D games do - it takes place in a world that globally defies the rules of geometry as we know it, messing with your sense of orientation. This is achieved by means of seamless portals placed in the game world (like many have already done in 3D first person games, where this feature would be trivial).
It runs as native application on Linux, Windows, macOS, "mostly native" on FreeBSD (it currently requires the ALSA library as a wrapper to OSS, which is in the ports collection), and is also available for mobile operating systems and HTML5.
It was made using Go and Ebitengine (basically a platform independent graphics/sound/main loop library for Go that does not restrict game engine design and thus allowed me to do these things).
BTW: linked to the github repo for consistency with other games; if desired, I can update the link to point at the game's website instead at https://divVerent.github.io/aaaaxy/.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.