XOR: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
mNo edit summary
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
Line 69: Line 69:


==ROM==
==ROM==
[http://www.nicksen782.net/a_demos/Emscripten_Uzebox_Gamechanger/CURRENT/?gameid=167 Play In Browser]
[https://nicksen782.net/UAM/APP_emu/?gameid=167 Play In Browser]


[http://uzebox.org/forums/download/file.php?id=1432]
[http://uzebox.org/forums/download/file.php?id=1432]

Latest revision as of 23:21, 12 January 2019

XOR
Xor.png
GenrePuzzle
DeveloperPitfall Jones
Code licenseGNU General Public License version 3
or (at your option) any later version.
EngineV3.1
Video Mode5
Latest release1.0
Release dateAugust 17th, 2013
LanguageEnglish


XOR is a remake of an 8-bit game made by Astral Software back in 1987 for the BBC Micro, Amstrad CPC, ZX Spectrum etc. The object of the game is to pick up all the masks in the maze. That sounds easy but it can get devilishly difficult on later levels where you have things that can explode and turn the lights on and off. As you complete each level you are given a secret letter - once you have all 15 letters you can discover the hidden word - and become a member of the Order of XOR!

Gameplay

Objective

The player controls two shields, Magus and Questor, which can be moved horizontally and vertically though the maze, in order to collect masks. The object of each level is to collect all the masks, then reach the exit. In all levels, use of both shields are required for completion, and in some, one shield must be sacrificed (walled in or destroyed) in order to complete the level.

Force fields

In the first level, the only obstacles except for the maze walls themselves, are two types of force field: one of which can only be entered from above or below, and a second which can only be entered from left or right. In both cases entering the force field destroys it.

Fish and chickens

In subsequent levels, fish and chicken objects are introduced. Fish fall downwards whenever possible, while chickens run to the left if not blocked. Both can destroy the player's shields if they hit it from more than one square away (like rocks in Boulder Dash). Fish and chickens can move through force fields if entering from the appropriate direction. It is also possible to push fish left or right, and chickens up and down.

Bombs

There are two types of bombs in XOR: V-bombs ("vertical") and H-bombs ("horizontal"). V-bombs (shaped like jars of nitroglycerin) move left in the same manner as chickens, while H-bombs (shaped like old-fashioned spherical bombs with a burning fuse) fall downwards like fish. Like fish and chickens, H-bombs can be pushed left and right, and V-bombs can be pushed up or down, by the player's shield.

A bomb explodes when it is hit from more than one square away by a fish, a chicken, or another bomb. The object hitting the bomb is destroyed, along with anything directly above or below a V-bomb, or to the left or to the right of an H-bomb. If one bomb hits another, only the bomb that is hit (the lower or left-hand one) actually detonates.

Dolls

Unlike fish and chickens, dolls cannot move on their own, although the player's shields can push them around the maze. Once a doll is moving it keeps going until it hits an obstacle. Dolls cannot detonate bombs or pass through force fields.

Other objects

  • Map sections: these reveal the layout of part the maze to the player. Masks are highlighted on the map.
  • Frowning masks: these are switches – collecting (or blowing up) one turns off the lighting, causing the maze walls to become invisible, while collecting another turns the lights back on again.
  • Teleportation portals (Called BMUS – "Beam Me Up Scotty"s, on some versions): this moves the player's shield to the other teleportation portal within the maze.

Other Rules

  • Levels must be completed under 2000 moves or the game ends

Features

  • 15 Levels

Controls

  • D-pad for movement
  • A: Swap Shields
  • B: Map
  • Start: Menu

ROM

Play In Browser

[1]

SOURCES

TBD