Log In  

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

Cart #misizefide-0 | 2020-11-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

THIS CART USES THE DEVKIT MOUSE!!!!
This is just a fun little example :D

2 comments


People have been asking how I managed to fit a multiplayer game into the space of two tweets (560 chars) for TweetTweetJam5, so I thought I'd write a mini tutorial to explain the process!

We'll cover:

  • Stuff you need (such as javascript libraries, and where to get them)
  • How pico-8 talks to the outside world (General Purpose Input Output - GPIO - memory)
  • How to have a conversation between pico-8, the web browser running a pico-8 cart, and a database server
  • How to implement multiplayer that allows users to play against 'replays' or 'ghosts' of previous players (which is rather cool and under-explored territory imo)

We won't cover:

  • Server-side coding such as would be required for concurrent multiplayer gaming like, er, Counterstrike or something (do people still play Counterstrike?)
  • Setting up a specific online database to hold your replay data - I use FatFractal http://fatfractal.com, but I am sure there are loads of options these days. Anything that can be accessed from client-side Javascript will do just fine.

[ Continue Reading.. ]

28
8 comments


Cart #navia-0 | 2020-11-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


I,m Navia.
I test your navigation skills.
Please navigate me with three looping locators.

2
0 comments


🐤🌃 Canary

Late #pico8 game in ~513 bytes for Tweet Tweet Jam 5

Fly like a canary through procedural mine shaft without bumping your little head 🦺🔦

Cart #ttj5_canary-2 | 2020-11-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

6
0 comments


Who's the biggest fish?

Cart #fishy-0 | 2020-11-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Controls:

  • arrow keys: move
  • x: restart

This was my entry to TweetTweetJam 5; check it out on the jam page here if you like. Also, I wrote a short blog post about it here!

And clearly, a tweetcart needs to be tweeted: here it is

3
0 comments


On the last evening of #tweettweetjam I was playing around with free body motion, made a prototype... it evolved into a ~1000 character toy... and I managed to squeeze it down to 560 just before the deadline. The math is buggy when paths get too close to centers, but I sort of like the look so I didn't even try to "fix" it...

Arrow keys move the attractor, 🅾️/Z switches control, ❎/X resizes.

Cart #sisuterujo-1 | 2020-11-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #luvbomber-0 | 2020-11-11 | Code ▽ | Embed ▽ | No License
2

The Atari 2600 gave me a lot of silly memories.

Unfortunately, there were no characters to spare for realistic wood paneling texture.

This isn't my most impressive cart ever, but I had fun with it.

Code follows:

f=rectfill
cls()f(0,1,0,3,6)pset(1,2,8)f(2,0,3,4)f(2,2,5,3)f(6,1,7,2)memcpy(0,24576,512)poke(24364,3)w=64y=8d=0r=64s=0p={}h=-9m=w::_::cls(12)b=btn()y+=b\8%2-b\4%2pal(6,5+d%2)
?s,1,1,7
f(0,50,w,w,3)y=mid(0,y,32)spr(0,8,y,1,1,1)h-=.5d-=1if(d<0)d,r=r,max(r-1,9)add(p,{x=w,y=rnd(36)})
pal(8,2)for i in all(p)do
i.x-=1x,z=i.x,i.y
spr(0,x,z-2)
if(x<-8)del(p,i)
if(x==32)q=pget(12,z)f(x,z,0,z,9)
end
if(h<-8)h=w+rnd(32)g="⌂"

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=84103#p)
2
1 comment


This is my attempt to convert the 1978 Super Star Trek game to PICO-8. This early example of a turn-based space strategy game has been written in 1974 by Bob Leedom and was published in the 1978 book BASIC COMPUTER GAMES edited by David Ahl. After that, it was ported, converted, and enhanced many times, but I think nobody tried to make a PICO-8 version.
It's a text-only game, commands are entered on the console, so converting it to PICO-8 required several changes, but I tried to keep the original gameplay intact.

I would really love to know what you think about it. Let me know your feedback, suggestions, critics, and so on. Btw, this is my first PICO-8 game, so be patient.

If you already know Super Star Trek, playing my PICO-8 version should be quite straightforward. If you don't, below you can find a quick tutorial.

