Exactly what it sounds like. I'm too lazy to go over all the detail but all the code is commented so hopefully that helps.
If you want to add a new stage to the game, add a new level object to levels.vvvvvv
, and it will automatically appear in both the main game and the editor (via one of the function keys)
-
Install Pygame by typing
py -m pip install pygame
in the command prompt. Try changingpy
topython3
orpython
if it doesn't work. -
Run
vvvvvv.py
(oreditor.py
) by opening the command prompt in the current folder and typingpy vvvvvv.py
. Or you can just run the batch files, or use an IDE.