Log In  
Follow
seleb

Cart #super_snow_shoveler-0 | 2018-12-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Day 11 of the Pico-8 Advent Calendar 2018!

a battle between efficiency & exhaustion
~a winter classic~

Hey there folks, it's mid-December, and you know what that means: time to shovel the driveway! The snow's packed pretty heavy though - if it piles up too much, you'll have a hard time pushing it and probably just make a mess!

Make sure to check back on the calendar each day for a new gift!

6
1 comment



Cart #51913 | 2018-04-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Hey folks! Been awhile since I've posted something on the BBS, but thought I'd share my LD41 entry.
It's local multiplayer only unfortunately (I'd hoped to get a decent AI opponent in but didn't have time). If you manage to get someone to play with you though, let me know how it goes!

HOW TO PLAY

  • drop pieces in empty slots
  • swap pieces in filled slots
  • match 3+ to earn swaps
  • connect exactly 4 to win

LD entry page
itch.io page

4
0 comments



Cart #36419 | 2017-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

I'm a bit bummed because work and GGJ being this weekend meant I didn't get a chance to take this past a prototype stage, but it's still kinda neat!

Controls:
TAB: turn on TV
ARROWS: hatch egg
Z: feed
X: love

8
4 comments



Hey there! I made a little twitterbot recently that generates 8x8 sprites for PICO-8:

@SpritesByPico

It tweets both a GFX tag ready for copy-pasting into PICO-8 or the BBS and an image preview of the sprite. Currently it has 3 colour modes (1, 2, or 3 colours on a black background) and 3 layout modes (top-bottom symmetry, left-right symmetry, and 4-corners).

Here are some examples of sprites it's generated so far:

[0x0]
[0x0]
[0x0]
[0x0]
[0x0]

[ Continue Reading.. ]

2
2 comments



Cart #31061 | 2016-10-16 | Code ▽ | Embed ▽ | No License
10

Inspired by @pippinbarr's tweet:

░ ░ ░ ░ GAME IDEA
░ ░ ░
░ ░ YOU ARE AN ELEVATOR
░ ░ ░ JUDGING
░ ░
░ ░ ░ ░ ELEVATOR PITCHES
░ ░ ░
░ ░ BUT NO ONE
░ ░ ░ ASKED FOR YOUR OPINION

Made for The Pippin Barr 'GAME IDEA' Game Jam.

play on itch.io

10
7 comments



Forgot to post this here the other day: PICO-8-Token-Optimizations

Lots of people working on larger projects (or more topically, the collab16 games) end up hitting the token limit, and people in the PICO-8 community have come up with plenty of handy tricks to deal with that. Some of them are common knowledge or pretty easy to figure out on your own, but others are a bit obscure, so I figured it'd be useful to compile a list of general purpose tricks and techniques for cutting down your tokens.

If you know of any handy tips that aren't listed or have any corrections/improvements, feel free to let me know or contribute to the repository!

13
7 comments



Uh oh, a flock of ducklings has gone missing, and it's up to Duck Duck to save the day! Can you help them find all seven?

I mean... it's not really your responsibility. I'm sure they'll be fine on their own. Why don't you just take some time to wander around and enjoy yourself? And hey, if you happened to find some ducklings along the way, that's cool too.

play it on itch.io

note: the web version on the BBS won't work because the module's TOTAL_MEMORY is too low, but I've included the cart here so you can still download it if you want. If you want to play it online I recommend the itch.io version.

Cart #29009 | 2016-09-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
62


Cart #28944 | 2016-09-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
62

[ Continue Reading.. ]

62
14 comments



This is a one button dueling game.

Hold to run, let go before passing to attack.

Whoever hits hardest wins.

Rules:
If neither player let go before passing, it's a tie.
If one player let go before passing, that player wins.
If both players let go before passing, the winner is decided by speed. If speeds are the same, it's a tie.

Made for #OneButtonJam.

Cart #26820 | 2016-08-13 | Code ▽ | Embed ▽ | No License
21

Play it on itch.io!

