Log In  

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

Cart #smaspico8-2 | 2022-05-27 | Code ▽ | Embed ▽ | No License
2

@Gabe_8_bit has wonderfully done an excellent job with the base. i made a custom launcher from it. thanks.
i insterted the game, and the cart. noice.

2
2 comments


Hard Vacuum: Keep the Ship Clean!

I'm working on my first Pico-8 game in which you are a robot vacuum aboard a space ship. My working title is "Hard Vacuum," which is a pun I'm fairly proud of 😅 I've implemented basic movement for the character and a not super efficient method of drawing a trail following the vacuum. This will be used as visual feedback as well as for score calculation. I had hoped that I could fill a circle with a pattern that was half color, half transparent, but apparently that doesn't apply to the fill functions 🥲 Needed a break from coding, so I started on some sprites for the map. CC Welcome!

0 comments


I have seen a number of pico-8 home-made consoles and had an idea: what if there was a pico-8 operating system, designed for making that sort of thing.

--If I am confusing or missing big parts of the idea, please let me know!

here is what I came up with:

1 .p8cart file:
this is a (renamed) folder formatted like this:

------.p8cart folder------

game.p8
data folder
subcart folder

--data folder--
this is where the game data saves to
--subcart folder--
all extra cards loaded by the main game go here

old idea:
[hidden]

Main OS:
-gets up, down, left, right, Z, X from up to 2 input sources (2 controllers for example)

-creates it's own save location (so it is entirely self contained)

-loads custom filetype (more on this later)

-free?

-NO EDITOR OF ANY KIND

Interface:

-has folder for local carts

-searches for special filetype on any external devices (ex:usb)

-only one tab: games
this tab would list all local carts, as well as any carts found on a external device.

Special filetype:
-the os would load cart files which would be something like .p8cart
these would be like .p8.png BUT would not allow access to source code/sprites

-can be made with save cartname.p8cart

[ Continue Reading.. ]

20 comments


Tiny Town is a game made in pico-8. It's based around another game called "Batch Town" which was made entirely in batch. https://general-nut.itch.io/batchtown

It was made for the "One Game a Month #12" jam on itch.io which can be found here.
https://itch.io/jam/one-game-a-month-12

Controls:
Up and down arrow keys to choose jobs
Right and left arrow keys to assign people

Cart #tinytown-3 | 2022-05-27 | Code ▽ | Embed ▽ | No License
6

Changelog:
Version 1.01: added level 9 town

6
2 comments


Cart #avgame-0 | 2022-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


A Top down Adventure Game.

Made for the The GameDev.tv Game Jam 2022

Theme : Death is only the begining

Synopsis:

He thought that it was as simple as going from point A to point B but, he didn't knew that dead was on the way, and most importantly, DEATH IS ONLY THE BEGENING

Get on itch.io : https://senor16.itch.io/avgame

Controls : Arrow keys

Code : by me

Sfx : by me

Graphics :

Development duration : 6h 40mins

Post mortem:

[ Continue Reading.. ]

2
0 comments


Cart #zookeeper-0 | 2022-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
65

My Pico-8 version of the 1983 Taito arcade game.

How to Play

Run around the edges of the zoo filling in the brick walls to stop the animals escaping.

Jump over the animals for bonus points.

Collect the net to return the animals to their cage.

Controls

[X] - Jump

Thanks To

Finn for testing
Shane R. Monroe for testing and advice (and suggesting a remake this game in the first place!)

Version History

  • 0.80 - 26-May-2022 - Released
65
17 comments


Cart #collabgamething-0 | 2022-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Here is a game that twitter.com/NerdOfGamers had invited me to help work on.
The idea was that a number of people will take turns adding something to the code in Pico8 Education Edition, and share the URL with the next person in line. I was person number 9.
When I got this, there was barely any space left, and it use 637 tokens.
I cut that down by around 100 tokens while adding velocities to objects. I ended up getting back around close to their total.
I had greater ambition, but sadly when I added more, it wouldn't compress to the 2k url char limit.
So here's what I settled with making, before passing it on to the next dev.
Excited to see what gets added on or modified.

