Log In  

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

Hey there!

I was wondering if there is a way to clear some specific Pico-8 game data (save state) when it's played through the Lexaloffle web player. I can clear all things Lexaloffle in the browser, but that would delete my progress in every game, not just one.

2 comments


Cart #timknauf_gatecrasher-1 | 2023-11-06 | Code ▽ | Embed ▽ | No License
23

Flight! Finesse! Friendship?!

Kaito is on a mission. He's got a brand-new pair of jetboots. He's snuck himself a pass to the finest spacegate network of 30XX. And if he can reach the other side…

…he might even make a friend.

About

It's been a while, but I'm very pleased to present my second PICO-8 release! This one is very different to Signed by '89, with a whole different genre and set of constraints. It's the first arcade-style game that I've made, and I learned a lot.

How to play

Fly through gates with ← and → arrow keys.

[ Continue Reading.. ]

23
14 comments


Cart #abysmal_ascent-2 | 2023-11-17 | Code ▽ | Embed ▽ | No License
32

Abysmal Ascent is a platformer with roguelike elements. You play as a desperate mage, trapped deep underground and determined to escape the treacherous depths. Harness your arcane powers, overcome deadly enemies, and face off against formidable foes as you ascend through procedurally generated environments.

Can you make it to the surface?

Controls:

  • X: cast spell to fly
  • Y: shoot a spell
  • Y + arrow up: shoot upwards a more powerful spell able to break ground

Features:

  • 2 boss fights
  • 3 different environments
  • 6 different enemies with unique abilities
  • 11 unique powerups

[ Continue Reading.. ]

32
10 comments


v0.5 Updated 3rd Dec 2023 - 2 players and some more levels

This is my first go at a Pico-8 game. Loving the Pico-8 and have learned a lot over the last couple of weeks.

V0.2 - Updated to include weapon power ups that give you faster firing rates
V0.4 - TANKS!!! cleaned up sounds. Extended music. Refactored map ready for multiple levels.
v0.5 - 2 Player option, 5 levels (then stops rather abruptly!), boats, homing missiles, water level, adjusted difficulty

Shoot the puny humans...

Pick up power ups for faster fire rate...

Save the animals for points and health boost...

How to play

Objective: Destroy the puny humans
Increase health by picking up the animals by flying low to the ground.
Increase fire rate by picking up Crystals
Increase speed by picking up stars

[ Continue Reading.. ]

12
11 comments


Cart #possiblyendlessgolf-0 | 2023-11-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Possibly Endless Golf Demake

This is a demake of Possibly Endless Golf

I've always wanted to write a procedurally generated game and love chilled out golf games. This did actually start as a pico-8 project but I couldn't get the level generation correct so I moved to Monogame as I have more experience with C#. Once I finished my first Steam release. I thought I'd come back and finish what I started, now that I understood how to generate levels.

Aim of the game is to get the ball in the square hole.

Controls:
left/right to move the direction arrow
up/down to modify the power bar

[ Continue Reading.. ]

7
10 comments


Symptoms: the mouse drifts right on Firefox (only)

How to reproduce:

  • export demo cart as an html page
  • publish page on itch.io (or equivalent)
  • run game on Firefox (MacOS or Windows - Linux is fine)
  • notice mouse x-drifting

Note: does not occur when game is run locally
Note: does not occur when game is run fullscreen using the Pico8 button
Wild guess: suspect a Firefox bug regarding mouse coordinates and iframes?

Test cart:

Code:

function _init()
 poke(0x5f2d,0x5)
end

_x,_y=0,0
function _update()
 _x=mid(_x+stat(38),0,127)
 _y=mid(_y+stat(39),0,127)
end

function _draw()
 cls()
 print(_x.."/".._y,2,2,7)

 circfill(_x,_y,4,8)
end
2
7 comments


Cart #gmlib-4 | 2023-11-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

About

Gmlib is a complete general midi version 1 instruments implementation using pico-8 custom instruments.

It consists of 16 carts with 8 instruments in each. Inspired by the midilib project, all the sfx are midilib compatible and will be submitted to the project.

Controls

⬅️, ➡️ cycle through instruments in the current cart
⬆️, ⬇️ navigate between carts
🅾️ play/stop demo
❎ copy current instrument to clipboard

17
5 comments


Yeah you heard me right, my first game in pico 8. Nothing too special, just singleplayer circular pong with a flashy title screen.

(Update: it was not visible in the BBS until now. Sorry!)

Cart #zebekyono-0 | 2023-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #road_runner-0 | 2023-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Cart #lightsout-15 | 2023-11-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Lights Out

