A character and some tiles. Combined basic character and basic tilemap into one.
- Collisions. The character can only walk on tiles with flag 0. Shout out to doc_robs he taught me mget , fget , and the whole grid system.
- Before I was drawing the edges myself but not anymore :D
Basic Character
A simple character with controls and sprite animation. Stole some stuff from the collide demo especially for movement. This Whiteout Labs was super helpful.
idle
[0x0] | |
walking
[0x0] | |
My very first cart
The original code is from Game Developement with Pico 8 zine - pg 52, 53. I am not smart enough to create this from scratch, just tweeked it a bit.
If I can figure out how to update a cart I'll add controllers eventually.
This experience makes me really thankful for HTML and everything else I dont have to write from scratch.
To do
- color selector
- controllers
- randomize button
- cursor
- tiles?
- with collistions?????????