Log In  
Follow
kimwijsbeek

Love Pico-8!


Cart #bomegafazu-0 | 2020-08-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Hello,

when I import a spritesheet, it doesn't work as I expected. Former sprite 0 is placed on sprite 1, sprite 1 on sprite 2 etc. Please see image.

Is this supposed to work this way? All sprites shift one, this is really inconvenient. You would expect to get an exact copy of the original spritesheet. Or am I doing something wrong?

Thanks,
Kim

1
4 comments



Cart #platformer_demo-0 | 2020-08-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


This is a very basic demo of a platform game. I was struggling with slopes etc, until I had this idea. It works quite well, so I wanted to share it with you.

Whereever the player is, the program looks for the first pixel directly under it, starting from the head. It looks directly in the spritesheet. If the player is falling down, its y-value cannot get below the floor level.

This works really well for the slopes, but sometimes if you jumped and your head peeped over a platform, the player teleported to the platform above. I fixed this by checking from the player's feet, when jumping or falling.

Bye,
Kim

3
0 comments



I'm working on my take of the great Lemmings game. Interesting to make a dynamic background based on pixels instead of tiles. Right now most mechanics are working.

To do:

  • menu
  • levels
  • finetuning
1
2 comments



Cart #terajuhiwa-0 | 2020-08-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11


A simple but addictive card game. Enjoy!

11
5 comments



Cart #49887 | 2018-03-03 | Code ▽ | Embed ▽ | No License
2


One of my first Pico-8 games. Gather resources, build farms and houses. Place shops en some bigger buildings like churches. Keep all villagers happy. 8 different levels.

2
6 comments