VVVVVV-Pygame
VVVVVV-Pygame copied to clipboard
A recreation of VVVVVV, made from scratch in Pygame!
VVVVVV, but it's made in Pygame
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)
How do I run this?
-
Install Pygame by typing
py -m pip install pygamein the command prompt. Try changingpytopython3orpythonif 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.