[ Continue Reading.. ]

1
0 comments


Alright this one is a bit hard to explain:

The mod of Celeste Classic 2, Fingals, by the incredibly talented @Kamera released just over a year ago! Because no one had done anything to celebrate, I figured I'd follow up on my definitely not piggybacking mod Vingals which added a mechanic from one of my other CC2 mods to Fingals (the vertical grappling hook in that case) and add in the dash from Celeste 2-1!

I did make quite a few changes to the physics from Celeste 2-1 to make them even closer to Celeste Classic (obviously they're still different) and this mod is a reasonable challenge to complete 100% but still nowhere near as painful as Vingals... I think.

Cart #cingals-1 | 2022-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

[ Continue Reading.. ]

6
5 comments


Cart #flow-2 | 2022-08-30 | Code ▽ | Embed ▽ | No License
12

Connect all flows of different colors.

1220 levels in 10 packs:

  • 6x6 --> 150 levels, stored in binary string
  • 7x7 --> 150 levels, stored in binary string
  • 8x8 --> 150 levels, stored in binary string
  • 9x9 --> 110 levels, stored in binary string
  • 10x10 --> 110 levels, stored in binary string
  • 11x11 --> 110 levels, stored in binary string
  • 12x12 --> 110 levels, stored in gfx 0x0-0x3000
  • 13x13 --> 110 levels, stored in gfx 0x0-0x3000
  • 14x14 --> 110 levels, stored in gfx 0x0-0x3000
  • 15x15 --> 110 levels, stored in gfx 0x0-0x3000

Have fun!

12
7 comments


Hello pico 8 i am making a game currently and i was wondering what everyone’s favorite games are? If you dont have a favorite game just put your favorite publisher ( pico 8 games only)

4
13 comments


Cart #noclipeste-0 | 2022-05-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


madeline but invincible

for @kuliat

5
8 comments


Cart #ccmamjinvite-0 | 2022-05-24 | Code ▽ | Embed ▽ | No License
5


jam page is here
I hope to see lots of mods! :)

5
8 comments


Cart #read_music-1 | 2022-05-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

menu

gameplay

V0.1:

  • added letter notation in the options

Controls:
Arrows keys to select the note
X to confirm
O to open the menu

Notes:
Ok so, I am not an artist, a musician or a developer.
This is my first project and it is just a beta version, I decided to put it online nonetheless to obtain feedback and advice.
Please do not hesitate to try it and tell me what you think and what I should improve.
I would like to implement more detailed statistics and the option to switch the notes names (C,D,E,... instead of Do,Re,Mi,...)

Credits:
Thanks to Krystman (Lazydevs Academy) for the tutorials.

5
3 comments


Cart #speedleste-0 | 2022-05-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


madeline but fast

@Meep i challenge you to get sub minute in this

4
9 comments




by scrimpy
Cart #yimyonudu-0 | 2022-05-24 | Code ▽ | Embed ▽ | No License

i figured out how to flip the sprite on its x axis but cant figure out how to make the car face up or down when the UP or DOWN buttons are pressed. the car moves up or down but i cant get it to point up or down. how could i get this to work?

4 comments


My work in progress robo hell
Hope you like it!

Cart #fupajekuyu-0 | 2022-05-24 | Code ▽ | Embed ▽ | No License
1

1
0 comments


This is my first game I make on PICO-8, it's called Flappy Block, it's like Flappy Bird but a bit easier.

Enjoy the game!

Cart #flappyblock-0 | 2022-05-23 | Code ▽ | Embed ▽ | No License
2

Controls:
Up arrow: Jump
X: Play again

Thanks to Dylan Bennett for making the tutorial of this game.

The high score is 7272 (4gateftw's high score)

2
4 comments


Is there any way I can modify variables in the PICO-8 Lua VM from JS in an exported web build?

5 comments


Cart #lolololololololollollolol-1 | 2022-05-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments




Top    Load More Posts ->