Log In  

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

Cart #one_last_swing-1 | 2024-05-23 | Code ▽ | Embed ▽ | No License
22

One Last Swing

This project is my entry for the Samurai Game Jam 2024 with subtheme: Luck! 🍀
Story:

Patrolling the border you get a message about enemy groups flooding your territory. Now it is up to you to make it back home and ensure the safety of your family!

Controls:

Use X to unsheathe your sword before the clash. If you do not have it out, you will automatically lose. Use ⬇️⬆️ to move your sword between the 3 stances of: High, Mid and Low.

The enemy will attack after a certain time has elapsed, just after they step back! Take that moment to adjust your stance to achieve victory!

Gameplay:

Beat 10 levels to make it back home, and if you feel like it, push your luck further into the endless challenge.

One Last Swing is a Rock-Paper-Scissor like dueling game, where you need to choose the correct stand to overcome your opponents, to regain your honor and to make it back home.

High stance beats middle, middle stance beats low and low stance beats high!

High > Mid > Low > High

[ Continue Reading.. ]

22
4 comments


Cart #rockpaperscissors-0 | 2024-02-05 | Code ▽ | Embed ▽ | No License
4


This is a simple rock paper scissors simulation inspired by this video and others. When units encounter each other, the winning type "spreads" to the losing unit. Use the X or O buttons to restart.

4
1 comment


Cart #bers8-1 | 2024-02-08 | Code ▽ | Embed ▽ | No License
11

About the Game

"Berserk" is a strategic fantasy collectible card game where two players assume the roles of commanders, leading squads of fantastical creatures into battle. During the game, you will maneuver across the battlefield and play tactical combinations to defeat your opponent. The player who destroys all of the opponent's creatures wins.

This collectible card game is loosely based on the world-renowned Magic: the Gathering, but unlike other direct clones, it is based on completely different approaches to the gameplay field and strategic planning. Mechanically, it's something of a cross between chess and battles from Heroes of Might and Magic.

This implementation introduces the so-called "Three Heroes" learning set, which consists of two squads of 9 units each. In the full game, each player has a deck of 30 cards, 15 of which are dealt at the beginning of the match, and the player must assemble a squad according to certain rules. Drafts and sealed tournaments are also possible, similar to MtG.

[ Continue Reading.. ]

11
1 comment


I want to buy pico 8 and tried using amazon pay, there is no option for amazon gift cards and that's literally all I have XD, how do I use amazon gift cards to buy it?

1
3 comments


Cart #cubancakewalk_brymn-0 | 2024-02-05 | Code ▽ | Embed ▽ | No License
6

This cart, which uses one of @bikibird's visualizers provided courtesy of the PICO-8 Free Music Jam (in a beta version, as a co-organizer we helped with testing), contains an arrangement of the music of someone we'd never heard of: James Timothy Brymn's "Cuban Cake Walk".

And that's a shame, because (a) Lieutenant James Tim Brymn was apparently an absolutely legendary Black American arranger, composer, and bandleader, one of the people who helped give birth to jazz as we know it today, and (b) while we didn't manage to include the entire composition in this, "Cuban Cake Walk" is a delightful piece of music with a really fun bouncy groove. And if we hadn't clicked on the IMSLP website on a day when it was being featured, we'd know none of this.

[ Continue Reading.. ]

6
1 comment


Hey, I tried to add my YouTube channel in my user settings on this website, but each time I click on a field I get an error:

Error // Bad Data Format: <!DOCTYPE html>
...

then the field is replaced with [error]

The same occurs when checking Cart Listings: Make Favourites Public / Make Likes Public

4
3 comments


Cart #langtons_ant_tweetcart-0 | 2024-02-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Langton's Ant is a tremendously simple system played on a grid of pixels that can either be on (white) or off (black). Each during timestep, the ant moves forward in the direction it is currently facing (I have it facing right at the start). Then, if the ant was on a black square before it moved, it makes the square white and turns right; if the ant was on a white square, it sets the square to black and turns left. And... that's it. But despite these incredibly simple rules, Langton's ant emerges from the apparent randomness after about 11000 steps and starts forming a recurring "highway". In fact, Langton's ant not only tends toward this self-organizing behavior, but also is capable of computation with the right setup (i.e. it is a universal Turing machine) -- see this paper for a proof of that.

[ Continue Reading.. ]

2
4 comments


i made my first game for release! it's a bite-size fangame for the atelier franchise, about being a young alchemist in a town down on its luck. can you bring back the fireworks festival that used to light up the skies?

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

it's extremely short for an rpg (15 minutes total). i made a dialog-heavy crafting RPG in pico-8 because i fear neither god nor man. a major goal i had was to make something that felt like a Real Finished Game, rather than an isolated tech demo or something. so it's got a beginning, middle, and end, and talk sprites, and ui animations, and so on. i'm ridiculously proud of this - i've never made a game as finished as this before. please play and enjoy! and tell me what you think!

