An old college project (for the module "Developing Computer Games") in which I developed - against my better judgement, seriously - a puzzle-platformer inspired by Terry Cavanagh's *VVVVVV*.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jo Decker 87bef5e88e Update README.md 10 years ago
Design Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Maps Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Sprites Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Tiles Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Clocks.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Globals.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Gravity.vbp Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Gravity.vbw Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Help.txt Initial commit 10 years ago
HighScores.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Instructions.txt Initial commit 10 years ago
Levels.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
PlayerMovement.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
PlayerState.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
README.md Update README.md 10 years ago
RobotMovement.bas Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Scores.txt Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Turvy.exe Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
Turvy_Final.exe Initial commit 10 years ago
frmDebug.frm Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago
frmGravity.frm Failed to realise that the code itself was absent from that last commit. Should now all be here. 10 years ago

README.md

Turvy

An old college project (for the module "Developing Computer Games") in which I developed - against my better judgement, seriously - a puzzle-platformer inspired by Terry Cavanagh's VVVVVV. Players assume the roll of Tina "Topsy" Turvy, who must use her unusual gravity-twisting powers to escape an evil scientist's lab.

How to Run

Honestly, there's no guarantee that it'll run at all, as it was written in Visual Basic 6 (which, in 2013, I found remarkably odd), though @stitch@gnusocial.me did succeed in compiling it for Linux to a point (it still crashed, but it could be played for a little bit). The primary purpose of this repistory, however, is largely for posterity.