Dear photosensitive players: please show caution when playing this game. it includes minor and medium intensity flashing.

Where is this? Who are you? when am i?
Find yourself in an unknown location with only a LIDAR scanner to your name. we'll see if you can make it out alive. who know's whats just around the corner.

How to play:

The game includes instructions accessible from the title screen.

if you need more info on how certain mechanics work, feel free to ask below.

Special thanks

Thank you to the celeste classic community and the comments here for feedback on sound, gameplay and mechanics
! i really appreciate the help!

All code, sprites, sounds, mechanics, levels were all made by me. if you find any bugs, please let me know via twitter or in the comments below.

[ Continue Reading.. ]

9
17 comments


Cart #emeraldescapee-1 | 2023-11-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Emerald Escapee

Only if you enter the old castle, evade its deadly traps and find all the missing keys, will you be able to touch the Emerald of Power and escape from the Volcanic Shores of Hell.

This is a short Top-Down Adventure Game created with the help of an amazing Programming Tutorial by Dylan Bennett (https://www.youtube.com/@DylanBennett) as well as some tricks and tweaks I borrowed from Nerdy Teachers' awesome Youtube channel (https://www.youtube.com/@NerdyTeachers).

Title Screen

Gameplay Gif

How to Play

Move with ⬆️⬇️⬅️➡️

[ Continue Reading.. ]

3
3 comments


♥ Halloween crush ♥

Hello little Zombie! Try help Dracula in his love quest on halloween night...

A wicked game by haunted_hub team
first project of students of Ada tech school Nantes, FR
music by headscape_music

Cart #halloween_crush-6 | 2023-11-03 | Code ▽ | Embed ▽ | No License
4

4
0 comments


Cart #fagami-1 | 2023-11-03 | Code ▽ | Embed ▽ | No License
2


School project Ada tech school Nantes
Adventure Game / Maze

2
1 comment


Cart #woof-1 | 2023-11-03 | Code ▽ | Embed ▽ | No License
3


Project realised by the team "Les Pélicans Impossibles" from Ada Tech School Nantes.
Memory game.

3
0 comments


Cart #kezporuzo-0 | 2023-11-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


Hi,
Just bought an RGB30 as the screen looked great for Pico-8 games. It came with just two options showing 'Splore' and 'splore'. Neither would run. OS is JELOS

I then followed some youtube advice and downloaded the raspberry pi version of Pico-8 into the Pico-8 rom folder. This gave me a third option called lexaloffle-pico8. This now loads Pico-8, but finishes with a command prompt error "cannot load lexaloffle-pico-8.png"...oh and I made the mistake somehow of deleting Splore.png and splore.png.

HELP!!

3 comments


Bubble Boy

Cart #dd_bubbleboy-1 | 2023-11-02 | Code ▽ | Embed ▽ | No License
35

Frollick in a field and scare some bugs!

My first Pico 8 game, Yay! I've had a wonderful time making it.

This is a de-make/re-make or homage to an old flash game i played 15+ years ago lost to time and probably old geocities servers. I can't remember more than the gameplay, which i recreated in this game. I made this as much for my own sake as for everyone else that want to run around in a field with some bugs.

Shoutout to Krystman @ Lazy Devs Academy for always having a chill video to watch and get some inspiration and helpful Pico 8 tips!

Early game

"Late" game

[ Continue Reading.. ]

35
9 comments


Cart #snibbly-4 | 2023-11-04 | Code ▽ | Embed ▽ | No License
8

Here is Snibbly, my Pico-8 version of Super Nibbly. It was a dos game from 1993.

The aim of the game is to eat all the fruit in time without hitting your own body.

Extra items will appear e.g. puck to shoot, extra live, extra time, drinks to shrink body,....

60 levels

2 game modes:

  • original
  • level by level

Have fun!

8
3 comments


Cart #ascii_demo_1-0 | 2023-11-02 | Code ▽ | Embed ▽ | No License
2

Not sure if anyone's done this before, but I created code to use the tile-sheet as a font. This allows you to use multi-colored fonts inside your cart.

This works for all ASCII characters (except for tab and new-line).

x or o - CPU usage

2
1 comment


Cart #niporubuko-1 | 2023-11-01 | Code ▽ | Embed ▽ | No License
10


My two-week trip is coming to an end. While I was in my hotel room, I worked on this small puzzle game. There are still many things to do (including adding more girls, of course. It will allow for about 4 - 5 additional images).

10
11 comments




Top    Load More Posts ->