Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #tetrizz-1 | 2023-03-19 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Hi

I was looking around to see if I could use the notifications that pop-up in my game.
I was unable to find anything.
Example: "high scores cleared", "game saved", ...
Does anyone know if this is achievable? And do you care to share? :)

thanks in advance

3 comments


Cart #robbo-1 | 2023-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

Robbo is a classic arcade game released for the Atari XL/XE computers in 1989 by the Polish studio LK Avalon. The game was designed by Janusz Pelc, and the gameplay is focused on solving puzzles and using logic to find the best path through each level. The game was praised for their unique and appealing design, and remains a beloved classic that has been ported to many other systems over the years. I believe that every platform deserves a port of this game, and a few weeks ago I realized that there is no port for the Pico-8.

I ported the full original version of the game, consisting of all 56 levels. I tried to keep the resemblance to the original version as close as possible. This was quite difficult with the lower resolution, different pixel proportions and square screen, but my advantage was the higher number of colors - 16. I also added some title music, there was none in the original version. It took me a few weeks, and I'm quite pleased with the result.

[ Continue Reading.. ]

14
6 comments


Cart #one_button_rpg-0 | 2023-03-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


Here is an one_button_rpg that we did in a gamejam. It has multiple endings and a branching game-tree.

5
6 comments


Space Game

a continuation of this project but with actual gameplay

Cart #spacegame-1 | 2023-03-17 | Code ▽ | Embed ▽ | No License
4

Use arrow keys to turn and move, z to explode (currently just to test the feature, will be removed later)

The Idea

A game that mixes many popular space games, with movement similar to Asteroids, space fights like Galaga, and maybe more in the future. There will be an element of upgrading your spaceship and a currency and whatnot as well.

Current Features

  • Parallax background effect
  • Goodish movement
  • Cool particles
  • Runs at 60fps

Planned Features

  • Asteroids / Asteroid mining
  • Space Pirates
  • Space Stations

[ Continue Reading.. ]

4
1 comment


Cart #p8ooccapture-7 | 2023-07-11 | Code ▽ | Embed ▽ | No License
10

Feature Overview

Capture the string for "One-off character" used in P8SCII from the sprite sheet and copy it to the clipboard.

  • Simply print() the copied string to draw an image like spr().
  • No decoder implementation is required.

!! Uses mouse control which does not work with BBS.

Please download and use it. !!

Type on your console

> load #p8ooccapture

Note: Turn on "PUNY FONT MODE" when pasting into the code.
Depending on the character, sound may be made or the display of raw characters may be corrupted.

I have made one in the past with fillp and rectfill for equivalent purposes(FILLPatDraw), and I believe P8OOCPrint will be lighter and faster performing than this.

[ Continue Reading.. ]

10
6 comments


Cart #goblinsino-3 | 2023-03-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

-Update fixed dungeon mapping (hopefully) thanks to user @mcman for pointing it out

A small roguelike where all the loot comes from gambling at a casino featuring 3 minigames.
Dive 5 floors, kill the Lich and escape.
Please check in game manual for combat, beastiary, and gambling game rules.

Kobold Fishing

Dwarven Mining

Gobbly Bets

5
1 comment


Cart #syndrome_pbesstudio-0 | 2023-03-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Ne faites pas n'importe quoi à la centrale nucléaire. Merci de garder le rythme tout au long de la chanson et tenez bon jusqu'à la relève...

Fessenheim Syndrome est le troisième effort de PBeS Studio/// merci pour votre considération.


Do not do anything at the nuclear power plant. Thank you for keeping the rhythm throughout the song and hold on until the relief...

Fessenheim Syndrome is the third effort from PBeS Studio /// thank you for your consideration.

---utiliser les touches X & C et les flèches
---Use the keys X & C and the arrows

[ Continue Reading.. ]

2
4 comments


Cart #alienty-0 | 2023-03-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

                     

PLOT

Alien types are invading our planet DESTROY THEM AT ALL COSTS!!!
Good luck soldier

CONTROLS

ARROW LEFT : left
ARROW RIGHT : Right
'Z' : Fire!

CREDITS

DEFIANT WARCRY! Presents
a game by wdi 2023

2
2 comments


Cart #airwolf_pico-3 | 2023-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10


At the command of the Airwolf, you must rescue a prisoner scientist in an underground complex.
Your time is running out.
Destroy the buttons to open the path.

  • cursor keys to move
  • z to fire (w on ascii)

About the game:

This game is inspired by the amstrad airwolf game released in 1985.
At that time I was a kid and I expected a lot from this license.
Unfortunately, the game was far too difficult.
A legend even said that the destruction of the last switch of level 1, crashed the game and prohibited going to the next levels. No one had ever seen level 2.
Last year, I thought about it and said to myself: this mystery must be solved.
So I completely reversed the assembly code of the game.
In doing so, I noticed that the crash of the last one came from an infinite loop which seemed voluntary.
There is only one level and no code to handle the end.
Everything in the sources suggests that the game was released too quickly and not finished.
When you spend hours studying someone else's code, you end up bonding with their ghost.
Since then I have the impression of guessing what the author (Richard Chappels) wanted to do at the time.
So, I wanted to push the concept to the end.
Here is the airwolf game of my childhood; rewritten to follow through on its original concept.

