Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

mousemania

2
Posts
A member registered Aug 09, 2021 · View creator page →

Creator of

Recent community posts

Ah I'm sorry, in that case you can install the python extension in the extensions page of visual studio code (the three squares with one square sticking out, and then in the search bar you type in python), and then run it by pressing F5 and selecting python.

After downloading the python extension you might need to restart your visual studio code though, but I'm not completely sure

And again, thank you very much for trying :)

(1 edit)

So you need python and pygame for it, here's a little step by step tutorial on how to install both and play the game:
(To be clear, this tutorial assumes you're using windows)

  1. Download Python at: Download Python | Python.org
  2. In the installer, check the box "add to PATH" (at the bottom) then install
  3. Follow the installer until it quits
  4. Open CMD by looking up CMD into the search box at the bottom left of your screen (it shows up as command prompt)
  5. Type "pip install pygame" into CMD
  6. Wait for it to finish then doubleclick the .py file in the downloaded zip

I hope it works, thank you for being willing to try out our game :D