Log In  

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

Cart #chickchicknagui-1 | 2023-06-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

6
3 comments


Cart #airspacedefense-0 | 2023-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Welcome to Airspace Defender! You're stationed at Area 51, and you have to shoot down them aliens!

How long can you last?

CONTROLS:
Use left and right buttons to aim the cannon
Use X to shoot

5
2 comments


Cart #brainlessblobs-0 | 2023-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Brainless Bloberinos

A simple puzzle game I entered into the 'Back to the Beginnings' Game Jam back in March of 2023. The theme was 'Reverse Evolution'.

I was fairly happy with how it turned out, although I never got the chance to add background music; hence the static (Which I tried to pass off as ambiance lol).

Anyway, thought I'd upload it here, cause why not.

Video Walkthrough -> https://youtu.be/_bde9hN4YpQ
Game Jam entry -> https://itch.io/jam/back-to-the-beginnings-jam
Itch.io page -> https://stadam.itch.io/brainless-blobs

5
2 comments


first game published on here

small puzzle game with 26 levels that get exponentially more difficult with something secret waiting at the end

took about 2 months (really only shouldve taken 1 month but i neglected it for way too long) but im pretty proud of it

Cart #explorer_matt-0 | 2023-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

14
3 comments


Cart #shmupforcamille-0 | 2023-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A friend of mine asked me to play my first "game". She's is in vacation. With this online publication, maybe she can discover others games in de beautiful world in Pico-8.

No more descriptions for a complete discovery ;)

from a training of Jean-Philippe Parein

0 comments


Cart #wheatleycrab-0 | 2023-06-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

This is my first attempt at recreating a song, let me know what you think!
Based off of the Wheatley Crab Meme.

7
1 comment


Cart #bananasnail-1 | 2023-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

This is Banana Snail. It isn't a game, it's an experience.

CONTROLS:
Use your eyeballs to watch the snail.
Use your ears to listen to the sounds.

HOW TO WIN:
Watch the snail until the end.

HAVE FUN!!!

10
9 comments


Cart #druid_dash-0 | 2023-06-27 | Code ▽ | Embed ▽ | No License
19

This project is an entry for the MossyMonth 2023 creative jam, with theme: Forest!

Controls:

Story:

Luna was cursed by a cheecky witch to never be able to stop running in a straight line. Help her gather all the magical mushrooms for a ritual to clense the curse once and for all!

Gameplay:

Move in the four cardinal directins while choosing your path wisely. You can never change your path by yourself.

Each forest is it's own little puzzle, can you solve them all?

Export your moves at the end of each stage to the clipboard and share with your friends and us, how many moves did you take! It will copy to your clipboard for your Ctrl+V pleasures!

[ Continue Reading.. ]

19
5 comments


Cart #vibpg-1 | 2023-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A very simple game made for the Game Breaker's Toolkit Jam.

Press the Z button to hit the button when the timer is at zero to get points. Don't press it too early or too late, otherwise you lose. Every time you successfully press the button, the timer resets and you do it all over.

At >10 points, the game starts adding minutes to the timer
At >20 points, the game starts adding hours to the timer
At >30 points, the game starts adding days to the timer
At >40 points, the game starts adding weeks to the timer
At >50 points, the game starts adding years to the timer

Previous Versions


Cart #vibpg-0 | 2023-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


6
2 comments


Cart #razohewipu-0 | 2023-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

its a...
[19x5]
between me and pico-8 where i just cant code without having issues.

2 comments


Cart #ladybetty_0_2-0 | 2023-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


Lady Betty is a simple solitaire game.

The rules are:

1) You may place a card from the stock on any of the bottom 6 piles in any particular order.
2) Cards from the bottom piles can only be moved to empty spaces, or in a suit sequence from A to King to the upper piles.
3) Your objective is to place all the cards, classified by suit and number from A to King, in the upper piles.

The buttons:
Use the mouse left button to pick and or cards.

You can choose to play with a joystick or keyboard at the menu (Enter or Start)
(X) pick a card
(O) cancel pick up
Arrows moves the cursor

Hope you have some fun! =)

============================================
Update v0.2

  • Add mouse support
  • Minor changes

*Please report any bug or problem you had by playing it.

2
0 comments


Hello! I'm not sure where to put this? But...I am getting this error and i'm not sure what's wrong?

Syntac error line 24 (tab 0)
If poison=9 then poisoned=true end

'Then' expected near '='

Here is my code I am working on...

function _init()
sprite=1
stimer=0
last_frame=4
first_frame=1

table={} --example
coin=false --example
string="dragon",23,"fist"
-- example

x1=25
y1=0

