[PR #23] [MERGED] Add AAAAXY, a platformer game taking place in impossible spaces. #181

Closed
opened 2026-05-31 19:51:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (1)

  • 13923af Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/michelpereira/awesome-open-source-games/pull/23 **Author:** [@divVerent](https://github.com/divVerent) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@michelpereira](https://github.com/michelpereira) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`13923af`](https://github.com/michelpereira/awesome-open-source-games/commit/13923aff9e197b5553989d74c8e6b0f421a80416) Add AAAAXY, a platformer game taking place in impossible spaces. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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/. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-31 19:51:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-open-source-games#181