Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #atributetomule-0 | 2019-06-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I converted an older LowRes Coder program to PICO-8.

It's a tribute to one of the most clever 8 bit games ever made: M.U.L.E.

1
0 comments


If you are on linux you can use firejail to launch PICO-8 sandboxed. That way PICO-8 cannot access all your files, only those in its directory and its configuration directory.

I assume that you have the PICO-8 binaries in ~/pico-8 and that you are using the default config directory ~/.lexaloffle

I also assume that you are saving screenshots in the ~/pico-8 directory and not on your Desktop. To do that you need to edit the "desktop_path" line in your ~/.lexaloffle/pico-8/config.txt to be like this:

desktop_path /home/username/pico-8/screenshots/

Replace "username" with your actual Linux username for the rest of this post.

Now, install firejail from your repositories (sudo apt install firejail) or download a newer version from their website (up to you)

Create a file called pico8.profile in ~/.config/firejail

Put the following in this file:

include default.local

include globals.local

noblacklist ${HOME}/.lexaloffle
noblacklist ${HOME}/pico-8

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=65219#p)
1
0 comments


Cart #last_exit_brexit-0 | 2019-06-15 | Code ▽ | Embed ▽ | No License

0 comments


Cart #torchance-0 | 2019-06-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
2 comments


Cart #colour_illusion-1 | 2019-06-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Each ball is drawn in the same colour (brown) but it appears red, green or blue depending on which colour stripes are drawn over it.

Inspired by an image shared on twitter. (See https://twitter.com/testingham/status/1139558284631789568)

I thought i'd see if pico-8 can create the illusion even with its limited palette. The answer is: yes it can! :-)

And unlike an image, in pico-8 you can read the source code to confirm the illusion acts as stated.

4
1 comment


Put PICO-8 directory at /home/pi/ either via SSH then unzip, or manually by putting MicroSD in a computer and copying the files over.

RetroPi Pico8 Tutorial

Scroll down to the part about Launching PICO-8 from EmulationStation (about halfway down)

Follow these instructions through terminal (quit EmulationStation) and a Bluetooth Keyboard. Should work through SSH if that is your thing.

THEN, you need to run:

sudo apt-get install wiringpi

Start EmulationStation back up and you should have a launch option for PICO-8. Sound and Controls and Everything worked for me after that :)

4
9 comments


Cart #mb_arcademechanics-0 | 2019-06-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

This was a slide deck I made for a mini workshop I gave on arcade mechanics at a PIGSquad Summer Slow Jams event last night. (Following in the footsteps of @nextlevelbanana, I used a Nintendo controller as a clicker. 😄) Feel free to use the code for your own presentations.

7
1 comment




Cart #hypno-0 | 2019-06-14 | Code ▽ | Embed ▽ | No License

IT DOESN'T WORK YET ON PURPOSE, BUT WILL BE FIXED SOON!

Today, while playing with the default settings on the CLI on Windows, I found a series of colors that I started to really like. So, what does that have to do with this?

Basically, when this cartridge is done, it's going to be a lot of things: but PICO-8 is going to serve as the first star, and from then on, sadly, I believe I will have to write a program of my own. Unless I find a way to display more than the 16 colors - and that's the only reason why.

I have written a program in python that allows one to select any color they see, from anywhere at any time, or simply play around with them til the find one on their own. Then I pipe that on over to a modified form of lua - the Aseprite variety actually.

[ Continue Reading.. ]

0 comments


I’m trying to print text centred around a point.

