Log In  

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

Cart #wipzelda-0 | 2021-10-12 | Code ▽ | Embed ▽ | No License
1

1
0 comments


  • My own mandelbrot implementation
  • Half-finished
  • Working OK, but in a weird way
  • Nice color palette though
  • Arrows + z/x for zoom/dezoom

Cart #mepowatusu-0 | 2021-10-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
5 comments


Hello all.
Can any of you clever folk make this code shorter?
It's bugging the life out of me but I don't know how to make it shorter though it looks like it can be.
Cheers.

    --p.c= n / 2 + 0.5 ?
    if (p.t/p.die<7/#p.c_table) p.c=4
    if (p.t/p.die<5/#p.c_table) p.c=3
    if (p.t/p.die<3/#p.c_table) p.c=2
    if (p.t/p.die<1/#p.c_table) p.c=1
3 comments


Cart #lassehonnens_pwp_beta-8 | 2021-10-14 | Code ▽ | Embed ▽ | No License
5


The work is coming to an end. So is the world.
You awaken in a hospital infested with zombies.
Someone has left a pumpgun for you to try and make your way out alive.

Controls

Left and right: Move
Up and down: Enter and exit doors.
Z: Throw grenade
X: Shoot / melee attack when grabbed by a zombie.

5
3 comments


KATAMAR1K

An homage to KATAMARI DAMACY for Pico8 in 1021 bytes for the #PICO1k jam

Cart #katamar1k-0 | 2021-10-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Story

The King of all Cosmos was naughty again. He broke all the stars and sent you, the 5cm Prince, to earth with a Katamari ball to collect things of increasing size to build up a star and fix his mess

Controls

Use the LEFT and RIGHT arrows to steer the little Prince

Watch out! Things will fall off your Katamari ball if your try to collect something that is too big

Goal

Collect enough things with your Katamari ball to reach 64cm as fast as possible to please the King of all Cosmos.

Post a screenshot of your time on Twitter with the #PICO1k hash tag. Who knows, the King of all Cosmos might like it.

[ Continue Reading.. ]

11
2 comments


Cart #boatbuoys-0 | 2021-10-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Simple boat game where you try to make it through all of the buoys to gain more points. You only can mess up 3 times before you've got to call it quits. Really easy at the beginning, but gets near impossible as the buoys start to appear closer and closer together. Good luck!

4
0 comments


Hello again. I saw that someone was able to display Pico 8 on a CRT monitor, so I wanted to do the same. If you have any questions or want help getting Pico 8 to display on a CRT monitor, post down below and I can try to help. I was able to do this on a Pi Zero and a Pi 3b+. The hardest part of this project for me wasn't getting the display to work with my Pi 3b+, but USB audio not wanting to cooperate. I tried using the audio jack on my Pi, but it was interfering with the soldered wires I had. It all works now. This is officially my favorite way to play. Yes, playing on a handheld is cool and all, but Pico 8 looks amazing on a CRT.

13
3 comments


Hi there, fellow PICO-8 lovers. Today I want to share something I've been working on a little bit here and there throughout the year, and ask for a little feedback.

Cart #tojenanoja-0 | 2021-10-10 | Code ▽ | Embed ▽ | No License
1

My endgoal for this text box is to be able to make decisions (2- or 3- options at most) and to add extra features, such as Zelda-like highlighting, chaining to another textbox (for conversation), and a page-break like feature to pace which lines get scrolled in. So far, I have a custom inset and outset animation with sound, per-letter sfx, a throbbing button indicator to advance, and clean removal from the objlist.

It's taken me quite a bit of trial and error to pull this off. If you know of ways to simplify my code while supporting all of the same features, please let me know!

[ Continue Reading.. ]

1
0 comments


Cart #makhganu-0 | 2021-10-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
3 comments


Cart #yofutitede-0 | 2021-10-10 | Code ▽ | Embed ▽ | No License
3

Extremely unfinished atm but I'd love some feedback. Right now it's endless but I'd like to integrate some sort of ending, originally I wanted a really elaborate final boss but I don't think I can do that within the token limit. If anyone has any ideas, I'd love to hear them!

Instructions:

Z to use subweapons when you get them
X to attack with whip

arrows to move

Get upgrades to your hearts (ammo for subweapons), your maximum life and the power/length of your whip, and then get to the exit!

I realize most sound effects etc. aren't there, but they will be if I ever finish the game.

3
2 comments


Cart #enkrdn_defuse_001-0 | 2021-10-09 | Code ▽ | Embed ▽ | No License
8

Hello all, this is my first cart post but I've been enjoying PICO-8 for a couple years now.

I've been wanting to get this defusal game idea out of my head for a while now and I finally did it. Every game is a totally unique randomly generated scenario (my favorite kind!)

However, I think the game mechanics need some polishing because, while luck must be a crucial element, the game seems to be mostly luck regardless of any hints or deduction. I say this because after 100 games my win ratio was a solid 50%.

On the left side you have the 6 types of wires: disarm, decoy, time penalty, clock speed-up, clock freeze, and detonate. You occasionally receive random hints as to what type of wires are in the current device, and when you cut a wire it reveals the type of wire you cut as well.

[ Continue Reading.. ]

8
3 comments


Building on my previous ray casting toy I've been playing around with shadow casting.

Cart #difepoduko-1 | 2021-10-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Old (30fps):

New (60fps):

Most examples of this I've come across work with tiles/on a grid. This works with arbitrary line segments with the following caveat: the more line segments, the worse the performance. This example runs okay at 30fps but not so much at 60fps.

Most of my time seems to be lost in the actual casting of rays.

Things I plan to do but haven't done yet:

  1. Currently I'm casting two rays, slightly offset, towards every line segment's end-points (after removing duplicates so I'm not casting at the same point more than once.) I figure it shouldn't be too terribly difficult to modify it so a ray which hits a line's end-point is extended to the next wall instead of stopping. Then I'd only need one ray per end-point cutting my total number of rays in half.

[ Continue Reading.. ]

4
0 comments


Cart #vomvomcastle-1 | 2021-10-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

The castle is yours - but first you must puke all over it!

Controls

Player 1
Left / Right: arrow keys
Jump: Z, N, C
Puke: X, V, M

Player 2
Left / Right: S, F
Jump: Left Shift, Tab
Puke: A, Q

Player 2 can join at any time by pressing the 2nd player jump or puke button.
2 players are not necessary to complete the game.

A dev-log for the game is here: https://twitter.com/st33d/status/1436396564046614529

25
7 comments


Cart #standgame-6 | 2021-10-15 | Code ▽ | Embed ▽ | No License
14

Enjoy The Game. Share your High Score.

Another antigame/deconstruction, I guess.

14
7 comments


Cart #tinyrogue-6 | 2021-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

Decided to use Pico8 to lay down the initial design work for an RPG designed for the Thumby which runs using the RP2040 chip. This means I have 264kb (actually probably 232kb) RAM to work with, about 1.5mb of disk space, and a 72x40 screen. So I restricted the display area and made use of poking in an 8x8 font to simulate a lot of the final look of the game.

Version 0.1a is just about pre-alpha, as you have an endless dungeon to explore (max size 10x10) but no victory condition quite yet. There is still a few bits and pieces to finish off, code to tidy up but it's coming along.

Version 0.2a is now pre-alpha. Added in graphical updates, hooked in most abilities, added in some more user feedback, balancing is faaaar from done yet. There are likely still be be some bugs floating around as I haven't gone through a complete bug test yet.

[ Continue Reading.. ]

17
13 comments


Cart #defenderexample-0 | 2021-10-08 | Code ▽ | Embed ▽ | No License
7

This is a tutorial cartridge for making a defender clone in pico8.

Features :

  • Seamless wrapping.

  • Player's controls and camera movements.

  • Enemy's shooting AI on the seamlessly wrapped area.

  • Pixel perfect sprite-based collision.

  • Checking if the object is within the screen or not.

  • Scanner.
7
2 comments


Cart #rhythmfrog-1 | 2021-10-08 | Code ▽ | Embed ▽ | No License
22


This is a one-button rhythm game made as a present to our teammate Kyle (@kylelabriola on twitter) for his birthday.
It was done on around ~14 hours, including learning how to use PICO-8, which by the way, it's really good.

Enjoy!

Credits:

  • Hafiz Azman: Design + Music
  • Giacomo Preciado: Programming + Art

We are all part of 7th Beat Games

22
6 comments


I just found out that you can turn a specific sprite into the icon for the binary export: https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Binary_Applications_ and whoa, this is really great! But afaict it's restricted to the standard palette. Is there some way to set a custom palette for the icon in the export? If not, adding some sort of palette flag might be a nice feature:

EXPORT -I 32 -C 12 -Z 0,132,4,140,134,6,135,7,8,137,139,11,138,130,13,131 MYGAME.BIN

or maybe reuse the -C flag, and a -1 entry means transparent?

EXPORT -I 32 -C 0,132,4,140,134,6,135,7,8,137,139,11,-1,130,13,131 MYGAME.BIN

(although that might be a bit awkward because using pal(12,-1,1) ingame means to map 12->0x8F, not 12->transparent...)

0 comments


I have a couple of token count reducer functions:

function poke_map(loopx,loopy,offsetx,offsety)
	poke(0x5f38,loopx)
	poke(0x5f39,loopy)
	poke(0x5f3a,offsetx)
	poke(0x5f3b,offsety)
end

function unpack_split(s)
	return unpack(split(s))
end

As of 0.2.3, the latter one of these, especially when combined with the former, as in

poke_map(unpack_split"4,4,64,32")

has started to cause some weird behaviour in cases where cpu usage is high (around 80% or 90%).

The most obvious symptom is that actions triggered by a simple global timer (i.e. t += 1 in _update60()) start to occur prematurely when the unpack_split() function is called repeatedly in successive _draw() calls.

2 comments


Cart #deep_impact-4 | 2021-10-09 | Code ▽ | Embed ▽ | No License
2

0.12

first game created
i am a newbie coder.

it s a simple arcade game where you have to shoot some kind of meteor to survive
hope you ll have some fun

thanks

Pouranat

update 9/10/21:
correct some bugs
update 8/10/21:
change button to shoot

2
3 comments




Top    Load More Posts ->