Log In  
Follow
CoinerArtist

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


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)

8
3 comments



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


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

9
3 comments



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.

10
1 comment



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.

[ Continue Reading.. ]

9
1 comment