Log In  
Follow
andosandos

Cart #mudusizide-0 | 2020-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

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
0 comments



Cart #wirimenobi-2 | 2020-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

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]

[ Continue Reading.. ]

1
0 comments



Cart #wuriyomwa-0 | 2020-11-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Basic Tilemap

Simple tilemap with edges. Dirt, grass, dark grass, snow, rock, desert sand, beach sand, and snow.

> Use arrow keys to move the camera around.

2
0 comments



Cart #jipozisuyo-0 | 2020-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A super simple game to kickstart the engines.

2
0 comments



Cart #pajanebunu-0 | 2019-12-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

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?????????
2
2 comments