Log In  
Follow
Proatwork456

print("Hi, I'm pro@work456! I joined this to make games (duh) & hope 2 impress!")


Everytime I write a comment or something, some part of me always thinks it comes off as rude or agressive. If that side of me is right, I'm sorry if I have offended you in any way, shape or form.

Best apologes
~proatwork456

1 comment



I made this magnet game prototype.
does anyone know how to make it so you can't go back to the last magnet push/pulled from?

Cart #finatemiti-0 | 2025-04-17 | Code ▽ | Embed ▽ | No License

e
1 comment



I know that name rings a bell.
I know you've owned one of these:

https://3dexport.com/3dmodel-brick-game-9999-in-1-246589.html

In your childhood.

"9999 games. you'll Never be bored."
And... 2/3 of it are Tetris.

I just bought one for myself, and was wondering if it was possible to program it.
I don't know that kinda stuff yet, so do think it's possible to emulate the above in p-8?

Sorry if the above was aggressive;

~Proatwork456

2 comments



Yeah... I probably should have put this in it's own post.
Anyways here ya go!;

Thank you for this list!
Also, above is a Image of a horror game Idea i have. Do you wanna see this in a game? (Summary in top right)

1 comment



Hi everyone!
Sorry I haven't posted(On the topic of mirror) in a while.

Anyways heres LV3:
As Usual lemme know if it's impossible.

Cart #tizofuwawi-0 | 2024-10-24 | Code ▽ | Embed ▽ | No License

I have also added Debug exits to Lvl 1 and 2 for ur convenience.
Oh, Btw All other updates will be posted here from now on.

0 comments



Once Upon a late night dreary, I logged in weak and weary, Over many a quaint of forgotten Splore...
I searched up "Horror" and it said "Nevermore"

Old poetry aside, Anyone know any Pico-8 horror games? Seeing as it's Halloween and I've come up short, and HALLOWEEN of all times. If any have good releases, please post them here for the next thrill seeker like me.

I'll start:

https://arkicade.itch.io/cheshire-in-a-chatroom

2
8 comments



Hi!
Sorry If m last posts were aggressive or just have'nt done anything in a while.

Atari, Being a low level game console, I was wondering If that could happen In P-8.

Does anyone know if this is possible?

10 comments



So, I just finished a brain f*** port in picotron, But I thought it would be cool to:

A: have a P-8 port.
B: get recognition by posting on both forums.

Note that for now, I just need like, a copy that fits the limitations of P-8

And eventually poth ports will have these https://www.lexaloffle.com/bbs/?pid=154970#p features, but for noow, Can i please have some help?

a-k Normal stuff.
Delete lives up to its name.
R runs the program.

However: a few new features:

*This will be changed later.

"." Only prints numbers,
"," Uses PICO-8 Stile input,
There are only 8 memory cells.

Finally:
{ and } (M&N respectively) work like [ And ], but only when the cell is != 0

Here's My Masterpiece:

Cart #taropakaye-0 | 2024-10-03 | Embed ▽ | No License
1

[ Continue Reading.. ]

0 comments



It took AWHILE but I FINALLY DID IT!!!
BrainF*** in PICOTRON!!!

a-k Normal stuff.
Delete lives up to its name.
R runs the program.

However: a few new features:

*This will be changed later.

"." Only prints numbers,
"," Uses PICO-8 Stile input,
There are only 8 memory cells.

Finally:
{ and } (M&N respectively) work like [ And ], but only when the cell is != 0

Here's My Masterpiece:

Cart #taropakaye-0 | 2024-10-03 | Embed ▽ | No License
1

1
3 comments



So I'm working on a brainf*** interpreter and I'm testing parentheses out right now. But theres a problem. I'm trying to implement "[", but when I run this code:

[]+ Pico-8 Just Crashes on me!

Here's what I'm having trouble with:

 if(t[u]=="["and c[ti]==0) then
  tf=u
  repeat until t[tf]=="]" do
   tf+=1
   cls()
  end
  u=tf
 end

T is the text variable responsible for storing [,],+,Etc
U is the counter.

