What is This?
This is the A-Spec Experience game. It is a project I worked on for my class in order to start a conversation about microaggressions towards those on the asexual and aromantic spectrum.
Basics:
Use your arrow keys or direction pad to move.
Goal of the Game:
Get to the heart surrounded by arrows!
Made by grapejuice.



love it, but one suggestion for the wall collisions, if you are touching the wall, you cant slide along it, this can be fixed by instead of checking if the x AND y collide at the same time, you first check if it collides on the x then on the next line, check on the y.
this is just a suggestion though, you dont need to do it



pico8 developers keep pushing gameplay into forms I would never have imagined. I love how your text integrats into the game. The whole thing is very effective



Thank you for offering some insight. Those comments always felt harmless annoyances to me (grand-parent teases in my case, used to make me blush when I started dating), I had never realized they could be harmful to others.
About the cart : navigation is rough, but that is probably better for the message than smooth gliding around the walls and words.
Minor bug : when replaying, the broken hearts are not put back on the map.
This could be done by mset, reaload, or even simpler, by calling extcmd("reset") instead of _init().
[Please log in to post a comment]