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
P#25728 2016-07-22 14:15 ( Edited 2016-07-26 12:08)


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
P#25730 2016-07-22 14:33 ( Edited 2016-07-22 18:35)


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.
P#25897 2016-07-26 05:15 ( Edited 2016-07-26 09:15)


Actually, I implemented the Shunting Yard algorithm in my Mathemagician cartridge
P#25908 2016-07-26 08:08 ( Edited 2016-07-26 12:08)
[Please log in to post a comment]