x2=50
y2=5
hcolor=8

poisoned=false
poison=0
end

function _update()
if poison<=9 then poison+=1 end
if poison=9 then poisoned=true end
if posioned=true then y1=y1-10 end

--if stimer<=7 then
--stimer+=1
--else
--if sprite<=last_frame then
--sprite+=first_frame
--else
--sprite=first_frame
--end
--stimer=0
--end

function _draw()
cls()
spr(sprite,64,64)

rectfill(x1,y1,x2,5,hcolor)
rect(x1,y1,x2,y2,7)--20,5,7
print("health",0,1,7)
--health bar combo

[ Continue Reading.. ]

1 comment


Cart #coroutine_overload-0 | 2023-07-01 | Code ▽ | Embed ▽ | No License

Cart #galwaygamejam21-3 | 2023-06-30 | Code ▽ | Embed ▽ | No License

Cart #galwaygamejam21-0 | 2023-06-26 | Code ▽ | Embed ▽ | No License

2 player game being made for Galway Game Jam 21. Theme is 'Out of Bounds'.

0 comments


Cart #sozibabku-2 | 2023-06-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

This is my first attempt to create a playable game/gameplay loop while learning Lua and Pico8! Mostly an exercise in problem solving given my very (very) beginner knowledge, without using outside code or premade strategies.

Arrow keys to navigate the menu, x to select, and z to restart or redeal when prompted.

Enjoy!

12
2 comments




Cart #confess-0 | 2023-06-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
22

CONFESS

CONFESS

CONFESS

CONFESS

CONFESS

22
3 comments


I am trying to run pico-8 (raspi edition) on me raspi zero w. I have all the requirements installed but when I try to run pico-8 It asks me "select an application to open 'executable' files" I have tried all of the files andhey all do the same thing. Pls help.

UPDATE:

I fixed it by typing:
chmod +x pico8

1
0 comments


Cart #artery-17 | 2024-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

ARTery

A nice little drawing tool

version 2.7182... (e): "More than ever, hour after/ hour work is never over" edition

features:

  • multiple tools
    • brush tool
    • shape tool (rectangles and ovals, both filled and not)
    • text tool
    • select and move tools
  • multiple palettes
  • 4 steps of undo
  • zoom and pan
  • lots of keyboard controls
  • exporting, both as images and project strings
  • importing, any project strings and images <= 128x128 online, more in pico-8

controls: (keys in QWERTY layout)

  • scroll wheel can be replaced by up/down arrow keys!

  • press tab for in-cart control list! (currently limited info)

  • left/right to change tool
  • ctrl + scroll to zoom
  • 1...0 to zoom (0 = 10x zoom)
  • middle click or ctrl + left click to pan
  • shift + ctrl + scroll or R/F to change dither pattern
  • ctrl + Z to undo
  • alt + scroll to change palette
  • G for grid (zoom >= 4)

  • ctrl+S to save image (screenshot)
  • ctrl+E to export data string
  • ctrl+I to import data string
  • ctrl + ...

    • (B)rush,
    • (F)ill,
    • (T)ext,
    • Q => shape (yeah, idk),
    • (M)arquee (select),
    • N => move ('cause it's next to M)
  • ctrl H/V: horizontal/vertical flip (works with select!)

  • drag and drop to load an image (warning: 128x128 only in forum ...which means saved images are too big to be reloaded by default)

tools:

  • brush tool:
    • left click to draw
    • shift + left click to draw lines
    • right click for eyedropper (color select)
    • scroll to change brush size
    • shift + scroll to change color
  • fill tool:
    • left click to fill
    • right click for eyedropper (color select)
    • shift + scroll to change color
  • text tool:
    • left click to stamp text
    • keyboard input to write text
    • right click for eyedropper (color select)
    • shift + scroll to change color
    • write [\DATE] to append current date (ddMmm)
    • write [\TIME] to append current time (HH:MM; 24h, the better way /hj)
    • ctrl + V to paste clipboard (avoid non-standard characters, incl. newline and tab)
    • alt to clear current text
    • shift for upper-case and symbols
  • shape tool:
    • click and hold to draw shape
    • up/down to cycle shapes and fill
    • right click for eyedropper (color select)
    • shift + scroll to change color
  • select tool:
    • click and hold to make selection
    • just click to clear selection
  • move tool:
    • click and drag to copy and move selection (whole canvas if nothing selected)

[ Continue Reading.. ]

12
0 comments


Cart #znpefj-2 | 2023-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

5
1 comment


Cart #always-3 | 2023-06-22 | Code ▽ | Embed ▽ | No License
22

22
13 comments




Top    Load More Posts ->