Hi everybody!
I am keeping a Google Drive Folder with all Pico-8 featured carts up to now, so I can put them in a handheld and explore what the community has been up to. I hope this is useful!
Here it is: https://drive.google.com/drive/folders/1-l8jHacFznZ3jldSRkcU5oTfiEKOtIv6?usp=sharing
You won't need a widget to check the time in style while you work in Picotron.
Instructions:
-
run
load #pocket_watch_wallpaper-2
-
run
save /appdata/system/wallpapers/pocket_watch_wallpaper.p64.png
(you might have to create the wallpaper folder, if you haven't done that yet) - open System Settings and select this wallpaper from the list.
Updated to show more realistic proportions
In the terminal, type load #maze_generator1-0
to get this cartridge. It is a maze generator that uses a Depth-First Search algorithm. I coded it after a coding challenge that Daniel Shiffman did for his YouTube channel The Coding Train.
Click on Show to see the link to the original video (for p5js).
Wallpaper that recreates the iconic 10 PRINT program for the Commodore 64 in your Picotron.
Instructions:
-
run
load #tenprint-0
-
run
save /appdata/system/wallpapers/tenprint.p64.png
(you might have to create the wallpaper folder, if you haven't done that yet) - open System Settings and select this wallpaper from the list
This is a little tool I created to assign students to discussion groups. The avatars for the students are generated programmatically. It has a few limitations:
- There are only 4 possible groups
- The roster is limited to 24 students or fewer (the names of more wouldn't really fit on the screen)
- Names should be 5 characters or less to avoid overlapping.
To adapt it for your own use there are a couple of changes you would have to make in tab 6 (roster):
- Change the variable 'class_name' to your class name
- Change the variable 'year' to the current name
- Edit names in the table 'roster' with your students' names
Shmup following the wonderful Lazy Devs Youtube tutorial, modified with suggestions from my children... Lots of suggestions. There are 5 levels of difficulty: Super Mega Kity God (infinite lives and ultra powerful energy beam), Kitty God (infinite lives), American Cat (9 lives), Spanish Cat (7 lives) and Real Cat (1 life)
2013/11/11 Added a trail effect for the ship, a shield in Super Mega Kitty God and tuned the ship motion.





This game is a clone with some changes of a game I saw originally made in Puzzlescript by @MattRix. The site where I saw it is not working at the moment. Updated to include logo.
11/2023 - Updated to include particle effects and transitions, as well a save system that stores last level played and the ability to undo movements until the beginning of a level.

.png)






