I'm just posting the first cartridge I was able to finish.
This is a tutorial by @ztiromoritz and can be found here: https://ztiromoritz.github.io/pico-8-shooter/#
I started coding and picked up Lua like 20 days ago and also found out about Pico-8. I did some other tutorials and I've been reading about coding and all that, but this one is important to me since it was the first tutorial that I could actually understand what I was copying from the tutorial to Pico-8!
-- what I added
- Multiple enemies
- Multiple levels
- An ending
After finishing it, I added some extra features that I could code - after a lot of trial and error lol.
-- stuff that I ended up not adding because I don't know how to: