I got really bored and a little lonely in quarantine so I'm making myself a little friend to keep me company. It's far from finished, but I thought that even it's idle animation was awful cute and I wanted to share. You can play with the menus by pressing X or O and then any arrow, but they don't do anything yet. I'll add more as I make progress!

Howdy, this is my kinda shitty first attempt at making a game. It took me three days to learn enough about Lua and Pico-8 to get to this point, and there's still a lot of stuff I want to add to it, but it's finally to the point where I'm comfortable showing it to people.
Arrow keys to move, x to dash.
Known Issues
-Enemies can overlap, becoming one super enemy (this does not make them any more dangerous)
-Sometimes when the flower respawns, it respawns in the same location it was in, giving the player double points and potentially spawning double enemies.
Feedback is welcome, specifically about the code, as it's my first project. The game isn't super fun yet, I'm working on that.
Update 7.27.2020:
Enemies no longer overlap, but they do walk in lockstep. Added a global score counter and a sound effect if you try to dash without a charge.
Update 7.29.2020:
Slightly updated flower sprite, massively cleaned code, enemies are now asynchronous and score now updates in increments of 10