[ Continue Reading.. ]

6
2 comments


Cart #resmguse-0 | 2024-02-04 | Code ▽ | Embed ▽ | No License
1


Hi, I found some strange behaviors with sfx and music that looks like bugs
( I marked with "X" when it's behaving strangely)

bug 1: releasing loop of an sfx:

  • play a looping sfx
  • release it's loop: sfx(-2)
  • the sfx will complete it's loop and then stop emitting sound
    X but if you check with "stat" you can see that the sfx is still "playing" with no sound
    X it can still block a channel that the music will not be able to use, for ever until it's replaced by another sfx

bug 2: playing a sfx that is already playing in the music

  • play a looping music that contain a specific non-looping sfx using music()
  • play the same sfx using sfx()

[ Continue Reading.. ]

1
0 comments


Cart #demonfirebybandd-0 | 2024-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


This is the first game by father and son game development team bandd! We followed Dylan Bennett's Top-Down Adventure Game Tutorial on youtube. We did a little bit of our own remixing, including transforming a movement bug into a feature, allowing very difficult diagonal movement between obstructing objects!

This game is very challenging. B, the 8 year old member of bandd Games only enjoys playing the most sadistic levels of Geometry Dash and making levels in Super Mario Maker with no floors, which his dad won't even try to win. He created the music, sprites and--unfortunately for you--the map for this game, and it's short but EXTREMELY TOUGH! He was able to eventually beat it, or we wouldn't have posted it. So good luck!

[ Continue Reading.. ]

2
3 comments


Cart #bouncy_war-4 | 2024-02-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


Balls that color the screen and bounce off different colors.
PRESS X or C to change the start setup
Inspired by https://mastodon.gamedev.place/@[email protected]/111828811846394449

7
4 comments


Cart #kogateyane-1 | 2024-03-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Cart #kogateyane-1 | 2024-03-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Cart #kogateyane-1 | 2024-03-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Cart #kogateyane-0 | 2024-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

[ Continue Reading.. ]

2
1 comment


Cart #tagujeyeyo-13 | 2024-03-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

An in-progress/demo of a puzzle dungeon crawler I've been working on.

4/2/24: Got major elements in now, just need to get LOS and enemy movement sorted out before doing SFX for various bits.
7/2/24: Added in event triggers, splash screen, tweaked screen wipe, item handling/classes, and redesigned tutorial levels and demo levels.
8/2/24: Tweaked event triggers, collapsing floors only collapse after you walk on them and monsters move, added teleporters and appearing/disappearing walls, creatures on impassible tiles at the end of the round die instantly
9/2/24: Added basic AI for creatures (still missing LOS code), additional description for classes, a turn counter to track speed and to control dungeon elements

[ Continue Reading.. ]

7
6 comments


-- PICO-8 Cartridge

lua

-- Initialization function
function _init()
player_x = 64
player_y = 64
end

-- Update function
function _update()
if btn(0) then
player_x = player_x - 5
elseif btn(1) then
player_x = player_x + 2
end
end

-- Draw function
function _draw()
cls() -- Clear the screen

-- Draw the player as a filled rectangle
rect(player_x, player_y, player_x + 8, player_y + 8, 7)
end

0 comments


Cart #praxis_fighter_x-2 | 2024-02-12 | Code ▽ | Embed ▽ | No License
222

Controls

  • ◀▲▼▶: Move
  • Hold (X): Fire main weapon (spreadshot)
  • Hold (O)/Z/C: Charge secondary weapon (bomb) / focus mode.
  • Enter: Pause/menu

About

Praxis Fighter X is a fast-paced single stage retro shoot-em-up. Dodge bullets and fight off the militarized police force defending a corporate toxic sludge pipeline.

Inspired by old-school shmups/STGs, the game focuses on reflex-based action and satisfying destruction while including some modern comforts like a smaller player hitbox and a focus mode.

It's on the difficult side but with dedication and the power of 3 Continues you will persevere.

[ Continue Reading.. ]

222
36 comments


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


This is a game I made before I made this account, in fact this is the first game I made on pico-8. It never really had a name until now, just being called 'coingame'. But now that I'm releasing it I decided to give it a slightly better name, Green-Man's Coins.
Green-Man will likely appear in future games, including a way better one that I'm working on right now.
Feb 2, 2023: Deluxe version! menus, music and more!
Items:

  • GreenMan: Your character. Use the directional buttons to move.
  • Friend: Friendly character. Will destroy an enemy if it touches one.
  • Enemy: Enemy character. You will lose one life if you touch an enemy.
  • Coin: Collectible. Collect one to increase your score.

[ Continue Reading.. ]

2
4 comments


Just improved my run, almost halved the time. Maybe I could try the second one too?

0 comments


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




Top    Load More Posts ->