vector.p8
a simple and lightweight (in tokens) vector math library for PICO-8.
usage:
load #vector_p8
and save as such: vector.p8- remove all the demo code; it's in the second tab
#include
in any cart you want
functions within:
> NOTE:
> vectors are just normal Lua tables with x
and y
fields, so you can pass any table that contains x
and y
to any of the functions and they will work regardless.
creation and management
vector(x,y)
- the main function. x
and y
default to 0
v_polar(angle, length)
- makes a new vector using polar coordinates
v_rnd()
- returns a normalized vector with a random direction




Description from the itch.io page:
You're a bee, and for some reason I still do not comprehend, you decided to get some honey. In the middle of the rain. The drops are twice as bigger than you. You might die if you get hit by one. And the rain gets worse the more honey you collect. That wasn't the best idea you've gotten.
Made in 4 hours for the Crunchy Jam, hosted by Celesmeh.
Still has noticeable bugs, since I couldn't get time for enough bugfixing sadly.


A game about shooting aliens that i made cause boredom.
The collision system is also trash but i can't make it better
![]() |
[0x0] |
Anyways, it's pretty cool and i have like 3 days working on it, so please tell me what you think in the comments too!
and also print("have a good day :D")


Please don't ask me why i do tutorials and immediately come with a game remake coded all by myself. Just play this.
This is a 2D remake of a game i've always wanted to remake somewhere else. I ended remaking it in PICO-8 (here), which is an uncomfortable thing since the original game is in 3D, and this thing is in 2D. But i'll be cool and say that this is a demake instead. For now it's just a very hecking early alpha, but i'll be working on it.
Also also, i don't know if i'll be able to code moving platforms.
To-do:
The ability to climb blocks, if it isn't there how could i call this an EDGE Remake.
Not being able to move in certain places ( for example, when you're trapped in a little tunnel )
Hi! I'm ThaCuber! I want to post here my first game ever on here, even though i didn't finished it.
Please tell me guys what you thnk about it!
btw yes i used @MBoffin's top down game tutorial, don't tell that on the comments pls
Oh, and, i am proud of it, i don't care if you don't