At the moment my code offsets the x coordinate by half the width
of a string in pixels, calculated as (4* #s)-1.

This works fine for
alphanumeric text but is wrong when the text contains glyphs.

Is there a built in function to help achieve this?

Or do I need to examine every character when computing the pixel width of the text?

2 comments


Cart #nineslice-0 | 2019-06-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A quick little function to draw 9-slice boxes. Has modes for stretched or repeated sprites along the borders, and an optional background color. A little heavy for general use at ~444 tokens, and could probably be optimized further.

Use:

nineslice(x origin,y origin,width in px,height in px,
          sprite index for upper left corner, stretched mode (true/false), 
          background color)
2
0 comments


Title says it all. I don't know a lot about Lua but I do know that in general VMs operate on similar principals to hardware description languages, which can be implemented in real hardware. Besides being a ton of work (and needing access to the lowest-level bones of pico) what is stopping a true hardware version of our favorite fantasy console from existing?

The biggest thing I can think of is that carts would be a whole beast of their own, but I'd love to hear everybody else's thoughts, including if there are any good hardware emulators out there (I've seen a few raspberry pi versions, but many of them fall short when it comes to screen, buttons, ports, size, etc).

1
1 comment


This was our entry for last Ludum Dare. Forgot to post it here, sorry i dumb!

Team Cardboard Box presents… JBA: Oversequel

You are a bounty hunter. Your target is a bounty hunter. Everyone around you is a bounty hunter.

Interrogate passersby of the whereabouts of your target, once you see them, grab their attention - a light tap on the shoulder, or a bullet to the knee - anything goes! From there, only you decide which one would reap the reward.

And be careful! Anyone around could recognize you as their target!

—– INSTRUCTIONS —–

Walk with the D-pad, shoot with Z, talk with X.. but that much is written on screen. Out of battle with your target, holding Z locks shooting direction to aid with fighting those who want your head

Look carefully at your target’s face. It could give you a clue about their abilities!

Now, go! Survive in this wasteland where anyone ought to get anyone! Will you be able to reach the 11th day?

Cart #jbaoversequel-4 | 2019-06-13 | Code ▽ | Embed ▽ | No License
2

[ Continue Reading.. ]

2
0 comments


First, thank you to everyone in the Pico-8 community for being so amazing. With a heavy heart, I have had to regretfully shut down PlayPico after 3 years. I no longer have the time or finances to maintain the site, as I have a very demanding job and a 4th child due 3 weeks from today (PlayPico was a labor of love and cost around $30/mo to run). Other than the finances, I simply don't have the time; the site required a lot of maintenance, and over the past 3 years, I probably invested over 1000 hours into development and maintenance. It started growing in users to the point where more and more new features were becoming absolutely necessary, and it was getting neglected. Several key features were also broken after the BBS updates, and while I fixed many of them, I couldn't find time to fix all of them or continue to keep up should the same issues arise again.

Thanks again for everything, everyone! I hope PlayPico at least brought you all some joy, that's all it was ever meant to do. I'm sorry that it can't continue, but I hope it served you all well while it was there. It had a good run.

[ Continue Reading.. ]

5
5 comments


Cart #komapegufa-0 | 2019-06-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


A reimagining of the rules of chess.
I don't have anyone to test the game with, so if anyone plays a round, I would absolutely LOVE your feedback. there are very many issues still such as the lack of a two-space pawn move, and no victory event, but I hope to have those finished soon and I hope you can still enjoy what I have made. I also hope you can understand the concept without the tutorial :/
thanks for checking out my game!

Update 2022-11-03:
If anyone decides to play, here is the basics:

  • a turn is made of two actions
    • action 1: paint a tile
    • action 2: move a piece

The idea is that the way pieces move is determined by the color of ground, rather than only by directions.

[ Continue Reading.. ]

5
3 comments


Cart #zamebofewe-0 | 2019-06-11 | Code ▽ | Embed ▽ | No License
1


Playing around with the mechanics for a Bust-A-Move style game by having the walls be oddly shaped and moving.

Not really sure where this is going. Any ideas for interesting level shapes?

1
0 comments


I haven't found anything, but I am trying to convert my existing music tracked in PICO-8 to a .MOD or related tracker format.

Anyone have any pointers? I'd rather not compose everything by hand again but...

0 comments


Hey all,

I noticed that my game, Bubble Pond, has been hosted on numerous sites without my consent. Examples:

https://www.playpico.com/games/play/bubble-pond
http://www.arcadeprehacks.com/game/33214/bubble-pond.html
http://www.yibba.com/games/bubblepond.html?m3

Has anyone else had their games lifted by sites like these? Any suggestions of actions I could take?

Thanks!
Trevor

P.S. Here's the game as hosted here for context:

Cart #52998 | 2018-05-25 | Code ▽ | Embed ▽ | No License
1

1
5 comments


Hey everybody! Just sharing a little Minesweeper-Clone that I've programmed^^.

New Version:

Cart #minesweeper-1 | 2020-03-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Mouse is not required anymore, but you can use the Cartridge below if you wanna use the Mouse.

Controls for "Non-Mouse-Version":
- Arrow-Keys to move Cursor.
- Press and release X to open a Tile.
- Press and release O to mark a Tile (red or blue Flag).
- Hold X or O + Arrow-Keys to scroll.


And here the "Mouse-Version" of the Game:

IMPORTANT: Keep in mind that the "Mouse-Version" can be quite unplayable on Browsers. This Version of the Game runs best directly on PC, started by PICO8.

Cart #minesweepermouse-1 | 2020-03-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

[ Continue Reading.. ]

13
3 comments


A quick update: now with increasing difficulty levels :)

Cart #picoroids-1 | 2019-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I discovered PICO-8 on Saturday and was inspired to cobble this together in a couple of hours. The main limitation at the moment is there's only one level - your ship just sits there, all alone, after you've destroyed all the asteroids. I'll finish it off when I get a bit more time but I think it serves as a nice little example of vector-based (rather than sprite-based) graphics.

Cart #picoroids-0 | 2019-06-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

[ Continue Reading.. ]

2
0 comments




Top    Load More Posts ->