Log In  

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

Cart #widuzizeme-0 | 2020-04-29 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Cart #tinehopiri-1 | 2020-04-29 | Code ▽ | Embed ▽ | No License
4


massively multiplayer one button local game. each player has one key to press!

4
1 comment


Soo... I bought a raspberry pi zero and I'm trying to get it to work so I can run and create pico 8 games on it. But every time I try to make it boot, it does this:

.

.

.

.
In short, it does nothing. Has anyone had this problem and maybe solved it? Thanks!

Oh, and we should have a name for pi's that run pico 8 games that we all use.

(I tried to load the raspberry logo into pico 8. it didn't work)

1
13 comments


So.. let's say that someone tells how to have infinite health in the comments of a game called "banana run". Should there be a "Report as Revealed Easter Egg"? This would help conceal the secrets of the game. Do you think there should be this? Or should it only be available to the dev?
NOTE: I have not heard anything about this being added. I just thought it would be handy.

1
4 comments


With 0.2 onwards I noticed that cmd+w now closes pico8, whereas before I used it a lot to jump to the beginning of the line. However, cmd+e still jumps to the end of the line, which is rather inconsistent!

I don't know which functionality is really intended (since cmd+w is a valid closing shortcut on Mac), and if cmd+w/cmd+e was ever intended to be used (ctrl+w/e also work), but I think the inconsistency should be looked at at some point.

I'm on a MacBook Pro with MacOS Catalina 10.15.4

1
0 comments


Was confused by the upload mechanism and ended up with some redundant unlisted carts in my uploads (listed in "add cartridge" > "select from uploads"). How do I remove these? I don't see any way to delete them.

4
2 comments


Cart #snakeweaver-2 | 2020-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


A prototype of a game that is sort of a combination of Nibbles and Sokoban, but also the snake is explicitly allowed to weave over and under itself.

Inspired by a drawing by Loren Schmidt: https://twitter.com/lorenschmidt/status/1253546559469387776

Version 1 is a prototype. It contains a few demonstration levels, and a bunch of empty ones. It also includes a built-in editor. Press ENTER to open the cart menu and edit levels. See the source code for more instructions.

Creator: https://www.patreon.com/posts/37040199

9
4 comments


Okay, comment on what color flower you like best. please only comment once. This is for Great Heroic Meadow Adventure. YOU MUST CHOOSE ONE OF THESE

Blue Flowers:

Purple Flowers:

Pink Flowers:

Purple and Blue Flowers:

Pink and Blue Flowers:

Purple and Pink Flowers:

Thanks!

Other: ___

these are the votes:


Blue: 0%
Purple: 0%
Pink: 0%
Purple and Blue: 50% @ExtrovertPlatypus
Pink and Blue: 50% @jmsnsh
Purple and Pink: 0%

Currently the top flowers are pink and blue 50% and purple and blue 50%

1
2 comments


Cart #happybirthdaygiorgiomoroder-1 | 2020-04-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

My humble and sub-par homage to the legendary musician Giorgio Moroder, because yesterday he turned 80 years old.
Quite cr*p and obviously not as good as his music by a LOOOOOONG shot, so it is a fortune that he will probably won't ever hear this rendition of his famous song "Chase", from the original soundtrack of the movie "Midnight express" ^_____^; (he won an oscar for that score, first time ever a synthesized song won an academy award, years before Vangelis)

4
1 comment


Cart #tumbleblox_2_0-0 | 2020-04-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

I've finished all the levels on my game! I'm planning on maybe making an itch.io version with more levels, but I'm not sure yet. There won't be many more updates from here unless there are any bugs in the game. Have fun!

4
0 comments


Cart #portalpuzzle-1 | 2020-04-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
2 comments


Hello together

I just started with pico8, lua and game-programming. I am trying to make a small fighting game and have a question concering animations. I want the player-sprite to be idle and if i click a button it should respond instantly and play an animation. Is there a way I could write the function "punching" with less code? Sprite Number 17, 18 and 19 are the sprites for a punching animation. The function first checks if the current sprite is between 17 or 19...if not it sets it to 17 (start of the punching animation)...then it iterats through the animation and checks again if the sprite is greater then 19 to set it back to 17. I have the feeling I have to much code in it...especially that I check twice if player.sp is greater then 19. Is there a more efficient way? Thanks in advance :)

function _init()
    player={
        sp=1,
        x=59,
        y=59,
        anim=0,
        state="idle",
        flp=false,
    }
end

function _update()

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=75555#p)
7 comments


Cart #brick_smash1-0 | 2019-08-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


The pico8 manual states this about SFX instruments:

"SFX instruments are only retriggered when the pitch changes, or the previous note
has zero volume. This is useful for instruments that change more slowly over time.
For example: a bell that gradually fades out. To invert this behaviour, effect 3
(normally 'drop') can be used when triggering the note. All other effect values have
their usual meaning when triggering SFX instruments."

However it seems that adjacent notes (with the same SFX instrument and with the same pitch and non-zero volume) do cause the instrument to be retriggered when the second note is at index zero in a looping sequence. Also, setting the second note's effect to 3 inverts the behavior and the instrument is continued rather than retriggered, but only when the second note is at index zero.

The attached .p8 cart demonstrates this. It has these SFXs:
0: the SFX instrument
1: pattern looping from 0 to 8, with no effect on the note at index 0. The SFX instrument is retriggered at index 0.

[ Continue Reading.. ]

3
2 comments


Cart #lemur_world-0 | 2020-04-28 | Code ▽ | Embed ▽ | No License
2


I'm getting back into P8 so I can help my bored kid explore coding again.
This platformer engine can be something we can work on together.
Thanks for looking!

2
1 comment


I'm uploading my first PICO-8 game that I made in the GMTK Game Jam a couple of years ago. The theme was "Genre without Feature", so I created a platformer with no direct control over the character. Instead, you have to teach it what to do by rewarding or punishing it's actions. It has a few issues, but mostly I'm very proud of it. Enjoy!

P.S. An important thing to note is that the parrot remembers what it's learnt after it dies. This is important for getting past some obstacles!

Cart #pavsparrot-0 | 2020-04-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
1 comment


Been getting interested in neural networks and machine learning lately and recently discovered this:https://github.com/vbrydik/pico-nn

On the GitHub page it says to "Just copy code from here and use it in pico-8 or other lua app."

I know I can't just copy it into a p8 cart because the code it references isn't in my cart.

What would be the correct way to implement this?

Thanks :)

2 comments


Cart #submarine-3 | 2021-01-24 | Code ▽ | Embed ▽ | No License
3

This is a beta release.
Work in progress.

3
2 comments


This is Heli_Baby.

I found PICO-8 about 2 days ago and have been messing around with it. So for i am really enjoying it. I found Dylan Bennets game Dev with PICO-8 book online and started messing around it.

In the book you make a game called "Cave diver", i really liked the look of it so i had ago at remaking an old classic flash game i used to play at school.

I will be carrying on with Dylan's resources as i think the way he explains everything is perfect, enough for you to learn the ropes but also allowing you to take your own approach.

Cart #rerezobgu-0 | 2020-04-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

3 comments


[sfx]

Finally getting around to learning music on the PICO-8.

This is my initial composition for my Juggler Defender game (rndgame generated name...):

1
1 comment




Top    Load More Posts ->