Vanish5+ is a small DOS VGA puzzle game. Many years ago, I wrote an implementation of this game in C++, this is a port of that implementation to a newer iteration of my own custom language and runtime (previously seen in You Be At Orbit).
It features PCM sound effects (Sound Blaster compatible) and plays MIDI music in the background using OPL-2. Visuals are done in 320x240 256-color "Mode X" with a 6x6x6 fixed palette + 40 custom mapped palette entries for the in-game elements. The game is controllable via mouse (recommended), but it's possible to use it purely with a keyboard (cursor keys / Enter) as well.
See also: Release announcement
Gameplay Preview
Download
The game is available over at itch.io.
System Requirements
- 32-bit IBM-compatible DOS PC (Pentium or newer recommended)
- VGA-compatible graphics card supporting Mode X
- Recommended, but optional:
- Mouse driver (e.g. CuteMouse or compatibles)
- Sound Blaster or 100% compatible (for SFX and music)
How To Play
Select the difficulty in the main menu to start the game.
The difficulty selects how many colors appear in the game:
- Easy ..... 3 distinct colors
- Medium ... 4 distinct colors
- Hard ..... 5 distinct colors
Use the cursor keys to move the cursor to a colored cell and press Enter or Space to select the cell, then use the cursor keys to select a free (and reachable) cell to move the selected cell to. It has to be reachable from the current cell position (up/down/left/right) -- reachable cells are highlighted with a small square once a cell is selected.
With the mouse, you can just point'n'click to select the source and target cell.
The goal is to create horizontal, vertical or diagonal lines of cells of the same color, at least 5, but if you plan your moves, you can create a line of 9 cells.
A cell can be part of multiple lines when eliminating.
Longer lines bring more points than shorter lines. If you eliminate a line after a move, nothing happens. If you just move a cell and no line is eliminated, 3 new cells appear in random colors on the field. The game is over when the board is filled with colored cells and no free cell remains.
Game Concept
An Internet search tells me that the original game was a DOS game called "Color Lines" in 1992, invented by Oleg Demin. The DE Wikipedia has some details about the game's history: https://de.wikipedia.org/wiki/Color_Lines
Artwork Credits
Artwork (GFX, SFX, Music) used in the game based on content from:
- "The MIDI Continuum" written by Ivan Stanton (northivanastan)
https://opengameart.org/content/the-midi-continuum-parts-i-iv - SFX_wood_stone_floor_scraping_pile_01 by EricsSoundschmiede
https://freesound.org/people/EricsSoundschmiede/sounds/669466/ - Mouth Clack 02 by totalcult
https://freesound.org/people/totalcult/sounds/388623/ - Mouse cursor inspired by: DMZ by Jimmac
https://www.gnome-look.org/p/999970/ - List of 20 Simple, Distinct Colors by Sasha Trubetskoy
https://sashamaps.net/docs/resources/20-colors/