I'm make calculatrice because i think that can be interesting with the pocket chip and i have never make calculatrice actually.
the first problematic i think that is max number is 37272.
it's my first pragram in lua.
do you have any recommandation for me?
thank's
it looks like you took the text file and just added .png to the end of the filename. you need to save it as .p8.png from within pico-8 so that it outputs in the right format
edit: even if you personally didn't add .png to it i think this website requires it in the png format, though i'm unsure
Read this Wikipedia article about Shunting Yard Algorithm:
https://en.wikipedia.org/wiki/Shunting-yard_algorithm
Input should be a string.
Next time you might learn how to insert functions.
Actually, I implemented the Shunting Yard algorithm in my Mathemagician cartridge
if you want to reuse this part.
[Please log in to post a comment]