Skip to content

Fork of VVVVVV that allows control of the game from an external program

License

Notifications You must be signed in to change notification settings

E-Sh4rk/VVVVVV

 
 

Repository files navigation

This is a fork of VVVVVV. This fork adds a console interface to the game in order to be able to control it from an external program. The purpose of this fork is to allow the creation of an external artificial intelligence for the Super Gravitron. You can find two such artificial intelligence here:
https://github.com/E-Sh4rk/VVVVVV-AI

Only desktop_version has been modded. The following controls have been added to the game:

  • If you start the game with the -training flag, it will directly start the Super Gravitron, increase the framerate and activate the frame-by-frame input mode (see below).
  • The numerical keys (0 1 2 3 4 5 6 7 8 9) change the framerate. The key = resets the framerate to default.
  • The key o activates the frame-by-frame input mode. The key p disables it.
  • When the frame-by-frame input mode is activated, the game cannot be controlled anymore using the keyboard. Instead, the input must be specified in the console. You can type w, l, r or s (respectively: wait, left, right, suicide). If you enter many of those characters before hitting enter, they will all be played successively. Each time you enter such a command, the game runs for the corresponding number of frames, and the new state of the game is printed in the console using the JSON format (only for the Gravitron). You can disable the frame-by-frame input mode by pressing the p key in the game while it is running, but it is only posible if the console is controlled by an external program (otherwise you would have to press p in the game and to press enter in the console at the same time).

License

The license of the original VVVVVV source code applies to this fork. You can freely modify and distribute the content of this fork as long as it respects the original license (available in LICENSE.md) as well as the following condition:

  • You should not remove the textual indication when the frame-by-frame input mode is on, as it would hide the fact that the game is being controlled by an external program and thus could harm the speedrunning community.

Original Readme

This is the source code to VVVVVV, version 2.0+. For more context about this release, see the announcement on Terry's blog!

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!

Authors

Versions

There are two versions of the VVVVVV source code available - the desktop version (based on the C++ port, and currently live on Steam), and the mobile version (based on a fork of the original flash source code, and currently live on iOS and Android).

About

Fork of VVVVVV that allows control of the game from an external program

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 50.3%
  • C++ 49.4%
  • Other 0.3%