Log In  

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

some legacy options can be accessed using RightShift+LeftMouse when clicking an object, actor, monster, folder, etc.

1
0 comments


In 0.3.6 which has a blank designer workspace, playing a cart does not load into designer either, VOBs (voxel object bank) can be saved and loaded of items, rooms, folders, whatever.

This VOB can be loaded which contains the objects from 0.3.5b

Copy Object to Clipboard

This VOB contains the old/uneditable internal assets in rooms to copy-paste, that may get removed/make this unusable in the future
Copy Object to Clipboard

note: carts can be loaded as a VOB, PNG image files (128px max) can be imported, GIF frames to re-import as animations
0 comments


I am very new to pico-8 and want to know where to start.
I know, there are many tutorials out there, but I tried one and I didn't feel like I was progressing in understanding.
Where do I go to start?

4 comments


Earlier this week I released Pico-Pond, a networked PICO-8 demake of Frog Chorus, a web-project I love by v buckenham and Viviane Schwarz.

You can play Pico-Pond for free in your browser here: https://andymakes.itch.io/pico-pond

You can also look through the source code, which I hope will be helpful for anybody else looking to make a networked PICO-8 game. The code is commented and (hopefully) easily readable.

Please keep in mind that this was a weekend project that was never meant to scale beyond 20 players. I did not try to make it super efficient or account for every edge case.

Overview

screenshot from the game

[ Continue Reading.. ]

6
0 comments


It's a very minor issue but may be important for some carts. In the web version of PICO-8 using menuitems in the pause menu causes _update and _draw to be called.

Version: 0.2.4c4 web applet

How to replicate

Make a cart that has an _update function defined that will cause a visible change on screen. Define a menuitem with a callback that returns true so that the menu stays open after the menu item is used. Run the cart, pause it and use the menuitem.

Expected behavior

The callback runs and the state of the program is only changed in the way the callback changed it. (This is waht happens in the full desktop app version 0.2.4)

Actual behavior

A frame progresses before the callback is resolved. The calling order seems to be: _update, _draw, callback.

Examples:

Simple example:


Cart #rosoyugima-0 | 2022-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


[ Continue Reading.. ]

3
2 comments


Cart #nojapubahi-0 | 2022-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Wooble Maker

A simple virtual theremin built for the The Tool Jam 2!

A theremin is an instrument that can be played without even touching it. In this simplified version, you can use your mouse (or your finger on mobile) to control both the pitch and volume, with volume on the X-Axis and pitch on the Y-Axis.

You can also make an audio recording by pressing X on your keyboard (unavailable for mobile and web)

2
0 comments


Cart #bonkers-1 | 2022-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

2 comments


Zelda-Like Project

Thanks in advance for trying it out. Stay tuned for updates!

v0.6

Cart #zeldalike_project-6 | 2022-06-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

A small but major step has been added, you can now enter and exit doors. While they currently all go to the same place it is still a bit step towards building dungeons and shops and secrets! Aside from that, I made some small fixes like the character's hitbox size to make it easier to through tight spaces. I fixed some minor map transition issues that caused soft locks.

Though I may not keep it, I'm also experimenting with the alt colour pallet for the caves and dungeons to give it a darker feel.


v0.5.1

Cart #zeldalike_project-5 | 2022-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

[ Continue Reading.. ]

15
6 comments


Cart #shark_attack-3 | 2022-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #speedsnake_ai-9 | 2022-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

This is an implementation of an algorithm that plays snake very well. It's based on a path through all board cells and calculated shortcuts to get more efficiency.

Controls:
X - show/hide the path

Menu items:
ALG - controls which variant of the algorithm is used.
SPEED - Snake's speed, lower = faster.
SNAKE - Change snake visualisation.

The path was generated based on a Hilbert curve. It would work with any path that goes through all board cells, but the Hilbert curve has some nice properties and looks.

