Log In  

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

21 squid!

Cart #squid21-0 | 2020-07-31 | Code ▽ | Embed ▽ | No License
2


a lovely squid game with 3d, and too many yellows,blues,oranges and greens.

2
5 comments


Cart #kyrosmansion-0 | 2020-07-31 | Code ▽ | Embed ▽ | No License
2

Kyros Mansion

This is a game I created with my son for fun and this is our first game in pico-8.

Please have fun playing!

2
1 comment


So the Analogue Pocket is available for pre-order in a few days, if you haven't heard of it yet you should definitely check it out.
https://www.analogue.co/pocket

How awesome would it be if this thing could run Pico-8 cartridges!? Is that even possible? What kind of hardware requirements does pico-8 have?

2
12 comments


Cart #selena_2-0 | 2020-08-12 | Code ▽ | Embed ▽ | No License
13

BaldJared's ancient mod from 2016, recreated for everyone to play! Hope People Enjoy!
This mod does require some understanding of speed tech, so play at your own risk!

13
16 comments



Hey all!

I recently released my game Gravitaz (https://www.lexaloffle.com/bbs/?tid=38597), and thought that it might be useful to put the particlesystem (and a modified version of the stars effect) in its own post so people can use it if they want.

It's pretty lightweight (coming in at just 92 tokens! I'm sure it can be lightened a bit more too), and can be used in a number of ways.

It is decently limited, but if you need super simple particle effects with a number of pixels, this should do the trick.

Let me know if you have any questions, the files are also available on Github (plus a slightly more powerful Love2d Version if that's what you're into) at https://github.com/KeplerElectronics/keplers_light_particlesystem

[ Continue Reading.. ]

1
0 comments


Cart #picodoc-1 | 2020-07-30 | Code ▽ | Embed ▽ | No License
1

After seeing PICO-Tune, PICO-CAD, and PIC-OS I thought it would be cool to make my own utility tool, so somehow that lead me to create the lamest tool I could think of! A document tool! Yay!

A few notes on operation:

This does not work on web, it is a local PICO-8 tool.
To use this tool, put it in a folder in your OS, name it something like Docs.
Once you start up the tool you can hit the menu button and click create new document to create an empty document.
Then go into the directory and rename the new document to <name>.p8 and run this file.
After you go through the document setup as many times as you want, you can use PICO-Doc normally.

1
0 comments


Here's a tiny entity-component-system framework for anyone who might need such a thing! It weighs in at only 108 tokens as of v1.0. This framework assumes (but does not technically require) the strictest definition of the concept, that being that entities and components define no behavior internally but rather are acted upon by externally defined systems that function on the data contained in the entity/components themselves.

The implementation of systems is a slightly refined version of @selfsame's earlier implementation, which treated the "components" simply as keys of the entity, rather than modular objects in their own right. It's also been slightly token-optimized, at 38 instead of 47, but assumes at least the table structure implemented by the entity factory function. I highly recommend @selfsame's version if you need something even more lightweight than this, at the cost of a little flexibility.

[ Continue Reading.. ]

13
6 comments


Cart #titaragedi-0 | 2020-07-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Hi! I'm Japanese Student!

I used pico-8 for the first time when it was handled in a college class.

I made it using the Mot's tutorial.
https://www.lexaloffle.com/bbs/?tid=35767

Thanks to his tutorial, I managed to bring this game into shape. And I learned how to make pseudo 3D game.

I would appreciate any constructive comments.

Thank you very much.

5
2 comments


I'm trying to create a game where there are multiple enemies on the screen at once, but I can't find an easy way to store the enemys' position other than to create a million variables. Is there any way to avoid this?

2 comments


Cart #rocketjumpwaltz-2 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

One of my favorite songs from the Team Fortress 2 OST.
Original by Mike Morasky

7
2 comments


Hello everyone,

I am a first year Japanese university student exploring game design.
This is my first time making a game.
My teacher introduced us to MBoffin's tutorial:
https://mboffin.itch.io/pico-8-top-down-adventure-game-tutorial
This is my remix.

I would appreciate any constructive comments.

Thank you very much

