Log In  

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

Cart #jizayababu-0 | 2023-07-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #tanihutapo-0 | 2023-07-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Hi, I just wanted to post this information somewhere in case it's helpful for other folks.

I am running Void Linux on a Raspberry Pi 1B. Void is an independent distribution, not related to Debian or the Ubuntu or Arch families. When I downloaded the raspberry pi image of pico-8 and tried to run it I got an error that it was missing some libraries, so I manually had to install them to /usr/lib, and then was able to run it normally! Hooray!

If you're comfortable in the command line, here's how to download the missing libraries from github and install them in the correct place to be found and used by pico-8.

sudo wget https://github.com/raspberrypi/firmware/raw/master/opt/vc/lib/libbcm_host.so -P /usr/lib/ 
sudo wget https://github.com/raspberrypi/firmware/raw/master/opt/vc/lib/libvchiq_armso -P /usr/lib/ 
sudo wget https://github.com/raspberrypi/firmware/raw/master/opt/vc/lib/libvcos.so -P /usr/lib/ 

I'm running an extremely old Raspberry Pi 1B, so Pico-8 warns that it's running slower than 30fps, but I still found plenty to enjoy in playing the latest posted games and coding.

[ Continue Reading.. ]

1
0 comments


Cart #colorsymphony-2 | 2023-07-16 | Code ▽ | Embed ▽ | No License
1


Description:

  • Make randomized abstract art with very simple AI controlled brushes.

Controls:

  • X or C: Pause.
1
0 comments


brekoutfeverforever is a size-coded breakout. using 256b (rom) for a whole endless breakout. third place at lovebyte 2023.

Cart #breakout256-0 | 2023-07-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

You can play this also in the online arcade @toniz.ch
https://www.toniz.ch/?room=arcade

0 comments


So, im on my PS4 browser and the search system just wont let me search, i dont know why! Please fix this, @zep

1
1 comment


So I've noticed in almost all the carts I've played on mobile that the games have an audio delay. Does anyone know if it's fixable?

0 comments


Star Rogue (temporary title)

Cart #starrogue-4 | 2023-07-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Just a WIP Game

07/07/2023

-fix some physic bugs
-improve player character's physic

19/07/2023

-new level
-itens

[8x8]

2
2 comments


for some reason, no matter what i try, i always catch myself doing game development! i dont know why! i dont like going through the pain that is bug fixing, but i just do it anyways!

3
0 comments


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

PLAY THE ORIGINAL PORTER BEFORE PLAYING THIS - https://www.lexaloffle.com/bbs/?tid=52970

Controls

Z to Jump
X to Teleport
Arrow Keys to Move and Aim
-There is a 'WIPE SAVE' option in the pause menu ('p')

Story

This time around we join Kug, Yug's coworker, on her harrowing commute through the sketchiest caves around! Help Kug get to work without too many scrapes and bruises. I sure hope Kug can stop getting herself into trouble on her way to work everyday...

Bounties

When beating the game you will receive text, then your score. If the text is replaced you have achieved a specific, and impressive, score.

The first person to send me a video* of them achieving "RANK A" gets a $20 gift card.

[ Continue Reading.. ]

9
5 comments


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

1
2 comments


It's the last day of June 2023 and the new issue of Pico-View is here! Get ready to learn a lot, not just about PICO-8 but also about each other! 🧐 🤓

Here's the lineup:
-Cover art by Jammigans
-My PICO-8 Learning Journey - Ruvalolowa
-How to Write a Hit Song in 30 Minutes - RidgeK
-Featured Game Review 1: Porter - Achie
-Featured Game Review 2: 'Til the Gods Devour Us - Achie
-Finding Unity in the PICO-8 Community - Nerdy Teachers
-Featured Interview - Jammigans ft. Marina
-Let's Jam in July! - Nerdy Teachers
-Random Reviews - New Release Recommendations
-Pixel Art Gallery - Ben Canfield
-Prototype Party - Sokolike

Thanks once again to everyone, especially in our Discord Server, who participated in all the helpful ways we prepared this zine throughout the month. And special thanks to all the extra contributors who welcomed me warmly as I jumped in the DMs.
Love this community!

Happy reading!

[ Continue Reading.. ]

6
0 comments


this idea came to me while i was making my multi-cart, its not the coding thats hard, no, its tedious, even with copy and paste, it gets tedious, and debugging can get tedious as well! so, i quit making games, its not that i quit pico-8! im gonna exclusively make songs now! the only other thing i am able to do is songs. so, goodbye game dev, hello composer

1
1 comment


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

This prototype was made for Pico-View, a monthly web-zine hosted on NerdyTeachers.com.

This month's prototype is named "Sokolike". It is a template for building your own Sokoban-like game.

If you are not familiar with Sokoban, meaning "warehouse worker" in Japanese, it is an MS DOS puzzle game from 1982 where you must push blocks around walls and other blocks to get them all to designated locations.

We have included a level building function that will read each pixel in a 16x16 sprite and use that to place appropriate tiles on the map. This means that you can draw and edit your level designs easily using the sprite sheet! There are 16 example levels and 52 total levels available to be made.

[ Continue Reading.. ]

3
0 comments


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

SEE LESS -- a celeste mod, it replaces your world with checkerboard tiling!

1
0 comments




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


^^^
that's me

8 comments


there's a big storm and the power went out.
these might be my last words for a while

0 comments


multicarts are cool, so im gonna make one

i have no information on how to do this, so im just gonna make the simplest type of multicart, literaly just loading different carts for different levels, i dont know why multicart games like poom dont use this! although, i may be wrong about how cart loading works... hopefully i dont need to worry though! ill try to push through and make the best cart ever!

1 comment


[24x24]

the pico-8 large font (made by me) is quite cool, it allows more detailed letters and much more! i will soon make a "larger font", hopefully, it wont take up too much more space!

[128x32]

1 comment




Top    Load More Posts ->