Skip to content

AB036/portal_VVVVVV

 
 

Repository files navigation

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.

License

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!

Original game authors

How do I build this?

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.
  • 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 the VVVVVV executable. You might get it here: Make and Play

About

VVVVVV portal mod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%