Every day, Professor Miggles goes to work. And every day he snoozes in bed until the last possible moment. To keep the points you get for snoozing, make sure to head out in time without forgetting to put your trousers on.
v1.1: Fixed high score bug, and added persistent high score (when played from pico-8)

So, it's 1am and this is what is keeping me up.
Boot up pico-8. Bask in it's glory. Hit esc to jump into the editor.
Type something, mess with mouse. Text selection. Go to icon editor, and the mouse is your main tool. So - clearly the pico-8 fantasy hardware supports a mouse.
Why can't my programs read the mouse? Possible answers:
1) The editors are "special" (do not like! seems unfair somehow.)
2) You can, it's just hidden or undocumented (ooh)
3) Because the editors are not written in the language we are using and have special access (probably the real answer, but very unsatisfying. breaks the illusion/metaphor of fantasy hardware.)
Or maybe something else? I noticed that you can poke in values to monkey with screen modes; if there were peeks somewhere that read the mouse x/y and buttons that we have yet to discover, that would be just kinda awesome.
If there are not - would be super cool to see them someday. Even if they were slipped in quietly for the community to accidentally discover via experimentation. Just sayin.
-- Your Friend Biggles

I'm using OSX.
On app startup in windowed mode, I'm seeing every Pico-8 pixel as a square block of N×N pixels, where N is a number the program chooses cleverly so that N*128, plus a variable black border, fits nicely inside the window dimensions set by the "video_mode" setting in config.txt. No matter what size I set in the config (as long as it fits inside the OS desktop) the pixels are perfectly crisp squares.
And that is great!
I wish it would always work like that.
It muddles up if I then manually resize the window - it seems to keep rendering into a buffer that's sized according to the config at load time, and then scales that buffer to fit in the window.
It would be nice if that worked differently (e.g. resizing the buffer according to window size, then recalculating N to fit the new buffer size), but I'm not experiencing it as a problem, so I won't complain much.
I'm not even sure it didn't work that way in a previous version.
What I am experiencing as a problem is the full-screen display. It seems to also render into that same buffer, then scale that buffer to the full-screen resolution, and that generally creates some anti-aliasing between Pico pixels.
There are approximately a total of 1 possible sizes that look crisp: the size must be equal to the vertical screen resolution. But this size can't ever work well in windowed mode, because OS chrome takes up some vertical space, so app windows have to be a bit smaller.
("Approximately" because, technically, using an exact multiple of that size also works, and I guess one could add pedantic footnotes about horizontal size and portrait monitors.)
So in my case, if I set the line in config.txt to anything larger than 852×852, the windowed mode is blurry, because the OS resizes the window to a size smaller than the buffer, so the buffer gets scaled.
But if I set it to (almost) anything other than 900×900, the full-screen looks blurry, because a buffer that's not 900 pixels is being displayed at 900.
There's no setting that lets me switch between them comfortably.
I imagine one quick and dirty fix might be to render the buffer onto the full screen unscaled - just leave the rest of the screen blank. But the ideal fix would probably be to resize the buffer and recalculate the N, either according to the actual screen resolution, or to a separate setting from config.txt.

Hi pico8-colleagues ...
Are you already talked about it, but I still do not understand why the printh function does not work in the pico-8 version for Windows. I do not think so complicated send messages to the console windows.
Debuguer is perhaps a more complicated to implement, but that printh work on Windows, it would help a lot. Do not you think?
Thanks.

I just discovered a bug with Pico8 - in LUA, one can create multiline strings with a pair of [[ ]]s. This works as well in Pico8, but the token count includes all operator signs and brackets. Which is kind of wrong, I think. Too, escapes of quotation marks aren't escaped inside the editor and shown as real marks. This is kind of anoying, would be great, if a fix for this would be possible...
Hello everyone,
Does anyone know of an easy way to export music from one cart and import it into another? I got someone to make some music (thanks Pizza!) for a game I'm nearly finished but I can't really think of a way to get it into my cart.
I know copying and pasting the data to/from the .p8 file as text works in theory, but I already have sound effect/music in my game, so I know they won't really transfer properly because the indexes for the sound effects will be off.
Any advice would be much appreciated! Thanks!

I've grown quite fond of Pico-8, and am hoping to use it in a future Ludum Dare. To familiarize myself with the tool, I created an enhanced version of my LD33 entry.
Tapping Z and X at the same time toggles the music.
All feedback is welcome. If you find a level particularly difficult, please let me know.
Update 8/10/16 - Finally got around to fixing a bug with the tank.
Update 9/28/20 - Fixed a typo. Also, updated the behavior of the arrow to better indicate the player's off screen position.
What is the method to introspect on exact floating point values with pico8's fixed point system?
x = 3.8 y = 6.8 x += 0.2 y += 0.2 rectfill(x*15,y*9,x*15+1,y*9+1,9) rectfill(4*15,7*9,4*15+1,7*9+1,12) print(x) print(y) |
Running this produces two squares that do not overlap, although print() of x or y shows that the value is equivalent to an integer. Is there a way to print the fractional section more accurately?

Hello there gentlemen!
And laaaaaadies... ;)
I have a Tumblr account! Why am I telling you this? Because I'm gonna be posting voxatron related content regularly starting yesterday! I aim to make at least 1-2 posts per day of progress I'm making in two games I'm in the process of making. One of which is an arcade-y shooter inspired by the likes of mechwarrior. The second is a single player story driven exploration action puzzle platformer! (Wow that was a mouthful...) Anyways, just thought I'd drop by to say that! :) I'll try to post to the lexaloffle forums as much as possible as well... Thanks for reading!
This is our first PICO-8 project, made in a little game jam with some friends!
Our prompt was generated by the Cowface Games Ludum Dare theme generator: Underworld and Retreat!
The story goes:
You are Jonathan, a meek demon spy sent to collect Heaven's magical relic. When combined with the one in Hell, it will create the ultimate weapon. The game starts after Jonathan has already infiltrated Heaven and stolen the relic - now take a leap and make your way back home!
This is unfinished so far, but collecting the purity from innocent beings (rainbows, butterflies, etc) will add to your strength in the second half of the game (which doesn't exist yet).
This is a very work-in-progress game for my weekly games blog. Lots of copy and paste from my first week project. [My blog]( http://www.quidditycode.com/week-7/)
Run around with the arrow keys, jump with z, throw shuriken at nothing with x. And now grapple around by pressing up+x
I'll be making this into an actual game by Saturday, so look forward to seeing what becomes of it.
Jetpack - PICO-8 edition, 30 hot levels and various enemies
Jetman does not know how to jump.
Jetman uses his jetpack if you press C.
Jetman can not have more than 4 lives.
Level restart (if you get stuck and can not die) - press X
That's me playing level 12:
Level 1 to 12 - if you get past level 12, it gets easier ;)
Have fun!






13 comments











