Log In  

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

[sfx]

a cover of the track "UFO 50" from the rad album "UFO 50" by Eirik Suhrke which is the soundtrack for the game UFO 50

10
4 comments


Cart #berzonk-0 | 2024-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

10
0 comments


Cart #campfire_cocoa-0 | 2024-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


I just discovered Pico 8 in the last two weeks. Lua is new to me, but seems pretty simple (EDIT - lua tables are confusing), so this is cool.
I love the old console style of most of the games here, and this seems like a great place to make a first game.

I got the tunnel mechanic working the weekend for this one. There's a sort of centrifugal force that is applied to the player's ship as the tunnel turns. I'll be able to have a couple ship options with different masses and different flight behaviors!

TODO List:

  • Colors and background decorations
  • Ship animations
  • Enemies of a few varieties
  • Title screen and ship select
  • Score tracking
  • ... ?

Cart #yass_v0-0 | 2024-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #stand_elsewhere-3 | 2024-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

Stand Elsewhere re-imagines Stephen King's novella "The Body", perhaps better known for its 1986 film adaptation "Stand By Me". While King's story takes place in his favorite fictional Maine town of Castle Rock, the film canonically moves Castle Rock to Oregon. So, it's a story about some folks walking along a trail, in Oregon, managing meager resources on a tight deadline, and literally facing choices like "hey there's a body of water in our way -- should we detour around it, or just walk right through and hope nothing bad happens"?

[ Continue Reading.. ]

12
5 comments


Cart #safe_crackers-1 | 2024-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

 Safe Crackers

Dive into the world of fast-paced safecracking with Safe Crackers! Armed with nothing but your wits and a mysterious one-button gadget, you’ll spin, time, and crack your way through increasingly challenging safes whilst uncovering quirky treasures.

A single button stands between you and glory, are you ready to become the ultimate safecracker?

Controls

X - that is all! Note - on some controllers this may map differently, on an xbox controller PICO's X key maps to B, for example.

About

My submission to the 2024 1-Button Game Jam. Built using PICO-8. I had two goals in this jam:

  • Improve my understanding of trigonometry in the context of game development; hence the circle based mechanics.

[ Continue Reading.. ]

4
2 comments


Cart #advent2024-28 | 2024-12-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
55


The 2024 PICO-8 Advent Calendar is here! The busy little devs elves have been hard at work these past couple of months crafting you some holiday cheer. Please enjoy a new game, toy, demo, or letter to Santa each day.

Credits:

Midnight Blue by @zep
Snowkidz Battalion by @Mr_Ceppah
Fellow Kids Are Seizing Christmas by @nascimento-cesar
Sleigh Repair by @NarcolepticFrog
Dove Break by @SmellyFishstiks
Santa Sack by @thattomhall
Snowball Fight! by @jasondelaat

[ Continue Reading.. ]

55
14 comments


A fluttering Saltire or St Andrews Cross, diagonal white on a blue background for St Andrews Day, a holiday in Scotland where he is patron saint. It's also the Scottish flag.

(259 chars)

f=64pal({0,1,140,12,13},1)::_::cls()for c=0,127do
p=(c>>6)+t()camera(0,sin(p)*5-f)for l=0,2do
s=sin(p+.07)+(l&1)*3+3h=s-s\1for j=-1,1,2do
fillp(h<.8and h>.2and 23130)line(c,mid(-f,f,j*(min(1,l)*abs(f-c)+(l&2)*16-16)),c,j*f,s+.5+s\1*16)end
end
end
flip()goto _
7
1 comment


mostly accurate 2d gravity simulation I made in 295 chars

(295 chars)

p={}for i=0,20do
add(p,{rnd(127),rnd(127),0,0,1})end::_::cls()for i in all(p)do
for j in all(p)do
x=j[1]-i[1]y=j[2]-i[2]d=x^2+y^2f=0.03*j[5]/d
if d<5and d!=0then
for k=3,5do
i[k]=(i[k]+j[k])/2end
i[5]*=2del(p,j)else
i[3]+=x*f
i[4]+=y*f
end end
i[1]+=i[3]i[2]+=i[4]pset(i[1],i[2])end
flip()goto _
6
1 comment


Cart #flappy_disk-1 | 2024-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

credit to spacecat tutorial

all this is just a retextured flappy bird demake

and i forgot to put the e

