thomas-pike / atoms-www

The Atoms Amiga game re-implemented in web technologies
MIT License
9 stars 5 forks source link
amiga amiga-game game retrogaming

atoms-www

A re-implementation of Tom Kuhn's "Atoms" Amiga game using web technologies.

Atoms was originally a game for the Atari ST and an Amiga version was later released which was given away on an Amiga Format coverdisk. This web-based version of Atoms is based (loosely) on the design of the Amiga version of the game.

Install & run

Simply clone the repository and then point your web browser at the game.html file.

Or you can just run the game from my server at https://atoms.xiven.com/

Gameplay

Each player in turn places an atom in a cell on the board. They can either place it in an empty cell, or any cell with their own colour atoms in it. If the placed atom causes the cell to be overloaded, the cell will explode with the atoms moving out into all orthogonally adjacent cells, turning any existing atoms in those cells into the player's colour. Chain reactions can occur after the initial explosion, which can cause sweeping changes across the board.

The maximum number of atoms a cell can hold before becoming overloaded is:

Once a player's last atom has been wiped out, they are out of the game. The winner is the last surviving player.

More about this implementation

There are some notable differences from the original game:

Technologies used include:

A modern web browser is definitely required. The latest stable versions of Vivaldi, Opera, Chrome and Firefox will all work fine. Internet Explorer will not. Edge and Safari might…