This thread is dedicated to the development (remake) of the computer game Atomix.
(more info here:
The Atomix Game Development Project)
What is Atomix?
Atomix is a 1990 2D transport puzzle video game created by Softtouch and published by Thalion Software. You might find hundreds of clones around the world..
The object of the game is to assemble molecules from compound atoms by sliding the atoms around. This has to be done in a set time limit for each level. The screen contains a small preview window showing what each molecule should look like. The tile-based playing field contains a number of atom blocks, as well as walls. The player can move an atom around by selecting it, and moving it up, down, left, or right. The catch is that, when moving, an atom block will not stop moving until it hits a wall or another atom block. Even if it is the last atom to complete the molecule, it will keep moving past the almost complete molecule. Since it is not possible to stop anything in mid-movement, it requires careful planning to align all blocks properly. Of course, each level has a strict time limit.
You can learn more about Atomix here:
Code:
http://en.wikipedia.org/wiki/Atomix_(computer_game)
http://thalion.exotica.org.uk/games/atomix/atomix.html
Specification
- Atomix will be freeware.
- User selectable resolution
- DirectX version user selectable (DX7 and DX9)
- Full screen or windowed
- Full controllable with mouse, and partial with keyboard
- Will run under all Windows versions which support DX7 or DX9
Executable and Test Versions
Due to attachment restrictions here at istorya.net, you can download the latest Windows executable and test versions from here:
Download:
The Atomixgame Development Project
Contributions
If you like to be part of this project, be it by providing images, sound, music or code, please feel free to pm me here or at the developer website
atomixgame.com
. Credits will be given on the games credit screen.
Thanks for support goes to:
- dlanyer77
- unfamous
- javapenguin
- manick
You can leave comments, suggestions and bug reports here in this thread or at the
developer website atomixgame.com.
It is optimized for 800x600 (which might be the final resolution), and will look strange if you select another resolution...
The goal is to build the molecule visible at the bottom in the left panel.
Controlling the "atoms" is easy: Just click the atom, arrow will appear. Click the arrow in which direction you want to move the atom.
If you want to deselect a selected atom (hide the arrows), just click the right mouse button.
Atoms move so long until they hit another atom or the borders of the playfield.
To pause/resume the game, press SPACE, to abort the game, press ESCAPE.
Some early screens (might not reflect the current state of development)
Title Screen:
Another Title Screen:
Highscore Screen
Credit Screen
Options Screen
Game Level (Test Level)
Game Level (Test Level)
Game Level (Test Level)