I have implemented two variants of this algorithm here, togglable in the menu. "Tail" algorithm tends to follow it's tail very closely when it can't get directly to food. "Blocky" algorithm curls on itself until it has a clear path to food resulting in big patches of snake body later in the game. I believe "Tail" is more efficient than "Blocky".

[ Continue Reading.. ]

12
9 comments


Post game requests here for https://www.lexaloffle.com/bbs/?tid=47699

if possible put:

CATEGORY (ONLY ONE):
game
tweetcart
tool

game name
author
any tags you feel apply (multiple tags are fine)
cart ID

(if enough jam games are put here, a jam category will be added)

4 comments


Cart #dragdropv1-0 | 2022-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Simple mouse drag and drop code snippet.

2
0 comments


Tscherno Jump 1.0

Follow the arrows! Dodge the cats! Avoid the Sawtraps! This game is bloody - bloody diffcult!

Cart #yuyitewaho-1 | 2022-05-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Tscherno Jump is a demake of a game that unfortunately never saw the light of day, by @Asebist and me.

You only need one button, Tscherno and his clones will automatically follow the arrows on the ground, except if you want to jump over them or need to jump an obstacle. Try and figure out the fastest way through the levels!

How to play?

  • press X/O to start running, arrows change your direction
  • collect all coins in a level to finish
  • run into cherries to spawn two clones besides you

[ Continue Reading.. ]

7
4 comments


I've done an HTML export with PICO-8 version 0.2.4c. Holding down Z, A, S, etc., produces the Mac accent character selector and steals input away from the left and right arrow keys.
On macOS version (12.3.1), tried it in Firefox (100.0) and Safari (15.4), in an iframe and not (just to be thorough lol), and all of them have the issue. However, I don't get this problem at all in PICO-8.app or on the BBS.

4
3 comments


Cart #themepark-1 | 2022-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

Controls

Arrows: Move cursor around the screen.

x: Select tool/menu/option.

z: Return to previous menu.

How to play

Take an empty field and turn it into the next big Theme Park!

Select the Tools to access the build menu. Start by placing paths, shops and your first ride. Watch out for the cost of the buildings to be sure to not run out of money. Guests will be attracted to your park over time and spend money at each of your rides and shops. Be sure to keep them happy by providing them with rides, food and toilets.

As you save more money, better rides become available for you to build. Try to build them all and keep track of your park records.

[ Continue Reading.. ]

25
8 comments


The manual describes layers, the optional last argument to map(), like so:

> LAYERS is a bitfield. When given, only sprites with matching sprite flags are drawn. For example, when LAYERS is 0x5, only sprites with flag 0 and 2 are drawn.

To me, this example indicates that only sprites with both flags set should be drawn. However, testing shows that sprites with either flag set will be drawn.

Cart #pederick_mapflagtest-0 | 2022-05-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

If this is as intended, can the manual be updated to say "or" rather than "and"? Something like this:

> LAYERS is a bitfield. When given, only sprites with at least one matching sprite flag are drawn. For example, when LAYERS is 0x5, only sprites with flag 0 or 2 are drawn.

2
0 comments


Notice

You won't be able to use the teleporter (mouse) because it's used to debug, not a part of the game.

Hope you enjoy.

Cart #cc2-4 | 2022-05-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
6 comments


Cart #kareriropo-0 | 2022-05-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #matamunapa-0 | 2022-05-09 | Code ▽ | Embed ▽ | No License
1

1
1 comment


Cart #pico_splore_os-1 | 2022-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Hi everyone. This is a remake of
https://www.lexaloffle.com/bbs/?tid=46049

a few sprites borrowed from (https://www.lexaloffle.com/bbs/?pid=111394#p)

Features:
-select games, tweetcarts or toold
-filter by any number of tags
-filter instead by author
-mouse controls (switch to keyboard in menu)
-probably many bugs
(if no games fit, the list of games will just be the full list)

if you want to see a game added, post it here
https://www.lexaloffle.com/bbs/?tid=47759

11
0 comments




Top    Load More Posts ->