1
0 comments


Cart #itsoktojumpdown-0 | 2024-11-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

Hi all, we are excited to share our first full Pico 8 project, called It's Ok To Jump Down. Run and jump your way through randomly generated islands to collect as many coins as possible. Spend your coins at the shop to unlock upgrades and most importantly new biomes to progress further. Finishing the 6th biome earns you a fun reward for your hard work, but don't be afraid to play past this point for a harder challenge.

The game centers around the water-jumping mechanic. Standing under a waterfall fills your water tank(s), which allows you to perform strings of jumps to collect hard to reach coins. You can also refill mid-air.

We really hope you enjoy!

[ Continue Reading.. ]

19
7 comments


Small numbers (such as 0.00001) are not sent properly between processes. For example, when process A sends 0.00001 to process B, the process B receives 1.

Instructions how to reproduce:

  • load #wuguzudofo and run
  • hit "z" to create child process and send small number from this process to the parent
  • parent process will present 1 instead of 0.00001
1
0 comments


Cart #suomi_kp_test-0 | 2024-11-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


A little pixel art thing I made of the funny gun from WW2

2
1 comment


Whiskers in the Winter Labyrinth

Cart #whiskers_winter-0 | 2024-11-30 | Embed ▽ | License: CC4-BY-NC-SA
3

​Here comes my first Picotron game 'Whiskers in the Winter Labyrinth'.

Created for the Cre8-Jam 2024 this puzzle game offers 24 levels. You play as Whiskers the cat that finds itself inside of a distorted labyrinth which needs to be fixed. There are also some things to collect and to discover.

As of right now the game is still a bit rough around the edges, having only a few sound effects and no music at all, but it is fully playable.

3
0 comments


When the AI plays itself in my game, it is too much for the _update() so PICO-8 drops _draw() frames. The moves are correct, but its awkward because both pieces move at once.

How do I remedy this? Is it a coroutine I need? I've been playing with them and have gotten some crazy results, not really knowing what I am trying to accomplish. But is that even the right approach?

Or can I make some kind of delay between moves to give the cpu time to catch up? I tested by making it only run the engine after a button press and it works fine.

I also tried calling flip() explicitly after the resource-heavy function but no dice.

any pointers are appreciated.

2 comments


Cart #chance_heroes-7 | 2024-11-30 | Embed ▽ | License: CC4-BY-NC-SA
13

THE GOD OF CHANCE HAS TAKEN OVER THE VAMPIRIC CASTLE: TAKE IT BACK

Use and manipulate the dice you roll each turn to most effectively deal damage to, and protect yourself from, the strange enemies in turn-based combat.

Maneuver through the castle walls and interior to reach and reclaim the throne, gaining upgrades along the way.

CONTROLS

Left/Right arrow keys: choose a category
Up/Down arrow keys: choose an option
Z key: confirm/select
X key: cancel or exit action/selection

[ Continue Reading.. ]

13
8 comments


Cart #escapefromlabszero-2 | 2024-11-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Hey folks!
This is my first time using pico 8 and my first cart! It's an auto-battler where you make decisions on who to add to your team. Units have various combat styles, and some have non combat abilities as well.

Edit: Updated cart, found logic error in the cheetah, it is now a glass cannon just as I designed :3 And changed sprite colours of wolf to make it stand out from the porcupine.

3
2 comments


Cart #dekasimiha-1 | 2024-11-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

The Free Lands, which has an ID of dekasimiha, is a "sandbox" game for Pico-8 where you can mine trees, explore castles, see ruins, find gold, collect enough keys, and destroy enough bosses to win! The game is in its early Beta stages, so don't expect much.

Features added in v1.3.2 (the latest): New keys, new areas (castles and ruins), a battleaxe added to the game, inventory expanded to tools, a new "tutorial" area that explains some mechanics and the game, and a new tree texture.

If you play this game and want to become a "registered" beta tester in the credits (once those get added... lol) then you can comment on this and say you played the game and want to be a beta tester! Thank you!

[ Continue Reading.. ]

3 comments


Cart #zodojadabo-0 | 2024-11-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

4 comments


@toadofsky
I moved the conversation to chat so as not to clog up the cartridge section.

in response to your last post;
how are you going to hook up PICO-8 to the internet though? Can you do that?

2 comments




Top    Load More Posts ->