Log In  
Follow
UltimaN3rd

Cart #54421 | 2018-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

I always forget exactly how sin/cos functions work in PICO-8, since they're different to normal math sin/cos. I made this cartridge as a quick reference to see how they work. I hope it helps someone!

4
0 comments



Cart #48830 | 2018-02-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
30

Hi everyone! Here's a binary save system so you can turn the 64 cartdata values into 2048 boolean values, or any other data you want by converting it to binary. I had a lot of trouble understanding other binary save system information I found for Pico-8 so I think I've done a good job here of making the code understandable.

I've also written a full article to accompany this cartridge on my website: https://ultiman3rd.wordpress.com/2018/02/01/pico-8-binary-save-system/

I hope you all find this useful!

I figured I might as well post the article text here too:

Pico-8 has a simple save system which allows you to set a cartridge ID:

cartdata("mycoolgame")

[ Continue Reading.. ]

30
7 comments



Cart #48811 | 2018-02-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

I made this as a background for my upcoming binary save system cartridge (article and cartridge going up in a few days!) so I figured I might as well share this on the BBS :) I hope someone finds it useful or at least cool!

8
1 comment




Professor Blobbins bounces into his first adventure with The Music of Love! Hop along each of the 7 levels, helping (or annoying) the NPCs who each have a short song to sing.

This is my first ever PICO-8 game! If you're interested, my other games are at: http://www.nicholaswalton.net/

4
4 comments