Log In  

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

Cart #bidamahida-0 | 2024-03-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #astrofisherman-0 | 2024-03-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


I am a noob at Pico 8 and I really need help with map collisions. I tried using Nerdyteacher tutorials but they don't work. I tried using the simple collision function cartridge and it also does not work and I don't know what to do now.

1
3 comments


Cart #idiots-5 | 2024-02-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

I don't know why I made this. I went in with no plan and it sure shows. I might update this at some point once I get any more ideas of dumb things I could do with it

1 comment


Cart #tikiruhoko-1 | 2024-02-27 | Code ▽ | Embed ▽ | No License

GD-8 A Janky GD Demake that isn't even finished!

This is my first ever PICO-8 "game" and my first time ever making a game in general

0 comments


Cart #an_adventure_game-1 | 2024-02-27 | Code ▽ | Embed ▽ | No License

0 comments


Bonjour,

j'ai créé un jeu sur pico 8, et j'ai besoin de vos connaissances pour corriger des erreurs.

Lorsque l'on crée des sprites, nous avons plusieurs pages de sprites. 0, 1, 2 ,3.
J'ai rempli tous les sprites pour mon jeu et utilisé les 4 pages, mais dans mon jeu, la page de sprite 2 est générée automatiquement, au hasard, dans les emplacements vides. Cela fait un désordre dans les cases que je n'occupe pas dans mon jeu. Connaissez vous la solution svp ????

Je Vous le montre dans l'exemple ci dessous...

1
4 comments


Epic Adventure 2D Will BE Coming Some Day...

1
0 comments


Small Celeste Mod. I am working on B side.

Cart #neyagawudu-0 | 2024-02-21 | Code ▽ | Embed ▽ | No License

0 comments




Hello hello,
I wanted to share my first Pico-8 game.

presenting the
gothic rouge-like arcade mini-golf bonanza

Cart #goth_golf_0_3_7-0 | 2024-02-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


You can also play it on itch.io

Featuring

  • 44 levels
  • 1 cute goth
  • loads of different parts
  • buggy physics

Release notes

0.3.7

First public release, physics are still buggy, but since this is my first time programming physics in any engine, I am satisfied for now.

The concept could be expanded on mainly with adding more levels and improving the physics, but I am also open to any other suggestions.

Excited to start sharing stuff with the Pico-8 community!

[ Continue Reading.. ]

3
2 comments


Cart #monument_peaks_hackathon-0 | 2024-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is a cart that I created as part of a team in 24 hours for the 2024 Binghamton HackBU Hackathon! I worked on the combat and gameplay, and my partner Liz worked on the procedural generation for the map in the background. Right now, it's very unfinished - there's a lot of stuff that I didn't get a chance to add, including changing enemy types based on the map, and what's there is often very unpolished. Still, this works as a good example of the potential of procedural generation in a PICO-8 game, and we will hopefully develop this more in the future!

Gameplay:
Find the four monuments, defend them, and save this land!
Once you find a monument, get close to it in order to summon the enemies you need to defeat

[ Continue Reading.. ]

2
1 comment


Cart #gigowebuse-0 | 2024-02-06 | Code ▽ | Embed ▽ | No License
1

Coming to an Adelaide Venue near you soon!
Prizes for high scores!

1
0 comments


Cart #gehukayiyi-1 | 2024-02-10 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Now it's time to move on to the real game. This is only the start of the torture in comparison to the real game's C-sides.

0 comments


I went onto splore and was looking at another games code and I went into a game and started mucking around with the code and messed some stuff up. Did I wreck the game for the guy? I changed some sprites and stuff, I was trying to learn movement coding etc.

Other question, how to change the png. for the screen of the game in Splore and how would I go about coding a splash screen?

1 comment


Hi,
I am probably quite late to the party, but since discovering pico-8 recently I've been really impressed with the platform.
Like many others have done I am working on my own Pi Zero based arcade console to play Pico-8 games, mainly for the fun
and challenge of building one.
I've been able to use Pico-8 via Retropie (using the paid pico-8 executables) and get it fully working, although I don't like the slow boot-up and slow performance on a Pi Zero.
I found that using PicoPi (after finding posts on it like https://www.lexaloffle.com/bbs/?tid=35926) is much faster to boot and the games run better (with Retropie some pico-8 games are stuttery).
However I can't work out yet how to get my audio via USB working with PicoPi & Pi Zero. It seems to have HDMI audio by default which isn't what I need.
Many thanks in advance for any pointers!

0 comments


Risk of rain demake in the celeste classic engine

This is a in-progress mod i am currently working on. Here are some gifs of items working, mechanics.

Ukulele + Wisp in a jar + Gasoline (WIP Visual effects)

Molotov Cocktail Utility

Health System

Killing enemies

I dont know how long this mod will take, but armed with aseprite and everhorn, im sure it wont take that long.

For anyone wondering where CORE went, Its fully moved over to n.p8, and was fully rewritten for the new codebase.
The switch from hex to base256 level loading and the addition of bg tiles has forced me to abandon my levels, but i was going to do that anyways.

Look forward to both Risk Of Snow and CORE, coming (hopefully) soon.

2
2 comments


Cart #blocks-0 | 2024-01-25 | Code ▽ | Embed ▽ | No License

My second progress update:

I'm trying to implement the ability for my player character to create temporary blocks which can be used as platforms to reach otherwise unreachable areas. The idea is that the bunny player character digs up earth which piles up behind him and then disappears after a few seconds.

  1. When the player presses the o button while on a ground tile, a 'newblock' is added to a table so that it can be deleted after its set duration. In order to ensure the original map tile is restored after the 'dirt block' disappears, mget is used to grab the original tile sprite as 'oldblock.'

`if btnp(🅾️) and p.landed then
newblock={}
newblock.spr=14

[ Continue Reading.. ]

2 comments


i then immidiately messed up the run but hey

0 comments




Top    Load More Posts ->