THE Python BUILD IS LACKING A LOT OF UPDATES - ILL ADD TO IT WHEN I FEEL LIKE IT.
Use C++ or Python Build or website build (https://maniksharma69420.github.io/ThePOCGame.html) The .js is optimized for browser
to use it on ur local machine, install python 3.x (from here) THEN, execute this command:
python -m http.server 8000
open a port to http://localhost:8000/name-of-html-file-here.html (replace this with your file name)
the HTML page should look something like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The POC Game</title>
</head>
<body>
<script type="module" src="ThePOCGame.js"></script>
</body>
</html>
okay now go play it :D