Log In  

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

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

In a quiet mountain range, on forgotten training grounds,
two warriors stand, ready to compete in a pure test of ability.
No tricks or gimmicks,
just their brawns, brains, and faithful swords.

Bushi Brawler

...is a minimal 2d platform fighter, inspired primarily by Super Smash Land and FOOTSIES.

Made alone by someone who plays barely any fighting games, platform or not, for the Samurai Game Jam.

Subject to be updated some day with added characters and better physics, attacks, and AI.

FEATURES:

  • a 2 player and a vs CPU mode
  • 1 character type, 1 stage
  • no health, just increasing knockback. hit your players off the edge or into the sky to win!

[ Continue Reading.. ]

20
9 comments


Cart #fasobizutu-6 | 2024-02-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

A simple single-draw solitaire game.

  • You can navigate the board with the directional buttons, Z to select/move a card and X to deselect.
  • You can move cards to a stack by selecting anywhere on the stack.
  • You can move the card from the end of a stack to the 4 spaces at the top (if possible) by double selecting the stack.

Changelog:[hidden]
v1.1

  • Fixed crash when selecting an empty space in the scoring area at the top

v1.2

  • Added a colour mode (toggleable from the menu)
  • Removed the flipped section of the cards for clarity
  • Changed the look of the empty slots to better distinguish from cards
  • Added "score:" to the score counter

v1.3

  • Fixed incorrectly scoring 15 instead of 10 for moving a card to the scoring area

v1.4

  • Fixed not being able to play a new game after winning a game

v1.5

  • Fixed selection indicator not appearing when you select a card in the scoring area
  • Fixed giving points when a card moved from one slot in the scoring area to another

[ Continue Reading.. ]

10
7 comments


Is there a way to, at runtime, trigger a reload of the game (changed code, possibly with #include s, and all) ?

Reason : I'm coding in an external editor and want to eliminate the edit-save-switch-run-switch loop by periodically, say within _update, trigger said reload+run.

Thanks

1 comment


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


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




Top    Load More Posts ->