Open-source release of the 2010 indie puzzle-platformer VVVVVV, where you flip gravity instead of jumping.
VVVVVV is the open-source release of the 2010 indie puzzle-platformer where players navigate levels by flipping gravity instead of jumping. It provides the complete source code for the desktop version, allowing developers to study, compile, and modify the game. The project preserves an important piece of indie gaming history while enabling technical exploration of its implementation.
Game developers interested in studying classic indie game architecture, C++ programmers wanting to examine SDL2/PhysicsFS integration, and gaming enthusiasts who want to modify or compile the game for personal use.
As one of the few commercially successful indie games released as open source, it offers unique educational value for understanding professional game development patterns. The codebase represents a polished, complete game rather than a demo or prototype.
The source code to VVVVVV! http://thelettervsixtim.es/
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides the full C++ implementation with SDL2, PhysicsFS, and Steamworks integration, offering a real-world example of a polished indie game's architecture.
As an open-source release of a critically acclaimed 2010 game, it preserves and allows in-depth study of an important piece of indie gaming history.
Built to run on multiple desktop operating systems, making it accessible for compilation and modification across Windows, Linux, and macOS.
Comes with all original graphics, music by Magnus Pålsson, and sound effects, providing a complete package for analysis or personal tinkering.
The README is brief, and detailed guidance is only available through the unofficial Discord channel, which can hinder independent exploration.
Based on 2010 technology, it may not reflect modern C++ standards or contemporary game development practices, limiting its relevance for new projects.
The license restricts commercial distribution of compiled versions, as noted in LICENSE.md, which could be a barrier for derivative works or monetization.