Log In  

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

Cart #17988 | 2015-12-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Cart #17974 | 2015-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Just a "music" cart.
It shouldn't desynch even if the web client lags because the floating text spawns the music.

6
1 comment


Cart #picodepon-2 | 2020-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
206

Note: this cart has been superseded by Pico de Pon: https://www.lexaloffle.com/bbs/?pid=74540#p

Cart #37969 | 2017-03-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
68

v1.02 notes:

  • Add more celebration sfx (trumpets) for big chains, depending on chain reaction length
  • One-player scoring is scaled by the initial difficulty selection
  • No garbage blocks fall in easy mode
  • Fixes crashing and correctness bugs (Thanks everyone for testing!)

[ Continue Reading.. ]

68
33 comments


How i can get this code to work?

list = {}
--adds a person to the list.
function addp(name) 
	local p = {}
	p.life = 100
	p.x = 64
	p.y = 64
	p.n = name
	add(list,p)
end

function _init()
	addp("test")
	addp("touh")
	addp("chori")
	addp("kek")
end

function _draw()
	foreach(list, print)  --prints "table"
	for o in all(list) do
 		if(o == table)then
 			print("is a table")
 		else
 			print("no table")
 		end
 	end
end

i can't recognize a table with this code.
Any ideas?

7 comments


Hi,

When I'm on the page Humble Bundle https://www.humblebundle.com/s?key=mykey[/u] I dont see the button or link 'Lexaloffle Account Activation".
Or
When I type "mykey" on the page "[u]https://www.lexaloffle.com/account.php?page=activate[/u]"; I have the response "Key not found".

Can you help me ?

Thank's a lot.

2 comments



This is a file that I use to teach how to upload levels :)

tutorial video "making of a simple monster with a weapon"

please let me know if you have any questions :)

1
0 comments


Cart #17955 | 2015-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Yet another pixelated yule log to warm you up this time of year.

BYO audio.

2
1 comment


I've heard of this engine and it's incredibly awesome.
Been planning to buy it but it would work if i buy Pico-8 instead of Voxatron (which it comes with Pico-8)? I'm gonna learn some LUA with this thing. :P

4 comments



use q and e to go up hover or land :)

1
3 comments


Cart #17916 | 2015-12-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Here's my Ludum Dare submission, "Moss Covers Everything".

This started out as "Qix in the dungeon" and grew into a thing of its own. LD being what it is I was running out of time and energy around the point I finished the gameplay mechanics so there aren't many levels or things to interact with (and no sounds at all), but I hope you enjoy what's there.

While I didn't actually end up taking much from it, Hyaku Man Ton no Bara Bara / The Million Ton Breakup, a Japan-only PSP game that's like Qix with airships, was a big inspiration. Here's an ad for it.

2
0 comments


Cart #18128 | 2016-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
47

Cart #17905 | 2015-12-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
47

decided to try out pico-8 for an animation i wanted to procedurally. enjoy :*

1.1 fixed a few timing and text formatting issues. it is now finished!

47
9 comments


The music editor in Pico-8 only works in groups of 32 counts. This makes using triplets, or writing in triple time (3/4) very inefficient. If you loop a 3-count pattern, the music editor will loop it up to 32-counts, then restart. The only workaround is to not use loops when composing in multiples of three, but this takes up way to much space. For a future update, maybe the ability to edit the number of counts in the music editor? If I could have changed the counts from 32 to say, 24 or 36, it would have saved lots of work and memory. Does that make sense?

Another quick observation, though I don't think it has an easy fix: Gradual, linear tempo changes are also memory hogs. The title music from ALttP required 2/3 of the music allotment, even though it's only 20 seconds long (https://soundcloud.com/gruber99/sets/the-legend-of-zelda-alttp-pico)

Hope this is helpful!

1
2 comments


Cart #17888 | 2015-12-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
16

This is my Pico-8 remake of Hyrule Castle from Zelda ALttP (I recreated the entire soundtrack in Pico-8. https://soundcloud.com/gruber99/sets/the-legend-of-zelda-alttp-pico)

I'm happy to upload any other of the cartridges, just let me know!

16
3 comments


Cart #17885 | 2015-12-17 | Code ▽ | Embed ▽ | No License
18

my attempt at a mariokart clone. Up to accelerate and z to use powerups.

Still some way to go but coming along nicely :)

18
5 comments


Cart #17908 | 2015-12-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
99


Controls: Arrows + Z/C (hold down for menu)

[0x0]

[box=DDDDDD]In Rambo - Prison Break you are playing John.
[0x0]

[ Continue Reading.. ]

99
14 comments


Cart #18276 | 2016-01-13 | Embed ▽ | No License
1

Cart #17876 | 2015-12-17 | Embed ▽ | No License
1

Hi everyone! I have taken my starwars into a bigger level from melee weapons for TIE fighters! I hope you enjoy this, and this was a beta so I will be making full levels in the future! (Of this game type)

Now including Darth Maul (The Darth Vader glitches and lost pixels sorry)

1
0 comments


Cart #17868 | 2015-12-17 | Embed ▽ | License: CC4-BY-NC-SA
2

Made this cart a while ago, thought I would release it now with the new inventory switching ability.
Just a fun little test.

Just for fun, capture of picture of anything you can paint. I was able to make a watermelon slice.

Enjoy.

Note: It is a finished cart, I do not plan to do anything with it. Go ahead and edit it if you wish, just give credit to me.

Note: If for any reason you don't know how to switch weapons, whatever keys assigned to [SL] and [SR] are the switching buttons.

2
7 comments


Cart #17861 | 2015-12-16 | Embed ▽ | No License
1

May spawn in old room :P

1
1 comment


Cart #17855 | 2015-12-16 | Embed ▽ | License: CC4-BY-NC-SA
2

Quicksilver 2.0

2
0 comments


Cart #17853 | 2015-12-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

another pico-saver

0 comments


On every version of pico-8, some keys and key combos don't work. The biggest problem is that enter doesn't work. The rest of the letter keys appeared to work.

This problem applied on both win8.1 and win10. My computer has an Intel Atom Z2760 @ 1.8GHz so it's a 32bit OS.

Any help is appreciated. Thanks.

8 comments




Top    Load More Posts ->