Cart #startrek001-5 | 2022-03-10 | Code ▽ | Embed ▽ | No License
18

[ Continue Reading.. ]

18
18 comments


My First Tweetcart: The Bouncing DVD Logo!

Cart #dvd-0 | 2020-11-10 | Code ▽ | Embed ▽ | No License
7

Here's the code if you'd like to see it with 276 characters (256 without name).

--dvd
--by calverin
x=64y=48d={-1,1}o=7c={}r=rnd
e=r(d)f=r(d)v=ovalfill
for i=1,15do add(c,i)end::_::
flip()cls()x+=e y+=f a=x+1b=x-1g=y+1h=y-1if(b==0or a==118)e*=-1o=r(c)
if(h==24or g==104)f*=-1o=r(c)
?'dvd',b,h,o
?'"',x+10,y+8
v(x-2,y+8,x+10,y+4,o)v(x+2,y+5,x+6,y+7,0)goto _
7
3 comments


Cart #wotozofuzi-0 | 2020-11-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Short Amiga-inspired demo concentrating on palette and bitmasking trickery. As such, has strobing and flashing.

9
2 comments


Cart #theadventureoftimmy-0 | 2020-11-10 | Code ▽ | Embed ▽ | No License
3

3
1 comment


A couple of carts for #tweettweetjam 5 that fit in 560 chars or less.

Cosmic Painter

L/R to rotate
O to accelereate
X to paint

Cart #cosmic_painter-0 | 2020-11-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

Comets

Just avoid the comets for as long as you can! My best is 49
Crashing into the score kills you.

by zep
Cart #comets-0 | 2020-11-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

[ Continue Reading.. ]

20
1 comment


Cart #circleattack560-0 | 2020-11-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Your goal is to protect everything behind red ring from getting hit with green balls if it not sound cool thing of them as GREEN BALLS OF DEATH , you and red circle is the last and only line of defense ;)
Control
arrows move left and right around circle
x to shoot

1
0 comments


So, I decided to finally get Puppy Linux for my Raspberry Pi...and tested Pico-8 on it.
Conclusion: the dyn executable works, but not the main one. Not really sure why though since Raspup is based around Raspbian/RaspPiOS packages and stuff.

Still works though. Still works.

Tested with Raspup 8.2.1 btw. Forgot to mention that.

0 comments


Cart #falleste-3 | 2020-11-20 | Code ▽ | Embed ▽ | No License
37


Cart #falleste-0 | 2020-11-09 | Code ▽ | Embed ▽ | No License
37

37
16 comments


The Pico Mermaid

Cart #thepicomermaid-0 | 2020-11-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Use (X) to control the Pico Mermaid as she fetches pearls from the bottom of the sea back to the surface. Avoid the piranhas that will swim faster and faster as the mermaid retrieves more pearls.

This is my entry into Tweet Tweet Jam 5 and so the code fits into 560 characters (two tweets).

Features:

  • Single-button controls (X)
  • Animated and multi-colour pixel art sprites*
  • air and water physics*
  • Two particle systems*
  • Difficulty ramp*
  • Score effect*
  • Death effect*
  • start animation*
  • current score and high score display*
  • in-game instructions*

(* kinda)

Here's the code:

P=pset::A::x=64y=0v=-9t=0w=127e=0d=.6s=0for z=0,29do

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=84034#p)
4
1 comment


Disconnecting then reconnecting a controller twice will break the controller support.

On handled devices it mean that PICO-8 will effectively lock the device if you put it it sleep mode twice in the same session.

I reproduced this behavior successfully on the windows, linux and raspberry pi versions.

2 comments


I noticed in this post that @choo-t doesn't turn into a user link.

Must be the hyphen?

1
1 comment


I coded a quick and simple lunar lander:

Cart #zujubewh-0 | 2020-11-08 | Code ▽ | Embed ▽ | No License

Cheers!
Sébastien.

0 comments


Cart #darkceleste-2 | 2020-11-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15


A harder-than-sub-2™ CELESTE mod.
Custom 1-bit graphics and levels of outraging difficulty.
Check out CELESTE Classic Glossary for "help".
GLHF.

Version 2 : replaced a right facing spike by a left facing spike in -200.

15
8 comments




Top    Load More Posts ->