Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

Cart #numbercrunchers-0 | 2024-03-30 | Embed ▽ | No License
13

Decided to start teaching myself Picotron and made a quick little tile-based puzzle game. Enjoy!

You can load it in Picotron by typing: load #numbercrunchers

Click any two adjacent numbers to combine them. The higher the numbers, the higher the score. The game is over when there are no more moves left.

(Restart the app for a new game using control-R.)

Edit: I'm really happy with how fast I was able to knock this out. All done today. Feels almost as fast as PICO-8 development, with the main impediment being there's not a lot in the way of documentation yet. But it's just as quick and enjoyable to code Picotron apps as it is to code PICO-8 apps!

13
2 comments


Cart #laserbeams-6 | 2024-09-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

Lots of enemies!
Lots of bullets!!
Lots of beams!!!

19
6 comments


Hi, I accidentally overwrote drive.loc by clicking on it from a save as menu. This should probably not be possible. Also, how do I revert it to how it was before? Clicking on it in the file browser now gives an error.

1 comment


(oops i have no idea what I am doing)

0 comments


Cart #spikes_n_apples-0 | 2024-03-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

A small little game made for fun. Originally a collaboration project with a beginner coder friend who quickly lost interest. Feel free to add critique although please understand this wasn't intended to be particularly good.

controls:
Press O (z) to jump
Press X (x) to eat

Instructions:
A timer is ticking down. Quickly choose whether you will jump over the incoming obstacles or attempt to eat them. Eating a spike will give you a "GAME OVER", but eating a fruit will increase your speed and grant you additional time to extend your streak. Go for the highest score you can before time runs out! (my record is 8100 if you want to try and beat it)

4
0 comments


Cart #easteregg-2 | 2024-03-30 | Embed ▽ | License: CC4-BY-NC-SA
19

Literally an easter egg.

Pick up a paintbrush, paint an egg for the #picotron community and post it here in the thread!

Happy #picotron Easter, everyone :)

19
4 comments


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

Second picotron project! I tried to recreate the plasma effects from this page and ended up with this little ocean wave demo. monochrome palette code lifted straight from the swoosh.p64 screensaver, and it works perfectly for the subject matter :3 works well as a screensaver

7
0 comments


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

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).

4
0 comments


i made a clock and you can set the time yourself in the code or with the little knob on the side, if you pull it out a bit like a normal watch you can adjust the time and if you dont you can turn the mainspring (but it doesnt affect the power beause i dont want to have to wind my virtual watch lol)

its real messy. i can label it if someone wants but to adjust to your timezone youre gonna wanna change the line in _update that says hour = date sub - 6. the - 6 is subtracting 6 hours from the default gmt to get mountain time where i live but you can change it to whatever you like

Cart #automaticwatch-0 | 2024-03-29 | Embed ▽ | No License
2

you can copy this into a file you make called clock.lua wherever your toolbar widget things are stored and then add a line in appdata/system/startup.lua to create it on startup like this

[ Continue Reading.. ]

2
1 comment


Big rainpond

load into picotrion using #rainpond_picotron

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

I decided to finally jump on the picotron bandwagon that has been going for a while now.
This is a remake of one of my first carts created in pico8. Since this is a remake I added the original below for comparison.
While I think the lower resolution of Pico8 serves this concept a bit better, it is hard to get used to the chunkyness of pico8 again.
The picotron version still feels a bit empty.
The higher resolution means the lack of detail is more obvious.
I might come up with a workaround for that someday
For now enjoy this one.

I also noticed I should have made the cart ID and title match up as much as possible since we need to manually load carts in Picotron

tiny rainpond

[ Continue Reading.. ]

15
4 comments


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

This cartridge contains two command line utilities, font2gfx and gfx2font, to perform conversion between fonts and sprite sheets.

Installation

First, load the cart with load #font_utils.

After loading, you have two options:

  • Either an automatic installation: run the cart (press CTRL-R) and follow the instructions.
  • or a manual installation:
    • cp /ram/cart/exports/appdata/system/util/font2gfx.lua /appdata/system/util/
    • cp /ram/cart/exports/appdata/system/util/gfx2font.lua /appdata/system/util/

Usage

Converting a font into a sprite sheet

Use font2gfx input.font

This will create two files: a gfx file containing the sprite sheet, and a lua file containing the configuration of the font (character width, height, variable width offsets, and so on).

[ Continue Reading.. ]

14
5 comments


I just got Picotron. I would normally type curly brackets using altgr 9 and 0. Picotron doesn't seem to allow me to type curly brackets at all. Is this an azerty keyboard specific problem or am I simply missing something? In notepad and other text editors my usual method works fine, never had this problem in pico8.
The same for square brackets.
Getting around it for now by typing it elsewhere and copying it around.

1
0 comments


Video Linking to bug

I found a bug that occurs when dragging a folder on to itself. I'm not sure if I can make a patch for this on my own but my guess is that it should be checking if the folder that is dragged on, is the same as the destination folder.

1 comment


Cart #zomutodoka-0 | 2024-03-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

9
6 comments


Cart #bahuzusefu-0 | 2024-03-29 | Code ▽ | Embed ▽ | No License
1


I tried making somewhat of platformer engine.
As you can see, it is very buggy. If someone could help with the weird wall collision thing then that would be great.

1
0 comments


Cart #screensnower-1 | 2024-03-29 | Embed ▽ | No License
1

Here's a fun little screensaver I was workin on for a little while! Watch the snow fall :)

1
1 comment


Cart #bigman1-0 | 2024-03-29 | Code ▽ | Embed ▽ | No License
3


This is my first PICO-8 game, I hope you like it!

3
0 comments


When I click Code below any cart on the BBS, the block is just empty and contains no code. Not sure if this is related to the recent styling change. I can't say for sure when this started, but I just noticed it today for the first time.

In case it's browser specific, I'm on Firefox 124.0.1 on Linux.

5
11 comments


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

1 comment


Hi all,

Just downloaded 0.1.0d.

I've noticed turning on RSHIFT Magnify leaves a black square around the mouse once zoomed once until you shut down and reboot picotron.

2 comments




Top    Load More Posts ->