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

Cart #bubbles-0 | 2024-03-29 | Embed ▽ | License: CC4-BY-NC-SA
7


Inspired by a Windows screensaver.

To install :

load #bubbles
save /appdata/system/screensavers/bubbles.p64.png

Some options can be modified inside the cart
(bubble count, colors, size, etc)

P#144971 2024-03-29 11:52

[ :: Read More :: ]

Cart #cmatrix-0 | 2024-03-26 | Embed ▽ | License: CC4-BY-NC-SA
9


Inspired by https://github.com/abishekvashok/cmatrix

P#144525 2024-03-26 13:32

[ :: Read More :: ]

Almost Fourier Transform

Cart #almost_fourier_transform-0 | 2021-02-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

I recently watched a video from 3Blue1Brown(https://youtu.be/spUNpyF58BY) about the Fourier Transform and remade the "Almost Fourier Transform" in PICO-8.

⬇️/⬆️ to select parameters and switch between the 3 screens.
⬅️/➡️ to change the value of the selected parameter.

P#87771 2021-02-16 22:31

[ :: Read More :: ]

Cart #rock_paper_automata-0 | 2020-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Rock Paper Automata

This is a Rock Paper Scissors Cellular Automata.

A cell change colour when the number of neighbouring cells that beats it is above a threshold (2 by default).

Green beats Red. Blue beats Green. Red beats Blue.

I have also added Black cells that are beaten by all cells and White cells that act as boundaries.

Controls

You place cells by using your mouse.
You can change the colour of the cells you place with ⬅️/➡️.
You can advance the simulation one step with 🅾️ or make it advance automatically with ❎.
You can change the neighbouring enemy cells threshold with ⬆️/⬇️.

Also the screen loops.

P#84921 2020-12-02 00:15 ( Edited 2020-12-02 00:15)