One of the main things I wanted to try out with this game is an online multiplayer mode using the webplayer + GPIO stuff I experimented with in my PICO-8 twitter feed. You can try that out on the itch.io version of the game, which lets you connect to another player for peer-to-peer matches (using the Peerjs library and a heroku server to broker connections).

[ Continue Reading.. ]

21
4 comments



Hey there, this is a game made by Ian and I for the "A Game By It's Cover" jam.

Play it on itch.io

Cart #27185 | 2016-08-22 | Code ▽ | Embed ▽ | No License
18

Changelog
2016-08-21: fixed PocketCHIP crash (with help from @morningtoast)
2016-08-15: updated menu navigation
2016-08-12: fixed random palette bugs

18
10 comments



Hey there! Over the past couple days I've been playing around with PICO-8's GPIO stuff and put together a simple Twitter client. There seemed to be a decent amount of interest in how I got this to work, so I thought I'd share a quick write-up to give others a potential starting point for using GPIO.

Check out P8T over on itch.io or grab the source on GitHub.

This is more of a proof-of-concept than an actual attempt at making a good Twitter client, but hopefully it's good enough for educational purposes!

GPIO
I only discovered PICO-8's GPIO support yesterday. As near as I can tell, the GPIO is meant to represent pins on physical hardware so that PICO-8 apps could use accelerometers, LEDs, etc. on a Raspberry PI or PocketCHIP. I don't know how far along the development is on the hardware side, but in v0.1.7 JavaScript support was added to GPIO in the web player, which essentially gives us 128 bytes of browser/cart shared memory! Using this memory is super easy too:

[ Continue Reading.. ]

27
12 comments



PICO-8 Styler

Current feature list:
-Page colours can be customized (background, button background/hover, text)
-Canvas scale can be customized, has no border, and defaults to 512x512
-Canvas is centered horizontally and vertically
-Canvas and buttons use image-rendering CSS for sharper fullscreen viewing
-First script tag includes "var require = null;" in order to address a node.js issue which prevents PICO-8 games from running in things like NW.js
-Buttons are "text-align:center" instead of "float:left"
-Buttons are slightly smaller to better fit default canvas size
-Button text can't be selected
-Buttons can be excluded
-Link button label/target can be customized
-Page can be autofocused for more accessible iframe embeds (without this, sometimes PICO-8 games won't receive input until you click on a button)
-HTML5 Gamepad API support can be included for singleplayer or multiplayer

[ Continue Reading.. ]

15
18 comments



Cart #23122 | 2016-06-18 | Code ▽ | Embed ▽ | No License
10

try to fight it

Controls:
-Arrows to move
-Z to attack
-X to sneak

itch.io page

10
5 comments



Cart #22591 | 2016-06-10 | Code ▽ | Embed ▽ | No License
14

Oh no! There's been a disaster, and your crew has gotten lost at sea. Luckily, you've got a supremely buoyant sailboat: it's up to you to pick them up and tow them back to safety!

Controls:
-Arrows for movement
-Z to toggle UI
-X to swap palettes

I went with some extra self-imposed challenges on this one:
-1-bit colour
-No text
-No assets (i.e. sprites, tiles, sounds, or music)

Made for #simplejam.

14
3 comments



The finished game:

Cart #21359 | 2016-05-26 | Code ▽ | Embed ▽ | No License
13


It turned out pretty good for a first attempt at making a game with PICO-8 in my opinion. The gameplay itself is a little uninspired, but I had a lot of fun playing with the visuals and learning about the system.

Older versions: [hidden]

Cart #21270 | 2016-05-25 | Code ▽ | Embed ▽ | No License
13


-Fixed x-overflow/underflow bug
-Changed default palette
-Rough menus
-Points/Combos/Lives
-Generally more stylish

Cart #21212 | 2016-05-24 | Code ▽ | Embed ▽ | No License
13


Cart #21188 | 2016-05-23 | Code ▽ | Embed ▽ | No License
13


Still needs a lot of work, but it's turning out ok!

[ Continue Reading.. ]

13
9 comments