Log In  

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

Version 1

Cart #mwac-0 | 2023-01-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
16

Version 2

Cart #mwac-1 | 2023-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
16

What is This?

Matching game meets cats, that's what.

How do I play?

Press ⬅️/➡️/⬆️/⬇️ Arrow Keys to move the cursor. Press 🅾️/❎ to select an item, then press the direction you want the item to swap with and press 🅾️/❎ again. If you wish to deselect the tile, press 🅾️/❎ on the original tile again. The current tile and the selected tile are separated by an orange plate and a pink plate respectively. You can move items even if the moved item won't match with anything.

[ Continue Reading.. ]

16
11 comments


Cart #ttuor-0 | 2023-01-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

About

Ttuor is a short, top-down action game with a gravity glove and some floaty boots.

Controls

Arrow keys - move the player

(O) - After you get the glove item, press and hold to pull crates and items towards you. Then use the arrow keys to reposition a crate before putting it down.

(X) - After you get the boots item, press to float. Press again to land. Then use the arrow keys to adjust the direction of your slide.

Goals

Just try to get to the end! If you can, try collecting all seven gems. And keep an eye out for the elusive eighth gem…

Action shots

Pull stuff

Block beams with crates

[ Continue Reading.. ]

10
1 comment


So, let's say you're building a synthesizer using the serial PCM output and you want a filter. What do?

Well, what I did was follow a link @luchak posted a while ago in the Discord to this SVF filter design by Andrew Simper, Laurent de Soras, and Steffan Diedrichsen. And then get blasted with noise, because a design that works great with double-precision floating-point numbers is not so great with 16b.16b fixed-point PICO-8 numbers.

Edit: I recommend using the code snippet downthread rather than this one.

Now, I'm not good enough at math to prove mathematically that this is stable, but I'm good enough at hacking together testing code to feel confident that, as long as:

  • the signal being fed into the filter remains in the range -1 to 1,
  • the resonance remains in the range 0 to 1, and
  • the cutoff remains in the range 0 to 2756.25 (the Nyquist frequency for PICO-8's 5512.5 Hz PCM output)

[ Continue Reading.. ]

6
4 comments


Cart #oldproj_beanbounce-0 | 2023-01-28 | Code ▽ | Embed ▽ | No License
8


My first ever pico-8 game from a while ago, never completely finished it

8
2 comments


Cart #oldproj_esplode-0 | 2023-01-28 | Code ▽ | Embed ▽ | No License
1

An old project I made

1
1 comment


Cart #runnergame1-0 | 2023-01-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Older Versions:

Cart #runnergame-0 | 2023-01-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Hello! Thank you if you try this game out. :)

This is my first game. I created it while trying to learn Pico-8.
As I learn more things, I will update this to see how much I've improved.
If you have any suggestions or tips, feel free to write them; It will help me a lot. :)

1
3 comments


Cart #picojackwhile-0 | 2023-01-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

2 comments


Cart #crossgunrdx-0 | 2023-01-26 | Code ▽ | Embed ▽ | No License
2


Updated Art by Helicity, find him on twitter here: https://twitter.com/helicityboson
Updated Music by me!

https://aktanedev.itch.io/crossgunr

2
0 comments


Very basic recreation of Conway's Game of Life. It's not optimized, so it runs really slowly, but it's the first thing I've ever made with PICO-8 so I don't really care. Also, there's no way to control it, rather, it just randomly fills the screen with noise at the beginning. Again, this was more of an experiment, so I'm not going to fix it.

Cart #rukatofde-0 | 2023-01-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Just pong, first project released!

1 comment


Cart #juggle-0 | 2023-01-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

A basic highscore game.

Rotated Rectangle Fill

7
1 comment


Cart #garret_blaster-0 | 2023-01-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

you are a strange green thing hurtling through space. avoid the asteroids!

my first pico-8 game
feels like big man's version of scratch

the name and character are references to a (now sadly deleted) game i made in scratch when i was small
you could shoot at the asteroids with a giant missile, hence "blaster"
no blasting occurs in this one, but i'm keeping the name until i think of something better.

1
2 comments


Hello,

I have just tested a little bit the structure of a .p8 file. There are some sections like lua or label. Concerning section sfx, I have notice that there are 64 lines (for 64 sfx) of 168 nibbles. Each line seems to be dedicated to one sfx, with 8 nibbles for global parameters followed by 5 nibbles for each note (32 notes per sfx)

global nibbles:
0:1 effect
2:3 speed
4:5 loop start
6:7 loop end

note nibbles:
0:1 note number
2: waveform
3: volume
4: effect

Global nibbles 0:1 have bits dedicated to each effect. For instance noiz and buzz arre a single on-off bit, bit 0 of nibble 1 for noiz and bit 1 of nibble 1 for buzz. But the 3 other effects (detune, reverb and damper) are a bit complicated, they have each 3 value, 0, 1 and 2. I fail to retro-engine them. Their bits mismatch together, some of them seem to be shared between 2 effects. Here are some tested values.

0000 0001 0000 nothing
0000 0011 0001 noi
0000 0111 0001 noi+buz

[ Continue Reading.. ]

3 comments


Cart #uni_fights_01-0 | 2023-01-25 | Code ▽ | Embed ▽ | No License
1

Universe Fights 0.1

in progress

Controls:

  • Z to shoot
  • X to crouch
  • Left to reload
  • Right to punch
  • Up/Down to move
1
0 comments


Hello,

concerning sfx, the manual says:

Each SFX also has these properties:

        A play speed (SPD) : the number of 'ticks' to play each note for.
            // This means that 1 is fastest, 3 is 3x as slow, etc.

to compute a tempo, is there anybody who knows the frequency of these ticks?

2 comments


I'm not entirely sure if this is bug or my mistake, but i can't figure it out.
Basicly I have code that should save what I'm typing (it's the last line) to a var named code.
However if i add a function for deletion it doesn't work properly:
I can still type, however i have to hold for few seconds before it registers key presses, which does not apply for the backspace.
I also figured out, that only the first code will work properly, meaning if i swap the if with the var set, only typing works.

 if stat(31)=="\b" then
   code=sub(code,0,-2)
 end
 code=code..stat(31)

I'd be really happy to know if it's my mistake or a bug.

4 comments


I know there are available CRT filters for exporting web carts but is there anything for binary exports?

I have a hunch there isn't but never hurts to ask. :)

3 comments


Cart #foraker-6 | 2024-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
27

A short Celeste Classic mod built on Evercore v2.1.0

Controls

Z/C - Jump
X/V - Dash

Playtesters

Dehoisted
Kamera
The Yellow Typer
Calverin
hUh
ooooggll
r_yoshi

Thanks for the feedback!

Original game by Maddy Thorson and Noel Berry

27
15 comments


Cart #trippywarp-0 | 2023-01-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

A very silly and cheap trippy effect using poke 0x5f54 (mapping spritesheet to screen).

5
2 comments


Cart #solarsystem-2 | 2023-01-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

SOLAR SYSTEM!

Simple lol

1
0 comments




Top    Load More Posts ->