Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

Cart #bart-0 | 2023-01-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Hi !

I'm looking to do something a bit weird with the PICO-8 and didn't find anything in the manual that would point to a solution. Maybe someone has done something along those lines already ?

What I would like to do is to control the PICO-8 console itself, irrespective of the cartridge running, through an external program.
Mainly, I would want to reset the console and/or change the cartridge via the external program, without having a specific cartridge loaded, inputs on the PICO-8 itself or closing and restarting the PICO-8. (I believe that resetting only could work, by loading a specific path for the cartridge and changing the file directly ?)

I don't really have a preference on the way this control could be done, just being able to would be enough.
Maybe the PICO-8 could be integrated in the program itself, as in Celeste, but I haven't found anything related to that while searching the web.

It's a bit of a specific use case (I'm trying to use a physical cartridge to use on the PICO-8), but I would appreciate any help or pointers !

[ Continue Reading.. ]

7 comments


Cart #inkspill-7 | 2023-01-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

This is a flood-it clone inspired by the game Ink Spill from the book "Making Games with Python & Pygame". This game and also some of the others that I have already done and published here are part of a personal challenge which consists in doing clones of these games.

How to play

In order to win you have to flood the entire board with one color within a certain number of moves. You can do a flood fill on the tip left tile, changing the color of any adjacent tiles of the same color.

Controls

  • Change color - ⬅️/➡️
  • Flood fill - 🅾️/Z/C

[ Continue Reading.. ]

18
15 comments


Cart #axiomdiegoarthur-0 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Just got Pico-8 so I am testing it with a basic game.

1
0 comments


I ended up mostly skipping Genuary because of Ludum Dare, but today I decided to write a tiny village generator.

Cart #generator20220122-0 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This took me about one hour to write. Every time you run the cart, a new tiny village is generated.

There is nothing special going on. Walls are placed first, then doors and floors following a flood fill algorithm. Everything else is placed by sampling the map hundreds of times and checking for placing conditions.

The code is a bit of a mess and, looking back, I can see several easy places to reduce token count and increase variety. Maybe I'll revisit this before the end of the month. Maybe not.

I hope I'll have some time in march to participate in 7DRL. I have ideas I want to put into practice.

[ Continue Reading.. ]

0 comments


Cart #denehtuy-0 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

My first attempt on pico game. Starting with classic. Undone. Some animations required as bug fixes.

3
2 comments


Cart #puhajukizi-0 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Aquatic ventures!

aquatic ventures is a game where you're a fish, running from other fish!

I know, not that much fun, but it was fun making it!

Share your survival time with your friends, as it gets saved!

Controls

  • arrow keys to move
1
1 comment


Cart #oraphin-0 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is Oraphin's Fish Simulator. Control Oraphin Killster through the side of a lake and make him collect 100 fish.
Watch out though, a Goomba is trying to take you down cause it was not having a good day.

Controls: Arrow keys to move. that's all you need to know.

Press X to change music to a more weirder tune.

Warning! This game gets near impossible to beat after you collect 50 fish. You have been warned

There's no reset option so you will have to restart the cart to try again if you die.

This game was made during my time in my Computer Science class. It's not the best cause this is my first real game. at least it works!

Enjoy!

2
2 comments


CyberBox

Cart #cyberbox-1 | 2023-01-24 | Code ▽ | Embed ▽ | No License
7

This is a PICO-8 port of CyberBox, one of my favorite DOS puzzle games, originally created by Doug Beeferman in 1991. You can play the original game in your browser here.

Music: Pico-8 Tunes Volume 1.
Fireworks: Particle Tutorial: Fireworks.

7
5 comments


Cart #lil_guy_runner_demo-0 | 2023-01-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is a little demo I've been toying with. Its really barely a game, but it does show off a couple useful functions:

  • Generated ground tiles with some decorations.
  • Collision detection between the player character and the generated ground.
  • Drawing triangles.
  • Rope physics effects, used for the characters tail and flags.
  • Some simple decorations, like clouds and background mountains.

There's really no "Game" in the sense that there's no objective or fail condition (although if you fall off the screen you're probably in a non-recoverable scenario).

3
2 comments


Cart #tazapifije-0 | 2023-01-21 | Code ▽ | Embed ▽ | No License
4

For now I'm only posting to make it easier to share this game with my friends for feedback. I'll write instructions on how to play later

4
6 comments


Cart #to_take_root_among_the_stars_1-7 | 2023-02-07 | Code ▽ | Embed ▽ | No License
95

Itch.io Link

Introduction

To take root Among the Stars is a short narrative platformer.

Play as Mei Hashimoto, one of the colonists send to an exoplanet to prepare it for the arrival of the rest of humanity.

Explore the colony and its surrounding flora and fauna. Talk to your fellow colonists and send a message to earth via the relay station at the top of the nearby mountain.

Controls

Movement


[ Continue Reading.. ]

95
38 comments


A tiny little time trial game inspired by Balloon Fight. How much stuff can you collect before the timer runs out?

Cart #soulair01-0 | 2023-01-21 | Code ▽ | Embed ▽ | No License
1

1
2 comments


Cart #cucumber_man-0 | 2023-01-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #picopainter-6 | 2023-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Github repo here -> https://github.com/lesleyrs/pico-paint

This is my first completed cartridge, made for people who don't like clicking or want to try something new.

It allows you to paint, copy, and paste 8x8 pixel art into pico-8 games without requiring a mouse.

Key shortcuts:

  • arrow keys to move
  • x to paint
  • c + up or down to change active colour
  • c + left to turn background colour into active colour
  • c + right to change move delay
  • enter for the other settings

Copying and pasting is not as efficient as i'd like because of the built-in limitations of writing to and reading from clipboard. Make sure to ctrl-c after pressing copy in menu, and ctrl-v before you press paste in menu. try:

[ Continue Reading.. ]

3
0 comments


Cart #gunturtle_voronoi_blobs-0 | 2023-01-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Voronoi-adjacent thing. Can't quite fill a screen with these, but it's still a neat effect.

Run in PICO-8 EDU

[ Continue Reading.. ]

6
0 comments


Cart #catlegs-0 | 2023-01-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

catlegs
(requires a mouse)
(press c to flip cat)

3
0 comments


Cart #puwehefum-0 | 2023-01-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


This is a re-skin of Pac-Man [#TinyTvJam] made by Scathe in 2017. I wasn't able to put the logo of my game, so there is a silver Pac-Man logo at the back of the arcade cabinet instead. Hope you joy this game and feel free to leave some of your thoughts

5
4 comments


Cart #fishfishfish-1 | 2023-01-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

controls:

X to start
left and right arrows to move the boat.
down arrow to start fishing.

point rewards:
grey fish +1
yellow fish +3
red fish +5

easter egg if you hit highscore 69 ;D

1
0 comments


Cart #pixelp8pong-0 | 2023-01-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
0 comments




Top    Load More Posts ->