This is my fork of VVVVVV. It adds portal mechanics using the mouse. Levels are changed.
For more context about the original game source code release, see the announcement on Terry's blog!
See my blog post for more context about the mod.
VVVVVV's source code is made available under a custom license. See LICENSE.md for more details.
In general, if you're interested in creating something that falls outside the license terms, get in touch with Terry and we'll talk about it!
- Created by Terry Cavanagh
- Room Names by Bennett Foddy
- Music by Magnus Pålsson
- Metal Soundtrack by FamilyJules
- 2.0 Update (C++ Port) by Simon Roth
- 2.2 Update (SDL2/PhysicsFS/Steamworks port) by Ethan Lee
- Beta Testing by Sam Kaplan and Pauli Kohberger
- Ending Picture by Pauli Kohberger
The building process is exactly the same as in the original game. If you can build VVVVVV, you should be able to build this version too.
On Linux, it might be:
- Libraries required: libsdl2 and libsdl2-mixer
- Use the ones with the headers, on Debian it's
sudo apt install libsdl2-dev libsdl2-mixer-dev
- Warning: you need libsdl2 >= 2.0.5. If your package manager can't give you that, the easiest is to compile libsdl2 and libsdl2-mixer yourself. Make sure that ogg and wav support is enabled.
- Use the ones with the headers, on Debian it's
- Go to
desktop_version
and use Cmake:
cd desktop_version
mkdir build
cd build
cmake ..
make
- You need to place
data.zip
in the same directory as theVVVVVV
executable. You might get it here: Make and Play