Log In  

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

Cart #autotiledemo-2 | 2019-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Controls

  • Left Click: Draw Tiles
  • Right Click: Erase Tiles
  • Z/X: Switch Tileset Theme

Description

Lately I've been playing around with procedurally generated platformer levels and as part of that I started exploring an autotiling function. The goal was to be able to generate a level layout using one algorithm, then apply autotiling to theme the level.

How It Works

The autotile function has a signature similar to map. It accepts six arguments, an x and y coordinate of the map, the width and height in map tiles to apply the autotiling to, the sprite to use as a rule tile for tiling, and a table containing bitmask data for each rule.

The bitmask rules look like this, {0b00000000, 2}, where the first value is the mask and the second value is the sprite id to replace the rule tile with. The second argument can also be a table of tiles to randomly choose from if you want to have a variety of tiles for a give position.

[ Continue Reading.. ]

11
2 comments


Cart #christmas_rpg_doodle-0 | 2019-12-23 | Code ▽ | Embed ▽ | No License
14

This is not a game, just an animation that looks like a Christmas-themed RGP.

Maybe it will turn into a proper game someday.

Merry Christmas pico people! And a new year full of happiness and accomplishments for you and your family!

Twitter | Itch.io | Discord | Youtube

14
1 comment


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

First shot at PICO-8, together with the 7-year-old designer... brace yourself...

1
0 comments


Cart #rutihhife-0 | 2019-12-22 | Code ▽ | Embed ▽ | No License

1 comment


Cart #gabrielsson_shooting_range-5 | 2019-12-27 | Code ▽ | Embed ▽ | No License
2

2
8 comments


Merry holidays and happy advent! The PICO-8 Advent calendar continues, and today's game is Santa Panic!

Santa has lost his personalised wish list! Oh deer! Can you help him choose gifts for each person, and try to create as much joy as possible?

Select which gift you want to go next using the arrow keys. You can release early (once you see a house) with Z - that'll give you a little bit more time to make the next decision.

How much joy can you achieve on Perennial Street? My highscore is 13!

Featuring music by the excellent Gruber (https://twitter.com/@gruber_music)

Cart #santa_panic-1 | 2019-12-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
4 comments


Cart #bepis-0 | 2019-12-22 | Code ▽ | Embed ▽ | No License

Press Z to make the square stop after it disappears. See if you can get it to stop in the red zone

0 comments


Cart #line_spin-0 | 2019-12-22 | Code ▽ | Embed ▽ | No License

0 comments


Cart #stringhashtable-8 | 2024-12-23 | Code ▽ | Embed ▽ | No License
2

Feature Overview

This is a script that parses String data and converts it into a hash table.

  • a single string can initialize many values.
  • returns at least an empty table.
  • elements can be added space-separated.
  • spaces can be replaced with \t.
  • newline codes are ignored.
  • newline can be replaced with \r.
  • {} specifies a table.
  • key=val; key{val} specifies the key and value of the table.
  • if you enclose an empty string, the element will become nil.
  • to initialize with an empty string, use /0/.
  • bool values, and hexadecimal strings are automatically normalized.
  • the first layer can be initialized with global values by using cat() in _env.

[ Continue Reading.. ]

2
12 comments


Cart #yuyepitowu-0 | 2019-12-22 | Code ▽ | Embed ▽ | No License
1

Test cart.

X

1
0 comments


Cart #boxjump-0 | 2019-12-22 | Code ▽ | Embed ▽ | No License

1 comment


Cart #zajodowiyob-0 | 2019-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

​Try to keep your balloon grounded and don't pop so you don't stop. Definitely not a Flappy Bird clone.

This is a game made for the 243th One Hour Game Jam, the theme of which was "Cactus". I made it in 3 hours. I lagged a little.

Also on itch.io.
​

3
0 comments


Cart #maeveparty-1 | 2019-12-21 | Code ▽ | Embed ▽ | No License


An experimental bomb dropper designed by a 1st grader

0 comments


Cart #christmas_present_panic-1 | 2019-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Greeting humanoids, this is the first game release from the group of SORCERY. We hope that you enjoy our humble release filled with Christmas cheer and winter shenanigans.

7
1 comment


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

A little program simulating recursion graphically.

Controls

  • Y Button to call the function
  • X Button to finish ( go back ) a function call.

It is only a simulation. So it should not be possible to go back and forth but I had to stop the calls and thought it would be funny to have some control during the process.

1
5 comments


Cart #pikuhsata-0 | 2019-12-21 | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #snowman_builder-1 | 2019-12-16 | Code ▽ | Embed ▽ | No License
14

We're decidedly into the snowy part of the year, so here's a little cart to celebrate the winter cheer!
The outside cold you need not fear, for you can decorate a snowman from right here!

CONTROLS
Keyboard (Default)
Arrows: Move
Z: Grab/Place
X: Rotate/Cycle Colors

Mouse (Enabled from pause menu)
Left Click: Grab/Place
Right Click: Rotate/Cycle Colors

OTHER NOTES
Switching Control Modes: The cart will automatically switch to Keyboard or Mouse control when you use an arrow key or click, respectively. You can also switch between control modes from the pause menu. The cart will default to Keyboard control.

[ Continue Reading.. ]

14
5 comments


Cart #dogrotto-1 | 2019-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Controls

  • z - Jump
  • x - Restart Puzzle
  • Down Arrow - Use
  • Left/Right Arrows - Walk left and right

Info

The project started as an experiment for learning Lua (and Pico8 to some extent). I had fun, so, I decided to finish and release it. I hope you like it!

Sorry for the lack of snake casing in the code. I usually use camel casing, but Pico8's editor doesn't support upper case letters :/

Update 1.1:

  • X now restarts the puzzle.
  • Down arrow is now the use key.
  • Hint added on the second puzzle that shows how to restart a level.

Version 1.0:

Cart #dogrotto-0 | 2019-12-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

[ Continue Reading.. ]

5
6 comments


so this is the only thing i know to make

1 comment


Cart #fwitutano-1 | 2020-04-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
30

Experimenting with a simple voxel renderer.
The bike is generated in code!

There's an option in the pause menu (p) to use enable camera controls:
arrows: pan
z+arrows: rotate
x+up/down: zoom

30
4 comments




Top    Load More Posts ->