Log In  
Follow
pararaum
[ :: Read More :: ]

The Wave

A simple and relaxing experiment how to draw a wave. Now just some clouds, a ship, and some music is needed...

Cart #the_wave_wip_v00-1 | 2024-02-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

P#141462 2024-02-13 20:15 ( Edited 2024-02-13 20:16)

[ :: Read More :: ]

Cart #deserialization_v1-0 | 2024-02-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This cart is a simple routine to deserialize a string into a table value. I know that there are other routines out there but this routine is simple and small. No serialization routine is give as it is assumed that the text is entered manually. If a list of items is added then remember that a final ',' is needed to actually add the item to the table.

P#141365 2024-02-10 15:09

[ :: Read More :: ]

Cart #unterganginderfeuerdaemmerung-0 | 2022-02-21 | Code ▽ | Embed ▽ | No License
4

Untergang in der Feuerdämmerung

An entry in the Lovebyte 2022 https://lovebyte.party/ and the program achieved the fifth place in the Tiny Executable Graaphics Competition.

The task in this competition was to achieve a graphic with a program of a length of at most 256 Bytes. We used a Fractal to generate the scenery mathematically. In the .p8 file, it was also necessary to cut some text in the header to meet the size requirements.

Here is the whole code in its full glory:

g=127for x=0,g do
for y=0,g do
v=x*3/g-2k=v w=y*4/g-3l=w i=0while v*v+w*w<4and i<g do
t=v*v-w*w+k
w=l+abs(2*v*w)i+=1v=t
end
c=(g-i)/g*13if(c*y>c*89)c=1
pset(x,y,c)i%=9pset(i*91%g,i*g%70,7)line(6+c%4,83+c%8,c,91)end
end
while(1)?

Only 254 bytes...

You can have a look at the Demozoo page https://demozoo.org/graphics/305297/.

P#107418 2022-02-21 19:34 ( Edited 2022-02-21 19:53)

[ :: Read More :: ]

Cart #msgcicular20220130-0 | 2022-01-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Mystical Symbol Generator: Circular

While browsing I found a cart https://www.lexaloffle.com/bbs/?tid=4076 having a text entry and I though that it should be used to generate some mystical art. Use this cart to enter a text (finish with Jelpi) and get your own mystical symbol. The keys for up, down, left, right can be used to rotate the symbol.

Can you figure out how the symbol is generated and how to read it?

P#105999 2022-01-30 19:36 ( Edited 2022-01-31 14:50)

[ :: Read More :: ]

In this cart butterfly images are collected. This was done while experimenting with converting images to the PICO-8 and storing them in the cartridge. Compression is still missing.

Cart #butterfly20220114-0 | 2022-01-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

P#105092 2022-01-14 20:15

[ :: Read More :: ]

Cart #checkerboarddemo20220105-0 | 2022-01-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


An example cartridge showing a simple checkerboard effect and some moving text. This cartridge uses coroutines and classes.

Link to the GitLab repository

P#104362 2022-01-05 20:48 ( Edited 2022-01-05 21:00)

[ :: Read More :: ]

Cart #moving_moire_yahetahoze-2 | 2021-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


A simple example with a Moiré Pattern.

P#89368 2021-03-22 18:26 ( Edited 2021-03-22 18:31)

Follow Lexaloffle:          
Generated 2024-03-28 10:15:34 | 0.080s | Q:33