I have mapped

[ to up,
] to left, and

  • to right.

Z =backspace
X = run

Try "[]+" in the code and you'll see what I mean.

Cart #zakufujebi-0 | 2024-09-30 | Code ▽ | Embed ▽ | No License

[ Continue Reading.. ]

4 comments



I AM 1/2 DONE WITH 1/4 OF MY PROJECT!!!

I got + , - , . , < , and > Working!

Cart #niburajuho-0 | 2024-09-29 | Embed ▽ | No License

Controls:

O = +
P = -

A-k= everything else.

Also plz help me with [ and ]

0 comments



I realised the error!
turns out, I Just needed to swap a thing!
Check DIS Bad boi out!:

Cart #nadikajosa-1 | 2024-09-28 | Embed ▽ | No License


Don't mind the 12 @ the start.

0 comments



So, I know the Category is "Pico-8 Collaboration" but really this spans across Picotron as well.

I'm trying to get all the help I can On a project I'm working on, (See my profile for more info) Where I Make a fantasy console Inside Picotron witch I HAVE NEVER DONE BEFORE.

Since Picotron & pico-8 are pretty much the same (Besides the token defence) I'm hoping I can get all Lexfoddlers to help me on this!

If you do wanna chip in, you can do ANYTHING. Graphics, code, Sound I just need all hands on Deck!

So please.

And thank you.

~Proatwork456

0 comments



Cart #karehufuwe-0 | 2024-09-28 | Embed ▽ | No License
1


Remember that Brain fantasy idea I had? well I made a little keyboard 2 go with it.
A-k Prints numbers.

Also PLZ help me on this console! i need to be able to print symbols like "<" on the screen INSIDE THE LIST!
I tried Going with the straght forard approach of:

 if(keyp("s")) add(t,".") t.r=1

But then It would'nt print.

Also here's the code:

function _init()

 t={1,2}
 t.r=0
 t.x=0
end

function _update()
 Txt()
end

function _draw()

end

function Txt()
 t.r=0
 t.x=0
 --Keys
 if(keyp("a")) add(t,1) t.r=1 -- The problem I need help with. I want to print "<" instead of 1!

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=154987#p)
1
1 comment



Cart #poratanata-1 | 2024-09-28 | Code ▽ | Embed ▽ | No License

Ay yo new cart just dropped! the reason i'm posting these in small chunks is because... honestly, I'm not even sure the updated versions are possible! so lemmie know if this is impossible.

19 comments



Hi everyone! I was just chilling the other day when I had the idea to make a BrainF*** Fantasy Console!

IN PICOTRON (Prototyping in p-8 is fine

It works the same as BrainF*** (See https://esolangs.org/wiki/Brainfuck)

Except...

  1. { And } work the same as [ and ] except they only jump when the current cell != 0

  2. +,-,< And,> can now have a Base-10 byte (0-255) after them indicating how much to add/subtract/etc to the current cell.

  3. Speaking of arithmetic, there will be a new symbol called "*" that just sets the current cell to the value after it.

  4. "," Will now only output a number 1-6 depending on what PICO-8 Button is pressed. (L=0, R=1, etc)

  5. "." Now Is more Complicated!

    The number following number meansL

    0: A1Z26 (prints in 0,0)
    1: A number!

    1. Hexadecimal
      3: A GRID!!!

The grid is as follows:
X,Y
0,0 ... ... ...
... ... ... ...
... ... ... ...
... ... ... 3,3

This works like So:

[ Continue Reading.. ]

1
0 comments



So, the goal of the cartridge is to give celeste veteran's a challenge right?
Well, take that idea, CRANK it up to 100, & make it have a baby with the hardest game on earth.

I only have Level 1 & part of level 2 hacked (The rest is just celeste) so, yeah! have fun!

Also I should give credit to @noel.

Cart #rirohenaje-0 | 2024-09-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments



So... I have 2 project's in mind.

A #Celeste rom hack & a #snail game.

I won't reveal names just yet (plagiarism) But be sure to check in!

1
0 comments