Log In  
Follow
jeromkiller

pico-8 is currently my favorite way of getting graphics on screen

[ :: Read More :: ]

Cart #amiga_boing-0 | 2022-01-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

A little demo I created to test out palette cycling effect.
and to try playing with a shadow effect which I'm pretty proud of.

So why not recreate the boing demo for the commodore amiga which also used palette cycling effect.

for the shadow I created my own line drawing function using Bresenham's line algorithm

I have taken the ball sprites from Two_Owls because my original ball didn't look too great.

drawing the lines with shadows could deffinetly be improved, especialy because we know the size and location of the shadow :P

P#105769 2022-01-27 22:02

[ :: Read More :: ]

~epilepsy warning~

contains flashing images

Cart #aoc2021day11-0 | 2022-01-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This is the first program I wrote for the pico-8.
Its the test solution of day 11 of advent of code 2021.

This project was mostly to play around with the sprite editor and some of the things I learned from the hello world example.
I basically ported my original solution made in c so the code isn't that clean or well documented.

P#105766 2022-01-27 21:39 ( Edited 2022-01-27 21:41)