PICO-8 calculator progress
#pico8 calculator progress: the full order of operators has been implemented. Now I need to make the calculator actually take user input 😅
It could function with the standard input alone (4 directions plus two buttons) but mouse and full keyboard would be ideal. Calculator buttons that are both mouse-clickable and keyboard-usable would speed things up, not to mention the accessibility.