Skip to content

PascalCorpsman/fpc_atomic

Repository files navigation

FPC Atomic

Author : Uwe Schächterle (Corpsman)
Homepage : https://www.Corpsman.de
Source : https://github.com/PascalCorpsman/fpc_atomic
Wiki : https://en.wikipedia.org/wiki/Atomic_Bomberman

Description

FPC Atomic is a complete reimplementation of the original Atomic Bomberman game (from 1997). This repository hosts only the source code, as the graphics and sounds are copyrighted by Interplay Productions. To play the game, you need to extract the original graphics from the game disc and provide them as requested by the game.

What needs to be done to play the game?

The steps shown here are only needed to be done once (for installation).

  1. get the Atomic Bomberman CD-content (buy the game it is worth it!) and store it on your harddrive
    1.1 if you want all animations download and merge the expansion pack from here or use this direct download link
    1.2 extract the content of ani.zip into the CD-Content "/DATA/ANI" subfolder
  2. download the atomic_launcher of the subfolder bin on your harddisc
  3. run the "atomic_launcher" and follow the instructions
  4. read the manual
    4.5 if you are a Linux user run the "Linux_sound_install_script.sh"
  5. start the game by executing "atomic_launcher" and enjoy

How do i get updates ?

By using the launcher you can click the "check for update" feature to check wether there are updates available. If so, the launcher automatically asks you to download the updates.

Differences to the original

  • Implementation in TCP (instead of slow IPX)
  • Custom AI implementation
  • Single player mode
  • Not all sounds are used
  • Missing online manual; use the manual provided in this repository instead.
  • Pro gamers may discover additional differences due to guessing of the original functionality.

Manual

See the manual for detailed information.

License

See the license.md file located at https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md for details about the license.

What needs to be done to compile the code ?

  1. Install Lazarus IDE from https://www.lazarus-ide.org/
  2. Download dglopengl.pas from https://github.com/saschawillems/dglopengl and store it in the "units" folder
  3. Download bass.pas from https://www.un4seen.com/ and store it in the "units" folder
  4. Download synapse from http://www.ararat.cz/synapse/doku.php/download and store it in the "units" folder
  5. Install the following packages into the Lazarus IDE:

What needs to be done to implement a own AI ?

The AI that is delivered with this repository is more a try than a real AI, and to be correct in words it's a agent not a real AI (it does not learn nor uses neural nets). If you want to write your own version you have two options:

  • Implement a new AI with Free Pascal using this template
  • Implement a new AI using the C template (or use the C-interface to port it to your most favourite programing language)

Read the manual section Console commands to load and unload your ai without the need to restart the application.

External known sites which link to this repository

Contributors

Idea : Interplay Productions
Implementation : Uwe Schächterle
Graphics : Interplay Productions
Leveldesign : Interplay Productions
Testing : Uwe Schächterle