[ここで日本語を追加しましょう]
赤い〇に入ったらクリア
動いてるやつに当たったら死にます

Cart #sanugezudu-0 | 2020-07-29 | Code ▽ | Embed ▽ | No License
1

1
2 comments


Thick line drawing routine (as a reply to @JadeLombax Twitter).

Cart #rabogemeri-0 | 2020-07-29 | Code ▽ | Embed ▽ | No License
9

Manual:

linefill x0 y0 x1 y1 r [col]
draw a 2*r pixel wide line
note: r must be >= 0.5 to produce meaningful results
note: the code uses sub-pixel precision rasterization, allowing smooth movement

Example:

-- 4 pixel wide white line
linefill(45,34,67,96,2,7)
9
8 comments


Cart #spritestack-0 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
37

Hey all,
I got a lot of questions on how I did the sprite stacking for my train demo, so I put together a simple example.

In short, objects are sliced vertically and drawn accordingly.

Then it's a matter of drawing them on top of each other, offsetting them more and more for each one.

To get the nice voxel/3D effect you also need to rotate the stack. In the example above the rotation function is courtesy of Frederic Souchu

Have fun!

37
17 comments


I've tried to upload several times a new version for a cart but seems something breaks that cart in particular... everything runs fine locally (windows machine) but the uploade version gives a syntax error in an odd place (inside one px9 generated string)

I saved the cart a few times but results are the same... any idea on the reason and a potential fix?

cart is

Cart #deflektor-17 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

(and a few of the previous ones... 14+) In terms of changes against version 13 there's a few extra lines and some extra bin data in the map area. Not htting any of the limits (compressed at 98%,7253 tokens, 48153 chars)

2 comments


I started getting a weird error with my recent upload to the BBS, which seems to be related to the version bump in the html player from 0.2.1b to 0.2.1c dev - it throws a syntax error about an incomplete string that is indeed complete in the code :/

Cart #startrax_02-6 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

5 comments


Hello everyone! Today is the day! Blackhole.io developer version! Here's the cart:

Cart #bhiodev-0 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Enjoy!

How to play and how to use the cheats here: https://www.lexaloffle.com/bbs/?tid=38961

1
0 comments


Cart #suditotaki-0 | 2020-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Remake of Thrust, an old C64 game (although I first came across it on the school BBC Micros). The first game I ever saw that had anything approaching "proper" physics, I owe it a lot.

Z shoots
X fuel scoop/tractor beam/shield (burns fuel)
Up to thrust, L/R to rotate

-Grab the pod using your tractor beam when you're close enough and escape the level
-Active your fuel scoop (X) when near fuel to pick it up
-X also activates a shield, but it burns up fuel
-Shoot the reactor (but not too much...) to temporarily disable the turrets
-Or just shoot the turrets
-Later level have switches. Shoot them, too

[ Continue Reading.. ]

5
2 comments


Just a quick little demo room to test out physics for my new favorite astronaut, Willie. I'll upload and update here as the game comes along. Currently "x" starts and "z" turns on debug mode. Arrow keys to move and jump.

Cart #smallbackpackbeta0-1 | 2020-07-28 | Code ▽ | Embed ▽ | No License
1

1
2 comments


I'm having problems with the del function; its behavior doesn't seem to match what the documentation says it should do. From the docs: (pico-8.txt)

del  t [v]

    Delete the first instance of value v in table t
    [...]
    When v is not given, the last element in the table is removed.
    del returns the deleted item, or returns no value when nothing was deleted.

So, calling del(arr) should be equivalent to calling deli(arr,#arr), right? Both should pop the last element off of arr as far as I understand. But when you run the cartridge attached to this post, the O button works but the X button doesn't

3
9 comments


Cart #bingocallsheetv1-0 | 2020-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Slapdash call sheet for a Zoom game of Bingo my mom's going to host with her coworkers from Liberty Mutual--hence the logo in the corner. I have some ideas for how to make it prettier:

  • randomization animation where it clicks through options before slowing down and settling on one
  • menu / game over screen
  • big blinking button to randomize--more tactile
1
0 comments




Top    Load More Posts ->