Log In  

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

Cart #sophia-0 | 2019-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Heads up, there's another tweet tweet jam going on! Make a game in 2 tweets worth of code (560 characters -- no other cart data), and it finishes at the end of this week. See the jam page for details and a countdown clock.

Jam Page: https://itch.io/jam/tweettweetjam-2

Twitter: #tweettweetjam

6
15 comments


Cart #rorazinoku-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Little one-button arcade game

Cart #windypond-0 | 2019-05-13 | Code ▽ | Embed ▽ | No License
9

9
2 comments


Cart #ticspaint1_01-0 | 2019-10-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

New version of ticspaint. It can now use "high colors" (colors 128-143) and can type in the small font. Also added the CC tag. I know it says CC-BY-NC-SA but it is actually under Unlicense. I just added it for the tag.

Cart #ticspaint0_91-0 | 2019-05-16 | Code ▽ | Embed ▽ | No License

Is this where I write stuff? I am new.

This is ticspaint. A paint tool for the Pico-8 inspired by Tuxpaint (hence the name). Originally written for the Tic-80 (Again, Hence the name). I decided to port it to the Pico-8, just to see if I can and to learn what the Pico-8 can do. You can draw with many brushes, inluding bitmap brushes. Line, circle and square tools. Fill, Spray and Clear and even save up to 2 drawings per cartridge (I am proud of that feature).

[ Continue Reading.. ]

1 comment


Cart #snackzzle2-0 | 2019-05-13 | Code ▽ | Embed ▽ | No License
10

10
0 comments


Cart #jumpingdoodle-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

15
8 comments


Cart #killager-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

14
3 comments


Cart #theway-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
3 comments


Cart #fruitthieves-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

20
3 comments


Cart #superlootbros-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

8
2 comments


Cart #snackzzle-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Was made for one of the first pizza jams (proof).
Probably, but not sure, later became awesome game Tomato Worm.

3
0 comments


Cart #procban-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #rhythmislava-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
2 comments


Cart #pixelbro-0 | 2019-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

One of my early PICO-8 games

2
0 comments


Cart #ruduwazizu-0 | 2019-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


A PICO-8 demake of FEZ.

FUZ
by Jusiv
Cart #fuz_v1-1 | 2019-05-13 | Code ▽ | Embed ▽ | No License
353


Cart #fuz_mobile_v1-1 | 2019-05-31 | Code ▽ | Embed ▽ | No License
353

You can also find this game on itch.io!

CONTROLS (Original Version)
Left/Right: Walk
Up: Jump
Down: Drop/Interact
Z/X: Rotate the world

CONTROLS (Mobile-Friendly Version)
Left/Right: Walk
Z: Jump
Down: Drop
Up: Interact
Left/Right while holding X: Rotate the world

[ Continue Reading.. ]

353
107 comments


Phew!

Finally managed to get somewhere by the end of this weekend (10:30pm) after setting myself the challenge of learning how to start building the old raycasting engine ala Wolfenstein 3D!

It's a start, more to come! Just found Pico-8 on Tuesday last week, saw the cool things people were making, purchased it immediately, and totally loving it to pieces!!

3
2 comments


Hey all,

Just wanted to put an initial version of this game up to show it to people! It's still a little buggy, but works to the point where people can play!

Controls:
Arrows - Move
Button 1 - Harvest Crop
Button 2 - Plant Crop (Hold, then press a direction)

Cart #farmnfight-0 | 2019-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #fishes-1 | 2019-05-11 | Embed ▽ | License: CC4-BY-NC-SA
1

r=rnd
function _draw()
srand(1)
clv()
for i=0,32 do
ot = r(16)-8
tf = flr((t()+ot)*16)
op = r()
c = 96+r(7)
sh = r(4)+12
z = r(63)
yb= r(127)
for x=0,48 do
h = sin(x/48)*5+6
X = (x + tf)%128
y = sin(X/96 + op) * sh + yb
line3d(X, y, z, X, y + h, z, c)
end
end
end

Alternative version

Cart #fishes_alt-1 | 2019-05-11 | Embed ▽ | No License
1

[ Continue Reading.. ]

1
0 comments




Top    Load More Posts ->