Log In  

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

Cart #duckpond-3 | 2021-12-16 | Code ▽ | Embed ▽ | No License
11

11
7 comments


Cart #spiralfun969-1 | 2021-12-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Just a fun little thing, first time using program.

3
0 comments


The new poke to set map start cannot be applied to 0x20.
eg:

— does nothing :[
poke(0x5f56, 0x24)

for small maps, the 0x2000 ‘hardware’ map area cannot be reached in full:

— hw map
poke(0x5f56, 0x20)
— say tiles are starting after a large 32x32 map
— set width
poke(0x5f57, 2)
— yikes, cannot set y offset (>256)
poke(0x5f3b, 32*32\2)
3
0 comments


Cart #autofire-1 | 2022-01-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

TO LOAD THIS CART IN PICO-8, type in immediate mode: load #autofire

VVhat's new ?
(01-07-22)
✅ Added menu to reload after selecting an option instead of closing like earlier.

There have been many Pico-8 game players wanting to have autofire ability, mostly for shooters and auto-selection RPG choices, and in some cases players want to be able to swap the O and X buttons.

Well this program has a foundation that is about as simple as you can get.

In it you use 6-single key variables, ⬅️ ➡️ ⬆️ ⬇️ 🅾️ ❎ which can be easily typed in Pico-8 source-code by holding down the shift key and pressing any of L R U D O X which will appear as a special non-ASCII character.

[ Continue Reading.. ]

2
2 comments


Okay so, I'm not sure if this is a bug per se, but it is quite an anomaly and it's annoying & concerning me.

I am trying to work on an annual cart I make after several years(!?) of not keeping up with PICO-8 and this little... doodad keeps popping up in the corner when I run the cart.

screenshot of doodad

This little 9-squared square keeps flashing/spinning in the corner with pink, white & blue dots.

It seems to show up after about 5 or 6 seconds no matter what I do (okay, and now I just noticed that some terrible hack which used to work is not working anymore... hmm).

So, I am asking, WHAT IS IT??? Why is it showing up? And will it show up in HTML exports/on the BBS?

I should note, in case it's relevant, that the cart doesn't use _update or _draw, and makes use of a lot of repeat until condition.

4 comments


@zep, could you PLEASE remove or give an option to remove the warning message that appears only in this newest 0.2.4 version of Pico-8 that states the following everytime I boot or type REBOOT:

WARNING: RUNNING BELOW 30FPS

Remember we can always press CTRL+P during runtime to see if frames-per-second is lagging in our code.

Thank you.

2
0 comments


Cart #stacking_king-0 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Stack boxes
Aim for the gates
The higher the better!

This is my first pico-8 game
It is inspired by a game I played ten years ago called folder by @Morusque(I can't find a working version anymore).

3
5 comments


Cart #big_shot-0 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14


I did a thing.

14
5 comments


Cart #evan_the_astronaut_2-4 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A game where you fly around and collect planets (and comets, if you can catch them). My target audience is mostly my 3-year old son, who also liked the original Evan the Astronaut. This cart started from the Stars & Space tutorial by Liquidream.

Originally the controls were relative (left/right buttons to turn, like Asteroids), but my son had trouble figuring that out. I switched to cardinal directions by default. I find the latter more intuitive on a controller, but prefer the relative controls on keyboard. It can be changed in the options.

2
1 comment


Cart #toshthehaggis-0 | 2021-12-15 | Code ▽ | Embed ▽ | No License
10

I made this experiment back in 2020 and I finally decided to polish it up a bit and release it. Contains:

-Speed!
-Momentum!
-Horizontally looping level
-Loops!
-Damage!
-Collectables!
-Music!
-Rain!

Source code should be somewhat readable. It's mostly done using the Sonic Physics Guide as a reference. http://info.sonicretro.org/Sonic_Physics_Guide

Also out over on itch.io: https://geeitsomelaldy.itch.io/tosh-the-haggis-pico-8-experiment

10
2 comments




Cart #forevertankgame-0 | 2021-12-15 | Code ▽ | Embed ▽ | No License
2

2
4 comments


So I'm reading the docs about pico-8's memory space.

https://pico-8.fandom.com/wiki/Memory

Am I reading this right and the game code is not in addressable space? I wanted to "read" the program code at runtime using peek(...) is there any way to do this?

There's a section on that page talking about Lua memory, and separate from the pico-8 memory space. The way it's described it sound like runtime memory space for variables etc. Not what I want.

Any ideas?

1
13 comments


Cart #mitts_marbles-4 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Mitt's Marble Adventure!

Explore the town of Townton and the surrounding area and battle EVERYBODY* in intellectual duels of marble supremacy.

*You cannot battle mom or the dog, sorry. But you can pet the dog.

This cartridge is part of the Twelve Days of Pico Christmas, our Advent Calendar project for 2021. https://www.lexaloffle.com/bbs/?tid=45525

Stuck? Open the spoilers for some hints:

At the start of the game, go into the house and talk to Mom. The bad guy will show up. After talking to him, talk to your little brother. After that, the path forward will open.

In the town, you need to win against each of the villagers. Once you have 5 trophies, talk to the mayor. The mayor's puzzle is one of the hardest ones in the game, but it can be done. Try clearing a path in front of the gold marble with your first shot. After winning against the mayor, you can move on into the woods in the northwest.

[ Continue Reading.. ]

13
6 comments


Cart #fomojobafo-1 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Just a simple snake clone I made on a whim.

0 comments


Cart #snowman_creator-0 | 2021-12-14 | Code ▽ | Embed ▽ | No License
4


This is a game where you throw snowman parts around. Hope you enjoy!

4
0 comments


Very simple sprite-hack of Celeste made for my sister Payton for Christmas. Madeline has been changed a bit to look more like her and some text has been changed to mention Christmas.

All credit due go to Thorson and Berry for the original game.

Cart #paytonxmas-0 | 2021-12-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Holiday season, stuck at home waiting to open presents?
Despair snow more, a play of totally accurate bowling will enjoy the day!

Cart #freds72_bowling-5 | 2021-12-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
67

Devlog

Codebase expands from Ghost Rally, no longer limited to a single dynamic/static response.
Collision hulls are limited to solid rectangles to benefit from simplified overlapping tests and clipping maths.
The whole engine could be plugged into any 3d engine if you don't mind the staggering token cost :/

Sources are available at: https://github.com/freds72/chamboultout

The game went through multiple iterations (initial idea was a "chamboultout"), including odd things like:

[ Continue Reading.. ]

67
6 comments


Cart #picopumpkin-0 | 2021-12-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

About

PicoPumpkin is a low-res pumpkin carving tool.
Carve and share your dream pumpkin!

Gallery

[ Continue Reading.. ]

2
0 comments


Cart #looploop64-0 | 2021-12-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This random sprite generator will never stop until it's finds the perfect 8*8 Jelpi sprite
[8x8]

3
2 comments




Top    Load More Posts ->