Log In  

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

Hi,

I noticed that the version of SDL2 statically linked to the Linux build only has the X11 driver enabled.

Is there a plan to get future build with DirectFB enabled, that should be possible by passing --enable-video-directfb to ./configure and statically linking to DirectFB?

Alternatively a dynamically linked Debian package would allow users to run pico-8 against their own SDL and specify the video driver using SDL_VIDEODRIVER env var.

Thanks in advance.

1
4 comments


Cart #15856 | 2015-10-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

i was looking at the recent 0hgames and came across this game
so i made a version for it on pico-8 with a little twist

use left and right to change direction
capture sparkles for points (will also alter the rotation size)

7
3 comments


Hi all,

Is there a way to config the cursor color from config.txt?
I can't distinguish it from the background on my old laptop screen.

Thanks in advance.

0 comments


I want to do some advanced things with the music state, like dynamically change the way playback works. I assume this is possible, but I wasn't able to find detail on the way the music state is mapped out in memory. Does anyone have any details on this?

Specifically I'd like to query the song position (the sequence number and the current pattern position), and update the loop points.

Thanks.

2 comments


Since the manual is not updated, I'd like to ask:
How do you use the 8-player joysticks mentioned in the 0.12 change log?
Are there any keys assigned to btn(b,index) with indices higher than 1?
Can we change those keys?
How are we to use this feature?

1 comment


Cart #15903 | 2015-10-27 | Code ▽ | Embed ▽ | No License
7


How to play

Move Buddha to crush green guys.
Don't crush red guys.
Game is over if miss reaches 50.

[left][right]: Move Buddha
[Z][X]: Start/Retry game

Release notes

0.30 (Oct 27, 2015)

  • Play music.
  • Display explanation.

0.20 (Oct 26, 2015)

  • Initial Release.

(Older versions)

Cart #15829 | 2015-10-25 | Code ▽ | Embed ▽ | No License
7

7
3 comments


Cart #15828 | 2015-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Dash around, poking to grow.

1
0 comments


0h game version.

Cart #15806 | 2015-10-25 | Code ▽ | Embed ▽ | No License
1

Post jam version:

Cart #16013 | 2015-10-29 | Code ▽ | Embed ▽ | No License
1


Change log for 0.3:
-4 players!
-Nicer main menu
-You can setup the game any way you like! Each player can be assigned to: Player 1, Player 2, Easy AI, Medium AI, Hard AI or be turned off.
-Press X twice quick to quit to main menu.


Cart #15822 | 2015-10-25 | Code ▽ | Embed ▽ | No License
1


1
14 comments


proof of concept mainly, had this idea a long time ago, all u got is a hp bar and nothing else, so you pay the bloodsucking vampire who is selling something with hp, ofcource the rest of the game isnt there, idk ether zombie apocalipse or some thing could work with this, and a map would probebly be nice to


0 comments


Cart #15800 | 2015-10-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

3/4 Music Hack (also works for 5/4, 7/8, etc)

By default, music patterns in PICO-8 are 32 notes long. This makes writing music in time signatures other than 4/4 quite difficult. So writing in 3/4 can be quite difficult as 3 doesn't go evenly into 32.

Luckily, we can use the loop function in the sfx editor to cut 32 notes down to 24.

e.g.

but this will loop the first 8 notes again if we play it by itself.

The trick is to use a "empty master" pattern set at so that it plays its 32 empty notes in the time that our 24 actual notes play. Doing some maths, this just requires an empty pattern of SPD 12.

i.e.

[ Continue Reading.. ]

19
12 comments


Cart #15791 | 2015-10-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

INCO-8
My attempt at a PICO-8 shmup.

So far I've got the basic framework in place with some enemy types, movement patterns, bullet patterns etc.
But obviously I haven't really worked on the waves or any type of progression yet.

Very, very WIP.

3
1 comment


Cart #15786 | 2015-10-24 | Embed ▽ | License: CC4-BY-NC-SA

Super jump: Z
Air jump: Space, then Z

0 comments


my friend is making some music for me in pico8 and they noticed three rly useful things missing (unless we just can't find them?)

  1. some way to duplicate patterns - select/copy/paste would be good
  2. a way to insert notes and push existing ones down, rather than overwrite
  3. a way to play notes freely without writing into the pattern (for sounding out things)
1
6 comments


Just wanted to let you know, that for us european folks, the day of the 0h game jam has come! Check this out: http://0hgame.eu. Basicly you have to make a game between 2am and 2am when the time changes tonight :)

I'm in, and will be using Pico8 :)

4 comments


Cart #15772 | 2015-10-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

This one started as an attempt to dig through the Celeste cart and learn something about structuring my code a little bit better. And a stupid pun. I'm posting this super early version to keep myself accountable to finish it.

In terms of gameplay, I'm kind of making it up as I go, so any thoughts or crits are welcome!

Thanks for looking! more to come!

Arrows - Move
C - Jump
X - Hammertime

8
1 comment


I'm trying to enroll me in the ludum dare october challenge 2015.
Now I have to earn my first $1 on itch.io (http://jihem.itch.io/BLD).
Thanks for your support and comments :)

0 comments


Hi,

I stupidly forgot to add this to the AltGr Bug thread before 0.1.2 was released and my report a while back in one of the deeper editor bug threads was probably too deep down to be seen, so here we go again:

On a german Mac, entry of curly braces and square brackets work by pressing ALT and 8/9 and 5/6. For some reason this is broken on LALT but not on RALT, as can be seen in the following snippet. Specifically, pressing LALT not only spits out the braces/brackets, but also the numbers as well, while pressing RALT does it correctly:

I assume this is somewhat related to the AltGr problem, but who am I to know :)

0 comments


So, I had this idea, and I'm not even sure if this wasn't done already (feel free to nudge me into prior art): What if the boxes in Sokoban were sitting on top of Antigrav units (as seen in Star Wars), so that if you nudge them, they would continue on their way until something stops them.

Very WIP, only 3 levels so far, not a lot of code, a few ideas on how to spice things up with extra fields and basically the result of a nights worth of work. It feels sort of playable to me, at least.

Let me know what you think, please!

Cart #15760 | 2015-10-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
4 comments


Ho can I get an HTML exported cartridge to start paused? Allowing the user to decide when to fire it up...
I don't really want to blast my users with the full glory of chiptunes on page load when the webplayer is half way down the page...

2 comments


Hey all. As some of you who hang out on the irc channel will know, I'm writing a roundup article about P8 and I'd like to have at least a few actual .p8.png's displayed in the article. I don't want to distribute anyone's cart without their permission so for any that I showcase that don't give me permission, I'll use jpegs of the cart cover instead. Any that are featured will also link back to the respective bbs page.

Also, if anyone has decent gameplay gifs they would like included, I can include them as I generally suck at most of the carts ;)

2 comments




Top    Load More Posts ->