Atomix: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
m (→‎ROM: Changed Play In Browser, confirmed link works.)
 
(10 intermediate revisions by 3 users not shown)
Line 6: Line 6:
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
|media license = CC BY 3.0
|media license = CC BY 3.0
|engine = slightly modified
|engine = trunk kernel rev. 200
|video mode = 3
|video mode = 3
|language = English
|language = English
Line 29: Line 29:
* SELECT - back to menu (level selection)
* SELECT - back to menu (level selection)


==TODO==
==Sources==
* Music?
Part of the master Uzebox repository: [https://github.com/Uzebox/uzebox/tree/master/demos/Atomix]
* Save highscores for each level? (will cost much EEPROM)


==Download==
==ROM==
* UZE - [[Media:atomix.uze]]
[https://nicksen782.net/UAM/APP_emu/?gameid=108 Play In Browser]
* UZE, HEX, sources - [[Media:atomix.zip]]
* [[Media:Atomix.hex|.HEX file]]
* [[Media:Atomix.uze|.UZE file]]

Latest revision as of 22:35, 12 January 2019

Atomix (formerly uatomix)
Uatomix.png
Atomix Game Play
DeveloperMartin Šustek
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCC BY 3.0
Enginetrunk kernel rev. 200
Video Mode3
LanguageEnglish


Logical puzzle, goal is to build molecule of atoms.

Features

  • 50 levels (by Andreas Wuest)
  • Status of each level (if is done) is saved in EEPROM.
  • Animated logo in menu
  • Counting moves, distance and time in level

Controls (menu)

  • UP, DOWN - select level
  • START - start selected level

Controls (in game)

  • UP, DOWN, LEFT, RIGTH - move
  • A, B, X, Y - select / deselect atom
  • START - restart level
  • SELECT - back to menu (level selection)

Sources

Part of the master Uzebox repository: [1]

ROM

Play In Browser