Skip to content

Releases: rsn8887/Enigma

Enigma Vita v1.06

23 Mar 06:15
Compare
Choose a tag to compare

Last Changes

1.06

  • map dpad as arrow keys to quick select menu items and quick-select mouse speed in game
  • map L to 'F1' (help), X to 'Return' (ok), O to 'ESC' (back)
  • update help texts to reflect Vita controller mappings

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to @usineur for his libkbd-vita code for easy use of touch keyboard text entry.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

NOTE: I recommend using FTP transfer to copy the files over (~10,000 small files in data.zip). There is one report (thanks @ji11x38) that using the Vitashell "SELECT Button: USB" option to copy files directly from a MacOS computer to the Vita via USB caused the files to not transfer correctly, causing Enigma to crash on startup.

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level packages with >3,000 levels and pre-calculated preview screenshots
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start / circle - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)
L-trigger - bring up help screen (F1)
Dpad in menu - quick-select menu items (arrow keys)
Cross - ok in menu (return)
Dpad left/right in game - quick-change mouse speed
Dpad up/down in game - cycle through previous messages

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Mouse sensitivity can be adjusted in options or in-game via dpad left/right. The setting affects analog joystick, touch, and real bluetooth mice.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/in.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.06

  • map dpad as arrow keys to quick select menu items and quick-select mouse speed in game
  • map L to 'F1' (help), X to 'Return' (ok), O to 'ESC' (back)
  • update help texts to reflect Vita controller mappings

1.05

  • enable touch keyboard in menu, useful for name entry and level search
  • increase smoothness of mouse pointer motion in gui
  • remove the missing translations

1.04

  • fix missing soundsets in audio menu

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.05

22 Mar 02:05
Compare
Choose a tag to compare

Last Changes

1.05

  • enable touch keyboard in menu, useful for name entry and level search
  • increase smoothness of mouse pointer motion in gui
  • remove the missing translations

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Mouse sensitivity can be adjusted in options. The setting affects analog joystick, touch, and real bluetooth mice.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/in.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.05

  • enable touch keyboard in menu, useful for name entry and level search
  • increase smoothness of mouse pointer motion in gui
  • remove the missing translations

1.04

  • fix missing soundsets in audio menu

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.04

21 Mar 05:40
Compare
Choose a tag to compare

Last Changes:

1.04

  • fix missing soundsets in audio menu

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Mouse sensitivity can be adjusted in options. The setting affects analog joystick, touch, and real bluetooth mice.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/inet.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.04

  • fix missing soundsets in audio menu

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.03

21 Mar 03:17
Compare
Choose a tag to compare

Last Changes:

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Mouse sensitivity can be adjusted in options. The setting affects analog joystick, touch, and real bluetooth mice.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/inet.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.03

  • updated data.zip to include many more levels with corresponding thumbnail previews and many more sound sets.

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.02

17 Mar 03:56
Compare
Choose a tag to compare

Last Changes:

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Mouse sensitivity can be adjusted in options. The setting affects analog joystick, touch, and real bluetooth mice.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/inet.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.02

  • decrease default joystick sensitivity (marble moved too fast when controlled with joystick)

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.01

14 Mar 07:43
Compare
Choose a tag to compare

Last Changes:

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to my supporter(s) on Patreon: CountDuckula.

Thanks to the developers of VitaSDK and other developers on the Vita for making this possible, in no particular order: @devnoname120, @TheOfficialFloW, @yifanlu, @Rinnegatamante, @Cpasjuste, @xyzz, @xerpi, and many others.

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Vita-exclusive features

  • game controller support: analog joystick mouse controls and button mappings
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels
  • Bluetooth keyboard and mouse combo support (Vita supports only a limited number of BT devices, tested working with Jelly Bean BT keyboard and mouse combo ASIN:B06Y56BBYP)

Vita Controls

Left analog stick - analog control of the marble and mouse pointer
Square - select menu items, use object in game (left mouse button)
Triangle - cycle through inventory items (right mouse button)
Start - bring up in-game menu (escape key)
Select - destroy marble and remove one life (F3)
R-trigger - restart level (shift-F3)

Front touch - analog control of the marble and mouse pointer
Rear touch - analog control of the marble and mouse pointer
Single finger tap - select menu items, use object in game (left mouse button)
Dual finger tap - cycle through inventory items (right mouse button)

Note: Dual finger tap works by holding one finger down and quickly tapping with a second finger somewhere else.

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • with a text-editor, load the file $VITASDK/arm-vita-eabi/include/netinet/inet.h. Inside the file, replace "struct" with "inline struct" on line 45 and 49.
  • download or clone my xerces-c repo from here into a folder called xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -DCMAKE_BUILD_TYPE=Release -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma and compile
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../Enigma
make enigma.vpk -j10

Changelog

1.01

  • map r-trigger to 'restart' and select button to 'kill marble'

1.00

  • initial Vita port release based on latest Enigma development version

Enigma Vita v1.00

14 Mar 06:42
Compare
Choose a tag to compare

Last Changes:

1.00

  • initial Vita port release based on latest Enigma development version

Overview

This is my Vita port of Enigma, a skill/puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.

The object of the game is to uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones … If you are new to Enigma, you may want to take a look at a few screenshots or peek at the user manual.

Homepage

Detailed information about the game can be found here:
http://www.nongnu.org/enigma/index.html

Thanks

Thanks to the many developers of the original game, such as the main developers Thomas Bernhardt, Raoul Bourquin, Siegfried Fennig, Martin Hawlisch, Daniel Heck, Ronald Lamprecht, Andreas Lochmann, Petr Machata, Nobby, Nat Pryce, Jacob Scott, Sven Siggelkow, Ralf Westram, and many many others.

The full credits are at http://www.nongnu.org/enigma/credits.html .

Special thanks to Meinolf Schneider / Amekudzi for the original Oxyd games on Atari ST and PC which inspired Enigma.

Vita-exclusive features

  • game controller support: analog joystick mouse controls etc.
  • front and rear touch controls with left/right mouse click gestures
  • complete level data package with pre-calculated preview screenshots for each of the hundreds of levels

Vita Controls

Left stick / front touch / rear touch - analog control of the marble or mouse pointer
Square / single finger tap - left mouse button / use object in inventory or drop it if it cannot be used
Triangle / dual finger tap - right mouse button / cycle through inventory items
Start - bring up in-game menu
Select - destroy marble (removes one life)

Dual finger touch works by holding one finger down and quickly tap with a second finger.

Installation Instructions

  • Install the .vpk
  • Extract the contents of data.zip into ux0:data/

Build Instructions

Enigma needs xerces-c and inet. To prepare compilation:

  • replace "struct" in $VITASDK/arm-vita-eabi/include/netinet/in.h with "inline struct" at the top
  • download or clone my xerces-c repo from here into a folder called xerces
cd xerces
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -Dmutex-manager=nothreads -Dnetwork=OFF -Dsse2=OFF -Dthreads=OFF -DBUILD_SHARED_LIBS=OFF ../xerces-c-3.2.0/

make -j10
make install -j10

You should now have the file

$VITASDK/arm-vita-eabi/lib/libxerces-c.a 

and a whole bunch of header files in

$VITASDK/arm-vita-eabi/include/xercesc/
  • Clone the Enigma repo into a folder called Enigma
mkdir build
cd build
cmake ../Enigma
make enigma.vpk -j10

Changelog

1.00

  • initial Vita port release based on latest Enigma development version