Log In  

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

Hi I'm very new to this forum.
My trouble today is, that I searched for Asesprite and found some posts.
Later I came back and searched again, but now I got no results! Only a Message "no new posts found".
How can I search for already read posts?

Thank's

0 comments





Cart #kfidudita-0 | 2024-08-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


Controls

Use the mouse to place the tongue. Use the scroll wheel to retract it.

Game Loop

Collect the white orbs to gain score. Avoid the pink enemies.

Credits

Music by @gruber_music. Everything else by me.

9
2 comments


left click to place platforms
right click to place sugar
sugar falls off the bottom and onto the top

Cart #sugar_sugar_0_1-0 | 2024-08-17 | Embed ▽ | No License
1

1
2 comments


Currently I'm trying to learn tline() by simply drawing the map. However, I have no idea how the parameters work. Apparently, according to the pico 8 wiki, tline()'s 5th and 6th parameters are expressed in "fractional map tiles" but I don't get what that means...
Can someone give a brief explanation?

1 comment


Cart #squirrel_animation-0 | 2024-08-17 | Code ▽ | Embed ▽ | No License
8

made an animated squirrel, gave up on legs and paws as it is too difficult even though I got the forwards and backwards constraints working

8
4 comments




Just read about PICO-8 games being supported by the new Antstream service!

https://www.timeextension.com/news/2024/08/ps1-net-yaroze-and-pico-8-games-are-coming-to-antstream

The PICO-8 part of the announcement in the video starts around 10:25. They talk about how 2 games are part of the service to start so it kinda sounds like Antstream will choose or curate which PICO8 games get onto the service? I dunno...and it's scant on details if it's running PICO8 somehow or if it's just "games that are made with PICO8" and they're using binaries or what. Dunno...hopefully we'll learn more.

But even then it sounds like Antstream will be another outlet where people can easily get to our games. Antstream looks to be a service on Xbox so that instantly lowers the barrier to play more games.

And congrats to Puzzles of Paladin and Manbomber for getting chosen as a launch title for the PICO8 inclusion.

10 comments


I can't run Voxatron 0.3.6 at all on Linux Mint 22 (based on Ubuntu 24.4). Error message:

rainer@rainer10:~/projects/voxatron$ ./vox_dyn 
./vox_dyn: error while loading shared libraries: libHoloPlayCore.so: cannot open shared object file: No such file or directory
rainer@rainer10:~/projects/voxatron$ ./vox
./vox: error while loading shared libraries: libHoloPlayCore.so: cannot open shared object file: No such file or directory
0 comments


Good morning,
the sound quality is poor when playing a game directly on the browser.
Is there a way to fix this?
Thanks a lot

0 comments


Cart #clown_heist_v1-1 | 2024-08-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Still a WIP, but is in a playable state.

Don't look at the code. I don't know where the cobbled together tutorials end and my goblin-like engineering begins.

2
2 comments


function sel_layer(name)
	local m = fetch("map/0.map")
	local map_no = 0
	for i in pairs(m) do
		if m[i].name == name then
			map_no = i
			break
		end
	end
	if map_no != 0 then
		memmap(m[map_no].bmp, 0x100000)
	else
		error("There is no map data named '" .. name .. "'")
	end
end

I have saved the aforementioned code as a file named 'layer.lua'.
By utilizing this code, we can load specific map layers based on their assigned names.

To illustrate, imagine a map with a layer configuration as depicted in the following image.

include "layer.lua"

function _draw()
	sel_layer("sky")
	map(0, 0)

	sel_layer("house")
	map(0, 0)

	sel_layer("tree")
	map(0, 0)
end
1
0 comments




just a test for my multimedia game

1 comment


Here is a list of bugs/annoyances in the BBS:

Important:

  • Code preview is broken, if you click on the code button under the pico-8 web player, it doesn't show the code. (It's the right size now, but still no code. Definitely an improvement!)

Minor:

  • The padding around the pico-8 web player is too big. Fixed!
  • The featured buttons at the top of the BBS don't show the author, it just says "by ".

There are a couple more, but they're not really issues, so I've omitted them.

0 comments


Cart #shoot_rise-0 | 2024-08-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


A intro uses PCM audio compressed Shrinko8

1
1 comment


Im click PICO-8 cartridge and click Picotron cartridge that Pictron setup but PICO-8 setup im wait and show text Timeout

0 comments


Cart #dude_dut-0 | 2024-08-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Dude make a dut! sound!
Uses a random music pitchs uses Shrinko8 compresser

0 comments


Cart #compressed_cast-0 | 2024-08-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


uses a Shrinko8 web

1
0 comments


Cart #moonbus-0 | 2024-08-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Moon Bus (v1.0)

Why land on the Moon just once, whey you could be hopping around from station to station? Time to enjoy a relaxing trip in a low gravity.

My first attempt at a pico-8 game.

7
4 comments




Top    Load More Posts ->