Enigma (video game)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Enigma
150px
Enigma Icon
Developer(s) Ronald Lamprecht, Raoul Bourquin, Andreas Lochmann, Daniel Heck (founder), ...[1]
Composer(s) Andrew Sega, Clifford J. Tasner
Engine Custom
Platforms Microsoft Windows, Mac OS X, GP2X, Linux, FreeBSD
Release date(s) December 20, 2014; 9 years ago (2014-12-20) (version 1.21)
Genre(s) Puzzle
Mode(s) Single-player

Enigma is a transport puzzle video game based on Oxyd, and is released under the GPL. Enigma continues to be very popular as an open source multi-platform derivative of Oxyd now that Oxyd is no longer maintained. The open source fangame Enigma has been praised in reviews.[2][3]

Enigma is a marble game. Landscapes usually take the form of logic puzzles, although frequently, dexterity with the pointing device (the only form of input) is also required. The game is based on a traditional square grid map (2D computer graphics) and a realistic physics simulation.

Enigma is compiled for Mac OS X, GP2X, Microsoft Windows, FreeBSD and Linux (with packages available for several distributions).

Gameplay

File:EnigmaScreenshot.png
Enigma screenshot of level Enigma IV, #2: Double-Spiral

Enigma consists of approximately 2500 levels, known as ‘landscapes’, which may be played in any order. The player controls one or more marbles using the mouse, and interacts with the landscape purely through the marble. Levels fall into two broad categories: Oxyd landscapes and Meditation landscapes. Some levels may appear to fall into one category while actually being in the other.

Obstacle course navigation

Often in each level, apart from the introductory ones that introduce the game gradually to the player, each level either contains a puzzle, race or many hazards (which tax the player's problem solving/logical skills, dexterity, patience and speed; these factors determine the overall difficulty of the level) which the player must solve, win or avoid or risk making the level impossible to solve (in which the player must restart it) or risk having the marble sink, fall down an abyss, destroyed or crushed. This takes away one of the players lives shown in the form of spare marbles in the inventory. The level automatically restarts from the beginning when all lives are lost, with the Oxyd colours randomly shuffled again. Some levels even are/have mazes which the player must find his/her way through.

Scoring system

Enigma also contains a score system which tracks how fast the player finishes the level. When a level is completed, a "personal record" for the level is made. All levels have two records which the player can try to beat: PAR (Derived from the golf scoring format) and World Record. PAR usually takes some quick doing to achieve and even changes with time in the newer versions and setting a new World Record is near impossible even for the dedicated player except through sheer luck. World Records are usually formed by groups of very dedicated players who have mastered moving the marble quickly but precisely and have known the ins and outs of each level.

Community

Score statistics

Score statistics are published every month at the official website of Enigma.[4] The most important categories are

  • World Record Statistics
  • Solved Level Statistics

Due to the large number of levels and the variety of challenges involved, achieving 100% level completion is no small task. According to in-game published statistics, as of December 2010 only one person has managed 100% level completion.[lower-alpha 1]

History

Since 2002, Oxyd is Abandonware.[5] That same year 2002 was the initial release of Enigma.[6] In 2007, Enigma reached stable version 1.01.

Development

Level design

The landscapes are generated by scripts in the Lua programming language, making the creation of complicated landscapes relatively easy.[7] A level editor exists, but it is currently not used very much.[8][9]

Example script:

ti[" "] = {"fl_lawn"}
ti["#"] = {"st_box"}
ti["O"] = {"st_oxyd"}
ti["@"] = {"ac_marble_black"}

wo(ti, " ", {
"####################",
"#                  #",
"#                  #",
"#   O          O   #",
"#                  #",
"#                  #",
"#        @         #",
"#                  #",
"#                  #",
"#   O          O   #",
"#                  #",
"#                  #",
"####################"
})

Legend:

  • ti = tiles
  • wo = world
Prefix Object Example
fl_ floor fl_lawn
st_ stone st_box, st_oxyd
it_ item it_key, it_yinyang
ac_ actor ac_marble_black
ot_ other ot_rubberband

Landscapes

As well as the 624 standard landscapes designed for it, Enigma also includes 20 tutorial landscapes, 149 landscapes adapted from various Sokoban games, 161 landscapes adapted from the Oxyd games, and 91 landscapes adapted from Oxyd's predecessor, Esprit. This makes a total of 1045 landscapes.[lower-alpha 1]

Additionally, Enigma is capable of reading and playing landscapes from the data-files of the original Oxyd games, potentially adding another 389 landscapes to Enigma's collection. Although some Oxyd-series features are not yet implemented in Enigma, most of the landscapes are fully functional.

Oxyd landscapes

  • Marble → Uncover Oxyd stone pair

In Oxyd landscapes, being the most common level types in Enigma, players must activate matching Oxyd stones. When Oxyd stones are hit by a marble, laser beam, or certain types of moving brick, they open to reveal a coloured circle. If two matching Oxyd stones are activated they remain open, while if non-matching Oxyd stones are activated the first one closes. There are a maximum total of twelve different colours in Oxyd stones. When all Oxyd stones are open the level is complete.

Two main actor landscapes

Yin-Yang item
  • Control black marble ← Yin-Yang → Control white marble

In this landscape, the game adds an additional marble for the player to control. However, Enigma is a single-player game so the game includes a Yin-Yang item that is automatically added to the players inventory when the level is started or located somewhere around the level which the player has to find. This item, when activated, switches control between the black and white marbles respectively. Normally, this level includes special bricks which change colour to the opposite colour of the marble or only let a marble of the specific colour pass through.

Meditation landscapes

  • Small white marble → Hollow

In meditation landscapes the player must place small white marbles into hollows in the landscape, with one marble in each hollow. Meditation landscapes may feature large marbles and Oxyd stones as a distraction. Some meditation levels have too few or too many hollows, in which case the player must produce extra hollows or remove existing hollows in order to complete the level. This level type has all marbles moving together so the player has to be careful when positioning other marbles into the other holes or navigating a hazard. Otherwise, a single jolt that's too strong may send marbles that are already in the hole out, requiring the player to reposition them.

Music

Composer of the menu music 'Pentagonal Dreams' is Andrew 'Necros' Sega.

Limitations

Enigma does not currently support the popular cooperative two-player network games that were available with some versions of Oxyd. However, most of the two-player landscapes are playable in single-player.

See also

References

Notes
  1. 1.0 1.1 Enigma version 1.01, released May 25, 2007.
Inline citations
  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.