Log In  

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

Cart #rush-1 | 2024-02-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Here is my second game on pico-8 platform. It's simple and challenging at the same time.
Try and share your speed record 🚗 My is 640 km/h

Github

5
4 comments


Here’s a simple example:

a=0
while(a<4) a+=1 if(a!=3) ?a
print('lol')

Expected output:

1
2
4
lol

Actual output:

1
lol
2
lol
lol
4
lol
4
0 comments


CPU meter can also be switched using Ctrl + O. As per the PICO-8 manual, originally only Ctrl + P is required.
This specification seems strange to me.

Recently, it has become possible to implement an option to operate in combination with Ctrl.
For example, when developing tools, there are times when you want to use the Ctrl + O keys to open files (data).

2
1 comment


Cart #jumperjump-0 | 2024-02-01 | Code ▽ | Embed ▽ | No License
3

Some school project that needs some work on (Im very new to coding and pico-8!)

I still have yet to know how to add coins or enemies within the game

so please if you have any advice feel free to pitch in any ideas to help!

3
4 comments


Cart #joke_fighter-0 | 2024-02-01 | Code ▽ | Embed ▽ | No License

This is my game for global game jam 2024, from Rome, Italy
It's a Street Fighter style game turn based. Your opponent starts a joke, and you have to replay in the right way using the right movement combination.
Jokes are in italian just because they are inspired by Pera Toons a famous italian author for kids. The game is designed in coop with my 9 years old daughter Margherita who also creates the pixel art

0 comments



Album is a collection of music visualizers for the PICO-8 Free Music Jam. Just add your music, cover art, and a little bit of meta-data to make your own album.

Controls

Press ⬆️ to dismiss the credit for the tune.
Press ⬇️ to see the credit.
Press ⬅️ to listen to the previous tune.
Press ➡️ to listen to the next tune.
Press ❎ or 🅾️ to replay a tune.

Suggested workflow

  • From the PICO-8 console load #album.
  • Save the album under a new name to make it yours.
  • Create your music in the cart or manually copy the SFXes and music pattern from another cart.
  • Replace the cover art and label.

[ Continue Reading.. ]

10
0 comments


UPDATE 14 FEB: HOTFIX

UPDATE 13 FEB 2024: READ THE INSTRUCTION MANUAL FIRST!

I put a lot of work into it. Download it as a pdf or just expand the spoiler to read it on the BBS:

--PHOTOSENSITIVITY WARNING:--

This game has tons of cycling colors and flashing graphics.

Cart #pony9000_1_3_3-0 | 2024-02-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
64

[ Continue Reading.. ]

64
27 comments


Cart #noending_by_packbats-1 | 2024-01-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Someone randomly mentioned Minecraft on the official unofficial Discord, and with the PICO-8 Free Music Jam starting tomorrow (plug!), that inspired this chill but slightly dissonant background loop. Approximately two and a quarter minutes long, uses 00, 01, and 02 for custom SFX instruments, total of 15 SFX and 16 patterns.

Music is CC-BY-NC-SA 4.0, art is "Twilight" by RDexter on Flickr, CC-BY-NC 2.0.

1
1 comment


Cart #keynum-0 | 2024-01-31 | Code ▽ | Embed ▽ | No License
2


看看这里
点击❎停止随机
点击🅾️取消遮罩
点击⬆️⬇️切换上下两行

2
0 comments


Cart #sokobantestlabs-1 | 2024-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Hello everyone, this is my first cart, as well as the first time I'm posting here.
Please enjoy the game; it's a work in progress and will definitely be very buggy.

Sokoban Test Labs (0.1.2)

Play classic sokoban with new mechanics and rules

--Work in progress--
-Portals
-Clones
-Time Travel (sort of but not really yet)
-Switches & Pistons(not yet implemented)
-Small World Map (not yet implemented)
-Timers/Timed Objects (not yet implemented)

Controls:

Up, Down, Left, Right - Move Character
Press O to idle or wait a turn

Press X to undo
Hold X - Restart Level

Rules & Guidelines:

Place boxes on every switch to complete the level
Unlike traditional sokoban, you can push multiple boxes in a row
Portals (the weird vortex thingies) will teleport boxes and clones, unless both ends are blocked by something
Green boxes and green clones don't interact with portals at all

