VVVVVV-Pygame icon indicating copy to clipboard operation
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?

  1. Install Python 3.something

  2. Install Pygame by typing py -m pip install pygame in the command prompt. Try changing py to python3 or python if it doesn't work.

  3. Run vvvvvv.py (or editor.py) by opening the command prompt in the current folder and typing py vvvvvv.py. Or you can just run the batch files, or use an IDE.