Log In  
Follow
kimwijsbeek

Love Pico-8!

[ :: Read More :: ]

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

P#80898 2020-08-17 22:18

[ :: Read More :: ]

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

P#80828 2020-08-15 21:27

[ :: Read More :: ]

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
P#80508 2020-08-08 13:57

[ :: Read More :: ]

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


A simple but addictive card game. Enjoy!

P#80347 2020-08-04 18:13

[ :: Read More :: ]

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.

P#49888 2018-03-02 20:42 ( Edited 2018-03-16 03:01)