Log In  
Follow
Czarlo

Hey, I'm Czarlo and I like to make games under retro limitations. Such as limiting the colors, a sprite, or making games only in 128x128 pixels! (Like PICO-8!) So I'm joining PICO-8 to create some simple, but amazing games for it.


NOTE:This game was for a game jam, and due to time crunch I couldn't finish it all the way, but atleast there's a playable state.

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

Description

You're a dog, trying to get a lot of trash out of the ocean.

Controls

Swim

Use ⬅➡⬆⬇ or the arrow keys to move around.

Thrust

Use 🅾 or Z to use your stamina and thrust.

Credits

@Gabe_8_bit Music and background animation

3 comments



WARNING!!!

If you are sensitive to flashing colors/lights DO NOT play this game.

Cart #picoflashgame-0 | 2021-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Description

A de-make of a Fitbit game called Color Flash (which you can find here)

Controls

Color control

Press ⬆, ⬇ or up arrow key, and down arrow key to switch between 32 different colors!

Flash control

Press ⬅, ➡ or left arrow key, and right arrow key to subtract or add to the flash speed!

Save & Load

Press ❎, 🅾 or Z and X to save and load respectively.

Credits

Andor Czafik (creating the

[ Continue Reading.. ]

1
4 comments



Cart #flappybirbgame-0 | 2021-09-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Description

A de-make of the world's most loved and hated game of all time. De-made with a few extra features such as a high score counter, a death counter, and an extra birb color (green)

Controls

Flap

Press ⬆️, 🅾, ❎, ⏸ or up arrow key, Z, X, P to flap ya wings!

Credits

@rnd (making the PCM sampler)

8
4 comments



Cart #tailspizzarollsgame-0 | 2021-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Desc

A de-make from the video "Something About Sonic The Hedgehog ANIMATED" of Tails encouraging Sonic to bet em' Totinos pizza rolls!

Credits

@TerminalMontage (making the video)
@rnd (making the PCM sampler)

10
0 comments



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

Desc

A de-make of SEGA™️'s logo whenever starting up a game made by SEGA™️ (no wonder)

Controls

Re-start

Press 🅾, ❎ or Z, X to restart the logo

Flip/Unflip

Press ⬅️, ➡️ or the left/right arrow keys to flip/unflip the logo respectively.

SFX

SEEEEEGAAAAA™️!

[sfx]

!™️AAAAAGEEEEES

[sfx]

[ Continue Reading.. ]

14
16 comments



Cart #princesonggame-0 | 2021-08-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Desc

A demake of a song from The Little Prince on Netflix (couldn't find track, all was made from memory.)

Controls

Movement

Press ⬅️ ➡️ ⬆️ ⬇️ or any of the arrow keys to move around in the plane

Bark

Press 🅾, ❎ or Z, X to bark

Music

[sfx]
Just a basic loop of 16 notes, nothing special to talk about the music.

0 comments



Cart #amoguscelestegame-0 | 2021-08-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

Description

The sussy impostor has infected a volcano while you were setting up a... space... ship..? I don't understand it either lol. He just called a meeting (even though he's part of the lava, I honestly don't know how he became a separate part at this point), and is now going to overflow your fantasy console's memory.

Credits

@taco360 (creating Volcana)
@noel (creating the original Celeste)

12
18 comments



@zep this might be a very helpful feature for some people trying to make games based off of the map, or modders trying to mod games.

1
1 comment



Cart #gblogogame-0 | 2021-07-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Description

A remake of the GameBoy's classic Startup screen, enhanced with gravity and all that science crap.

Controls

Restart Startup

if you press ❎ or 🅾️/X or Z, the Startup will restart.

GameBoy Color version

Me and Gabe both did the GameBoy's Startups, both GameBoy and respectively, go check his out!

9
2 comments



Cart #enhancedpico8punyfontsnippet-4 | 2021-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

The original PICO-8 puny font was just the uppercase letters, except slightly smaller, which does not follow the the "theme" of current fonts today, like sans serif. So I decided to "enhance" it by making the puny letters simular to sans serif or other fonts.

Also, credit to Astorek86 for the #FONT_SNIPPET with original font cart.

7
1 comment



Cart #picophrasegame-0 | 2021-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Description

A recreation of the popular "Catch-Phrase" game!

Instructions

You try to explain words without saying them, once the other player gets the word correctly, you press the "Correct Word" button, which will change the controls to the other player's controls and the other player will repeat what you did, but with a different word.

Controls

Switch Words

Press 🅾 or Z to switch the current word to a random one from a table.

Correct Word

Press ❎ or X to confirm a word, and lend the controls to the next player.

Credits

@Noba (helping with table optimization)

1
0 comments



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

Real Man Virus that can affect your PICO-8 dramatically 😈

THIS IS NOT REAL, IT'S ALL JUST A JOKE

Source code:

cls(1)poke(0x5f30,1)_set_fps(60)t=0c=0r=rnd::_::
?"h𝘢𝘩𝘢 𝘺𝘰𝘶𝘳 pico-8 𝘩𝘢𝘴 𝘮𝘢𝘯 𝘷𝘪𝘳𝘶𝘴",4,60,c
?"웃",r(121),r(123),r(13)+2
?"\as1e2",0,0
if(time()-t>.2)c=r(13)+2t=time()
flip()goto _

2
2 comments



Cart #toadsbiggestnightgame-1 | 2021-06-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Story

Toad has been preparing this night since he was a teenager, and today was the day to finally do the thing of his dreams!

Characters

Toad

[0x0]

Some people call him todd, but that's a completely different thing compared to what he is.

Audience members

[0x0]

[ Continue Reading.. ]

13
4 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 #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 #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 #tweetormergame-0 | 2021-06-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


Another PICO-8 Tweetcart, this time a bit more complicated and optimized.

Source code:

x=60
y=123
mx=0
my=0
b=0
s=0
g=0
::_::
cls(1)
x+=mx
y+=my
mx*=.7
if (y<122)then my+=0.3end
if(y>123)then my=0y=123end
if(y>122)then g=1else g=0end
?"\f7웃\vm●",x,y
if(btn(⬅️))mx-=s
if(btn(➡️))mx+=s
if(btn(❎))s=.9b=3.5else s=.7b=3
if(btn(🅾️))and g>0then my-=b end
flip()goto _

4
3 comments



Cart #tweetcartgame-1 | 2021-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


My first try at a tweetcart, was actually pretty fun to figure out the limitations and how to recreate the _update() function.

Source code:

x=60
y=60
mx=0
my=0
s=1
::_::
cls()
?"\f8웃\ff\vm🐱",x,y
x+=mx
y+=my
mx*=.7
my*=.7
if (btn(⬅️)) mx-=s
if (btn(➡️)) mx+=s
if (btn(⬆️)) my-=s
if (btn(⬇️)) my+=s
if (btn(❎)) s=.9 else s=.7
flip()goto _

1 comment



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

Desc

Have you ever been annoyed by the pipes that have been passing by you and your friends for weeks? Well this game is for you! You don't have to dodge any pipes,
in fact, you don't even have to dodge anything! You can just fly in peace without those pesky pipes ending your life.

Characters

Mr. Birb

He is in fact, a birb, not to be confused with a bird.
[0x0]

[ Continue Reading.. ]

4
5 comments



Two functions to draw outlined sprites (with some help from kreyk29!)

Regular version that does smooth outlines:

function outspr(sp,x,y,w,h,flpx,flpy,out)
 for c=0,15 do
  pal(c,out)
 end
 spr(sp,x+1,y,w,h,flpx,flpy)
 spr(sp,x-1,y,w,h,flpx,flpy)
 spr(sp,x,y+1,w,h,flpx,flpy)
 spr(sp,x,y-1,w,h,flpx,flpy)
 pal()
 spr(sp,x,y,w,h,flpx,flpy)
end

Another version that does square outlines:

function outspr(sp,x,y,w,h,flpx,flpy,out)
 for c=0,15 do
  pal(c,out)
 end
 spr(sp,x-1,y,w,h,flpx,flpy)
 spr(sp,x+1,y,w,h,flpx,flpy)
 spr(sp,x,y+1,w,h,flpx,flpy)
 spr(sp,x,y-1,w,h,flpx,flpy)
 spr(sp,x-1,y-1,w,h,flpx,flpy)
 spr(sp,x+1,y-1,w,h,flpx,flpy)
 spr(sp,x-1,y+1,w,h,flpx,flpy)
 spr(sp,x+1,y+1,w,h,flpx,flpy)
 pal()
 spr(sp,x,y,w,h,flpx,flpy)
end

Example carts:

Cart #watermellon-0 | 2021-06-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

[ Continue Reading.. ]

4 comments





Top    Load More Posts ->