Changelog

0.1.2
-Added a turn counter
-Added an idle and an undo function
-Press O to stall a turn
-Press X to undo last move

2
0 comments


Cart #hofeyakade-1 | 2024-02-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

My First Try - This "Game" is a Test!

After some umming and ahhing I decided to give PICO 8 a try. I've played around with the likes of Unity before, but for all intents and purposes I'm a complete noob when it comes to both coding and game dev.

The Intention

My intention here was to get familiar with PICO 8 and Lua. I spent a few weeks looking at tutorials and making up as I went along. The general plan was to create a vertical slice of a top down shooter in a similar vein to the classic VIC-20 game AMOK.

The Concept

The protagonist is able to move and shoot projectiles in 4 directions from a top down perspective.

[ Continue Reading.. ]

8
8 comments


Cart #sejewiwiru-0 | 2024-01-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

Hi everyone! This is my first time putting a cart here. I made this for the pirate software gamejam 14.

So yeah, have fun!

18
7 comments


Now it's time to move on to the real game. This is only the start of the torture in comparison to the real game's C-sides.

0 comments


Cart #dapehofote-0 | 2024-01-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
2 comments


Cart #tidikakuka-1 | 2024-02-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

A little demo I made using the sprites from Metal Gear Solid: Ghost Babel. Testing out working with larger sprites.

5
3 comments


Hi, new to PICO-8. I installed it on my Mac and it runs fine. But I downloaded some carts from Lexaloffle and when I copy the pathname to one and type "load PATHNAME" I receive the "Could not load" message. It doesn't matter which folder the cart is in and I've tried it with two carts that my friend got working. I checked that PICO-8 has read/write permissions. What could be going wrong?

Thanks

1 comment


Cart #glarkvsgooblins-0 | 2024-01-29 | Code ▽ | Embed ▽ | No License
4

Welcome to Glark vs Gooblins! This was my first time using Pico8 and I had a blast.

Use arrow keys to move.

Use Z to swing the hammer in the direction Glark moved!

Use Z to throw the hammer, but make sure you're moving!

Use Z to catch the hammer if it's flying! Careful though!

Use X to throw bombs! Make sure you have some.

Try using the hammer to smack a bomb!

Please leave a comment if you enjoyed the game, and check out my other offerings on Itch.io!

  • Spagoodlers
4
2 comments


PELOGEN2 has released!!

I previously created a 3D modeling tool called "pelogen".
It was designed to run on pico-8 with a minimum amount of data, and with its 16x16x16 vertex coordinates and one-stroke triangulation, it was almost exclusively a tool for myself.

This time, the specifications were revised from there, and the tool was created with an eye to making the data a bit larger and easier to model.

  • The vertices will be edited in such a way that triangles are added, instead of the specification of adding vertices one by one.
    And we will set a color for each face.

  • You can JOIN the vertices of each triangle to simplify vertex movement and build complex shapes.
  • You can duplicate selected triangles and rotate or flip vertices by a limited number of angles.

[ Continue Reading.. ]

3
0 comments


Cart #dont_fart_dont_die-0 | 2024-01-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

A pig and a duck have to escape from the sausages factory.

They have to help each other to succeed.

Push the buttons and have some surprises.

2 players only - Use controllers for a better experience.

Arrows to move and a button to jump and a button to fart

13 levels and a final boss. Enjoy beautiful moderns 2D graphics and surround sound.

Don't fart too much and enjoy.

Made with PICO 8 in 48h in Metz in France with Extracoin during the global game jam 2024.

Made by PBeS Studio Extend version with Elisée and Lois.

12
6 comments


Cart #trustme-0 | 2024-01-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Control

o - Jump
x - Throw (when carrying a brother)

About

Guide the twin cats to their childhood friend Mii-chan.

This is a cooperative(?) game for two players only.
(Maybe you can play alone by TOGGLE 1P-2P from PAUSE MENU..🙄)

The game is created at GLOBAL GAME JAM 2024.

[32x11]

[sfx]

[ Continue Reading.. ]

9
0 comments




Top    Load More Posts ->