Log In  

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

Hi
Unsure if this is a bug or what exactly.

I'm on linux, using a NES controller with USB adapter (original NES with adapter, not a NES clone with USB).

In the controls mennu pico 8 says "1 joysticks detected"
but there is no response when i press the buttons on the controller.

Am I missing settings? Is it not compatible? Is it a bug?

1 comment


Cart #mot_crypt-1 | 2021-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Still needs quite a bit of finishing off.
I'm posting it now mainly so I can play it on my phone :-)

Levels are randomly generated. Shoot monsters, collect loot, find keys to unlock doors and reach the exit.

10
6 comments


PICO-8 versions of the Super Mario Bros and Super Mario Bros: The Lost Levels ending themes + the Super Mario Remix ending theme for future release.
Music and images:

Cart #ending_themes-0 | 2021-06-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


Music Only:
[sfx]
Down/Left: Super Mario Bros Ending
Up/Right: Super Mario Bros: The Lost Levels Ending
X: Super Mario Remix Ending

4
2 comments


Cart #catch128-0 | 2021-06-28 | Code ▽ | Embed ▽ | No License
8

X to restart, arrows to move. Catch only one of each!

Welcome to the Glyphmon cave, Nop. Professor Treename here, explaining how to find and catch all 128 unique creatures in this tiny game.

Explore the different areas and walk up to new Glyphmon to add them to your Character Set. But I'm not made of money Nop, you only have 128 Glyphballs to collect them all. If you catch any duplicates, you fail!

Your Glyph scope at the bottom shows you which Glyphmon you've already collected in the room, and any you haven't caught yet. Pay attention to color, and don't get tricked by colors that look similar! You can also re-enter rooms if you've scared any Glyphmon off the first time, to try again.

[ Continue Reading.. ]

8
0 comments


Cart #jetpackcollectorgame-1 | 2021-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


Kind of weird, but addictive jetpack game (with sound!)

Source Code (heavily compressed)

f=0y=40m=0c=0d=145e=60r=0::_::cls(1)m+=.3d-=1r=rnd(119)y+=m
if(btn(🅾️))m-=.6f=1print("\ac0")else f=0
if(f>0)print("\f9ˇ",60,y+5)
if(y>127or y<0)run()
?"\f5⧗\fb\vu웃",60,y
?"\fa●",d,e
?"\f5●:"..c,1,2
if(d<-8)d=145e=r
if(pget(63,y+1)==10)d=145c+=1print("\agebe")e=r
flip()goto _

6
2 comments


Cart #kukutuki-1 | 2021-06-28 | Code ▽ | Embed ▽ | No License
6

Hi,「KUKUTUKI」is currently in production.
A boy guided by the moonlight overcomes enemies and gimmicks with tools.

↑→↓←: move and pick item
Z : swing item
X : sort item

6
0 comments


Cart #yagumojape-1 | 2021-06-29 | Code ▽ | Embed ▽ | No License
2

Launches regular N-sided polygons. The hardest part was getting the triangle fill function down.

It turns out, there is a use for trigonometry after school!

2
0 comments


Cart #where_i_dont_look-0 | 2021-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

8
1 comment


Cart #tweetcollectorgame-0 | 2021-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Another Tweetcart, just a coin collector this time.

Source code:

☉="\agebe"
cx=60
cy=10
c=0
x=60
y=60
mx=0
my=0
::_::
cls(1)
x+=mx
y+=my
mx*=.7
my*=.7
?"\fb웃",x,y
?"\fa●",cx,cy
?"\f5☉:"..c,1,1,0
if pget(x+3,y+2)==10then cx=rnd(126)cy=rnd(126)c+=1print(☉)end
if(btn(⬅️))mx-=.5
if(btn(➡️))mx+=.5
if(btn(⬆️))my-=.5
if(btn(⬇️))my+=.5
flip()goto _

5
2 comments


Cart #space_lancers-2 | 2021-06-30 | Code ▽ | Embed ▽ | No License
12

I'm making a little shooting game.
Currently, it is no music.

UP: Boost (Cooldown necessary / 🆕Temporary invincibility)
Left/Right: Turn
Down: Brake

Z: Shot
X: Chaff (Charge necessary)

HUD:
"S": Shield (Automatic charge)
"CHAFF": Chaff status
Red bar: Engine heat
White bar: Shield charge status
"SITUATION": When the blue bar reaches right, you win!
Triangle mark: The direction of the enemy's base

12
4 comments


Cart #floppy_bird-4 | 2022-03-08 | Code ▽ | Embed ▽ | No License
9

This is a clone of the infamous Flappy Bird, complete with detailed graphics and 60fps gameplay, and scrunched down to under 560 characters. Any feedback about the controls or physics is welcome.

Controls: Press any button to fly upward/restart

Version 1.1 - Added high score and a brief pause before gravity kicks in on restart.

9
1 comment


Is there a good way to see the total token count of a cartridge that is #including code from external files?

I know you can save the cart as .p8.png to get the includes flattened and then see the token count, but that's kind of a painful workflow when you're optimising code for token count.

If not @zep can you add a way to do this? Maybe a new mode for the stat tracker in the code editor?

1
2 comments