10
18 comments


Cart #kuduziruda-2 | 2023-03-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


z:more balls
x:grid on/off
arrow keys:scroll

example
URL https://github.com/selfsame/carts/blob/master/buckethash.p8

0 comments


Cart #payesagajo-21 | 2023-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


Version 1.4.4

A simple little bullet hell game

Update Info

1.4.4 Changes:

  • Added the option to turn off deaths to make the game a little easier (score will not be calculated if at any point in the game you turn off deaths)

1.4.3 Changes:

  • Added a title screen
  • Added optional keyboard input display (in the pause menu)

1.4.2 Changes:

  • Adjusted the speed of the bouncer to make it a little harder
  • changed the restart function from load() to run() (Thanks to @MrAwesome for the suggestion)

1.4.1 Changes:

  • Adjusted starting difficulty

1.4.0 Changes:

  • Chickens.

Special thanks to my band friends for testing

Version Archive

Version 1.4.3


Cart #payesagajo-19 | 2023-04-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


[ Continue Reading.. ]

5
17 comments


Cart #jakub10ext-0 | 2023-03-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Roguelike - 10 lines

It's an extended version of Jakub Debski's 10 liner roguelike for the Atari 800 Turbo Basic XL. Previous port can be found here

Extended features

  • Balanced the weapon damage and pickups
  • Added a spin attack, can be activated with FIRE button (C) but needs 10 rounds before fully charged (hero turns orange color)
  • Added a boss level (lvl 9)

How to play

To win you have to survive to level 9 of the dungeon.

In the dungeon:
웃 - represents your character. Move using joystick.
◆ - gold - collect as much of it as you can.
♥ - healing potion restores 5 hit points

[ Continue Reading.. ]

6
2 comments


Cart #sprite_generator-2 | 2023-03-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
3 comments


New Version !

Cart #dotmaze-3 | 2024-01-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

Hi everyone, just completed my first game called Dotmaze, hope you enjoy ! Let me know if you have any comments or if you were able to finish the game ;).

Some details about the game :

  1. 10 levels + bonus levels and a final boss
  2. You can play in coop up to 8 players
  3. 3 Different endings
  4. Includes a versus mode to compete against friends
  5. x to shoot laser (cost 1 power) and z to activate equipment (shield pistol or bomb)
  6. Pickup power from yellow orbs or destroying walls
  7. If you pickup goggles it will reveal hidden stuff like cracked walls, portals, and the cross
  8. Portals brings you to special levels that has chests in which you can find permanent power ups

[ Continue Reading.. ]

12
3 comments


Cart #boomerangbetty-0 | 2023-03-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

As the old saying goes: the road to hell is paved with robots and spikes and stuff. And, to Boomerang Betty, that sounds like her kind of fun! Armed with her ancient magic boomerang, she's off to adventure. Guide her through 8 intense platforming levels, filled with traps, pits, and all kinds of hazards.

Boomerang Betty is side-scrolling platformer, where you jump, run, and throw a boomerang with teleportation powers.

HOW TO PLAY


Use the LEFT/RIGHT arrow keys run. Press X to throw your boomerang in the direction you are facing, or hold the UP or DOWN arrow keys to throw the boomerang up or down. Press Z to jump.

Throw the boomerang at enemies to destroy them.
Not all enemies are destructable at all times and
some not at all.

After having thrown the boomerang, press throw
again to teleport Betty to the boomerang's
location. Betty must then hold the boomerang while
touching the ground to regain her teleportation power.

Jump at a wall, then press jump again to make
Betty perform a wall jump.

Combine different actions to perform various
advanced moves.

25
12 comments


Today is 3/14 (In America, sorry everyone [?] else). This is Pi day.

I present a "fun" program that kinda calculates an approximation for Pi. It uses a Monte Carlo method, which isn't exact, but can get close over time. Being in PICO-8, it can't run for very long before running out of memory, but it still kinda works.

For more on Monte Carlo methods, I adapted mine from this Wikipedia page

Cart #happypiday-0 | 2023-03-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

fun fact: If you edit the program to have the line srand(314) toward the top, it will get 3.1416, the closest you can get to Pi with only 4 decimal places (It would be 3.1415, but the next digit is 9, so rounded, it's closer).

5
2 comments


Cart #gundrops-0 | 2023-03-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Get as many blue detonators as you can.
Get the + for more weapon

Controls

Single Stick:

Arrow keys / d-pad to move
Z / 🅾️ to shoot
X / ❎ to toggle direction lock

Dual Stick Sort Of:

Arrow keys / d-pad to move
S, E, D, F to shoot
(we're cheating by using the 2-player controls because I honestly thought I would be satisfied with single stick, but here we are)

P: Pause Menu
From the pause menu you can swap move/shoot keys and turn on "autopause" for a more turn-based experience.

Made for 7 Day Roguelike Challenge 2023.

11
2 comments


My first try at making a genetic algorithm, I will use it as the base for other projects.
I recommend using the black and white filter in the accessibility settings, since the values are based on the darkness of the color, darker to clearer as values become larger.

Cart #hahizufini-1 | 2023-03-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

8
5 comments


Cart #flappy_shrike-0 | 2023-03-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
0 comments




Top    Load More Posts ->