Here are some apps I made for Analogue Pocket.
You can install all of them at once by dragging this collection zip into an installer app such as Pocket Sync.
Creates sights and sounds from 1-dimensional cellular automata
Download: mcc.Cellular-Toy_0.1.0-beta3_2024-03-17.zip
Download source code: Github
Category: Art / noise generator
Version: Beta (3)
Made in: Amaranth HDL
Spiciness: 🌶️🌶️
WARNING: Can make high-pitched sounds
Turn off "Frame blending" when using this core.
Controls:
Organically expanding colors and gurbling sound
Download: mcc.Fungus_1.0_2023-12-03.zip
Download (just the .bin): fungus.bin
Download source code: Github
Category: Art / noise generator
Version: 1.0
Made in: C (using agg23's Pocket RISC-V core)
Spiciness: 🌶️
This was written as quick and dirty sample code for Pocket RISC-V but it turned out quite nice, especially if you let it run for a while. A thing I like doing is hitting the X and A keys at once right after it boots.
Controls:
int n=0,i=1;for(;;){cout<<char(n+=i);if(n>255||i<=0){i++;n=n%254;}}
Download: mcc.ot3_1.0_2023-12-03.zip
Download (just the .bin): ot3.bin
Download source code: Github
Category: Glitch art/harsh noise generator
Version: 1.0
Made in: Rust (using agg23's Pocket RISC-V core)
Spiciness: 🌶️🌶️🌶️
WARNING: Very loud | WARNING: Can cause entire screen to flash
Based on a program I wrote by accident when I was 18.
Controls
Uses the hilbert_2d library by Humberto Duarte.
Minimal (and very difficult) brick break game
Download: mcc.Minibreak_1.0_2023-12-03.zip
Download (just the .bin): minibreak.bin
Download source code: Github
Category: Game
Version: 1.0
Made in: Rust (using agg23's Pocket RISC-V core)
Spiciness: 🍞
This is an early prototype of another game I'm making. I got to the point of things moving and filling in collision rectangles and realized I'd legally fulfilled all the requirements of a "video game", so I decided to release it as Pocket RISC-V sample code. Since it is so simple, the only way I could make it interesting at all was to make it absurdly difficult. If you can win this you are a super player
Controls:
Final notes: Contact me here. /// If you want to see more of my stuff, check out my web apps (mostly broken now because Chrome changed stuff) or my PC games (mostly broken now because Apple changed stuff). /// If you want a collection zip of just the RISC-V bins above, click here. /// If you are interested in helping get anything above ported to work on MiSTER, contact me. /// Last updated 2024-03-17. /// Everything above (except the "under construction" GIFs) is open source. Keep circulating the tapes