Cart #hegetup-13 | 2022-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


an upgrade of my submission for Tweet Tweet Jam 6!
use the left and right arrow keys to navigate yourself through the tower to get the highest you can
be careful; the platforms desolve over time!
you can jump on red/green platforms/springs to spring up higher
you can collect coins by jumping on the platform they are on
use the coins to buy skins
there are more platforms that do different things
turn on classic mode in the pause menu for only coins and platforms

disclaimer: i have never played doodle jump or games of that genre, so any similarities are purely coincidental

previous versions:


Cart #hegetup-12 | 2022-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-11 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-10 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-9 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-8 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-7 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-6 | 2022-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-5 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-4 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-3 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-2 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


Cart #hegetup-1 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


[ Continue Reading.. ]

29
13 comments


Weird tiny bug I've noticed in 0.2.2c on Windows 7: if, either when PICO-8 is booting or rebooting, I hit Ctrl+M to toggle mute before the commandline appears, the M appears at the commandline after boot.

3
3 comments


Cart #zeredatiko-0 | 2021-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


An adventure game set in a not-so-distant future where Earth's pollution has reached critical levels and monsters are seen all over populated areas. You play as one of these monsters!

Programming by Infini
Sprites and level design by Alela the Dragon
Concept by Infini and Alela the Dragon
Writing by Infini

You can view and commission Alela's art at
https://17hpolan84.wixsite.com/alelathedragon

4
1 comment


Cart #thinice2-0 | 2021-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23

A Battlestar (regionless star battle) puzzle game starring penguins! :)

Place penguins such that each row and column contains exactly 1 penguin, and no 2 penguins touch.

Controls
Left-click - Place penguin
Right-click - Mark cell

Music
MMX - Chill Penguin Theme

23
11 comments


Cart #googledinogame-0 | 2021-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Description

It's a dino running through a desert at full speed with many cactuses, what could possibly go wrong?

Characters

Dino

[0x0]

The big guy himself!
(also yes, most of the sprites aren't outlined raw)

Cactus

[0x0]

[ Continue Reading.. ]

7
2 comments


Cart #curve_dasher-0 | 2021-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is my submission for TweetTweetJam 6!

Controls:

Left/Right - Steer
Z/C - Dash

Source:

z=0a=0.0001t=0o=90000e={}x=0y=0s=1d=0w=128p=pset
function c(i)k=i if i>w then k=i-w elseif i<0then k=i+w end return k end
function u(l,d)return cos(d)*l/150end
function v(l,d)return-sin(d)*l/150end
r=rnd
b=circfill::_::
for j=1,9do p(r(w),r(w),r(2))end
t=t+1s=s+(1-s)*a*2if(t%o==0and#e<10)add(e,{x=r(w),y=r(w)})
if(btn(1))d=d+a
if(btn(0))d=d-a
if(btnp(4)and s==1)s=5
x=c(x+u(s,d))y=c(y+v(s,d))for j in all(e)do b(j.x,j.y,2,8)if abs(j.x-x)<s*2and abs(j.y-y)<s*2then if flr(s)>1then del(e,j)z=z+1o=o-50else run()end end end
b(x,y,3,1+s*2)print(z,2,2,7)goto _
1
0 comments


A cart that allows you to make sprites compatible with ESPR()

Cart #espr_maker-0 | 2021-07-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


So basically I made a function to add sprites beyond PICO-8's 128 by 128 sprite sheet. Feel free to use this function with credit.

function espr(data,x,y,w,h,flp_x,flp_y)
 --[[
 data is a list of all the
 pixels that make a sprite

 the sprites are 8 by 8 pixels

 this function can be used
 for easily adding new sprites
 into the game
 ]]

 list=split(tostr(data))

 w=w or 8
 h=h or (count(list)/8)

 x=x or 0
 y=y or 0

 local val=0

 local backup={}

 repeat
  add(backup,sget(val%w,val/w))
  val+=1
 until val==h*w
 for pnum,p in pairs(list) do
  pnum-=1
  if (pnum/w)<h then
   if p~=16 then sset(pnum%w,pnum/w,p) end
  end
 end
 sspr(0,0,w,h,x,y,w,h,flp_x,flp_y)
 for pnum,p in pairs(backup) do
  pnum-=1
  if pnum<=w*h then
   sset(pnum%w,pnum/w,p)
  end
 end
end

So, for example, if I do this:

espr("12,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,12",0,0,17,2)

It will output this:

5
5 comments


Cart #rld_conway-2 | 2021-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12


With the release of pico 0.2.3 the code slowed down a bit and exceeded 100% cpu, so I lowered the maximum fps from 420 to 390.

Controls: change color with left and right, change speed with up and down.
You can change the initial board by changing the spritesheet. Use colors 0 and 7.

The board is stored as a bitmap, 1 bit per cell at address 0x4300.

Updating the board:
32 cells are processed in parallel using bitwise operations.
The bits are added together using the following functions:

  function add2(a, b)
    sum = a ^^ b
    carry = a & b
    return sum, carry
  end

  function add3(a, b, c)
    tmp = a ^^ b
    sum = tmp ^^ c

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=94115#p)
12
5 comments




Top    Load More Posts ->