Update: Restored balancing to original behavior. I didn't know the speed decrease was a thing in later levels of Tetris until recently.
A remaster of mickio1's remake of Triotos from 2016. (Be sure to choose a song in the menu unless you want silence)
This remaster includes brand new sound effects and music. Song selection works properly now as well. Game balancing was edited.




Hello.
https://www.lexaloffle.com/bbs/?tid=31834
I was wanting to look at some sprites I posted some years back and found they had been replaced by later sprites I did, meaning I think the buffer overflowed. Is it possible I have uploaded more than 1,000 images and it went from 999 to 0 ? That is what I think is happening here.
Nonetheless this is a problem.
@zep could you please look into this and see if the images I posted years ago are now lost because they were overwritten by a counter ID ?
Thank you !
(v00 02-15-23)
TO LOAD THIS PICO-8 CART, in immediate mode, type:
load #morethan32notes
Hello.
If you have experimented with sound effects in Pico-8, you will be aware that you are limited to 32-notes per sound effect. So how can you get more ?

Well if you are not yet familiar with it, you can click this button HERE and then the instrument for this SFX will actually use a SFX from 0 (zero) to 7. You can see this when you type 0-7 for your instrument, it will appear in GREEN instead of the default PINK.
So this music is an example of a single SFX where 6 of the notes are played twice instead of once and by making that pattern an instrument, it frees up the space required to actually store two-notes at a time for that single SFX.
One-off characters animation tool
1.Draw you sprite in the editor
only in one color.
Starting at 0-15.
But set the frames to how many frame you use.
so you don't get blank sprites
2.Run the cart and pressā to
export the code to the clipboard.
3.Go back in to the cart and
paste that code in to the sp as shown in the cart
then name the table how you like
4.then call the
animation function like so.
animate(name,x,y,spd,color1,color2)
hope it someone can use it
if so let me know it would be
nice to hear.
Hello.
One cart I made called, "Most Creepy Acid Effect" does not appear when I click my alias, then click on Cartridges, then click on either Releases or All.
https://www.lexaloffle.com/bbs/?uid=15232&mode=carts&sub=0#m
It seems like all of my other carts are appearing - except for the "Most Creepy" one.
https://www.lexaloffle.com/bbs/?tid=49876
It is not a work in progress or Jam - it is listed as "CARTRIDGES" - so it should appear there and does not.
@zep please let me know what can be done here to remedy this situation.
I don't have any reproduction steps, however one of the featured carts crashed on me earlier today.
The error message that it produced makes me think this is coming from the internals of pico-8 unfortunatly the text is truncated.
I DO NOT have any replication steps. Others have suggested that this error occurs when an error happens with a coroutine.

I did check the code of the cart and the word HEADER didn't appear in it.
What is This?
Carlos' life is depressing. Help him.
How To Play?
Move your cursor.
Play Z/X/C/V/N/M to press.
Pick different options, and don't make Carlos die.
Making of Carlos Simulator
Carlos Simulator is an unofficial sequel to Carlos's Journey 2Bee Stupid, which a link I am not able to find to. It was made by me, D3V?, using Pico-8 in about a week. Don't get offended, you have been warned.




I rewrote my checkerboard demo for the Pico-8 Fantasy Console. This program is amazing. It is probably the closest thing to QBasic which I used to use. However it uses a slightly modified form of Lua that also has graphics commands. In a way it is a lot like using Love2D but I am still quite new to using Pico-8. One of the most notable features is that it has built in ability to record video to a gif file.

Pico-8 is almost like a mini DOS or Linux distribution except that all the programs are written in Lua. It comes with a full manual explaining the features which is available as a text file and also a page on the official website here:

