Sabrina's Digital Portfolio

This was a game I created in Python while practicing my coding. I have used PyScript to make it playable in the browser. Since PyScript is fairly new, there's still some aspects of Python that don't fully function properly. One of these features is the input() function. As a work around, I've imported the js library and am using alert() and prompt() to display data and get user input. This game is playable, but still being perfected. So if you notice anything weird, it's not a bug, it's a feature!