You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FPC Atomic is a complete reimplementation of the original Atomic Bomberman game (from 1995). 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 (there is a tool planned for future versions to extract the data automatically).
8
+
FPC Atomic is a complete reimplementation of the original Atomic Bomberman game (from 1995). 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.
9
+
10
+
## What needs to be done to to be able to play the game?
11
+
The steps shown here are only needed to be done once.
12
+
13
+
1. get the Atomic Bomberman CD-content (buy the game it is worth it!)
14
+
2. download and uncompress the .zip file of the subfolder [bin](https://github.com/PascalCorpsman/fpc_atomic/tree/main/bin) on your harddisc
15
+
3. run the "cd_data_extractor" and follow the instructions
16
+
4. read the [manual](MANUAL.md)
17
+
5. start the game by executing "fpc_atomic" binary and enjoy
9
18
10
19
## Differences to the original
11
20
Here are the differences between FPC Atomic and the original Atomic Bomberman:
@@ -15,27 +24,11 @@ Here are the differences between FPC Atomic and the original Atomic Bomberman:
15
24
- Missing online manual; use the [manual](MANUAL.md) provided in this repository instead.
16
25
- Pro gamers may discover additional differences due to our guessing the original functionality.
17
26
18
-
## License
19
-
See the license.md file located at https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md for details about the license.
20
-
21
-
## Contributors
22
-
Idea : Interplay Productions
23
-
Implementation : Uwe Schächterle
24
-
Graphics : Interplay Productions
25
-
Leveldesign : Interplay Productions
26
-
Testing : Uwe Schächterle
27
-
28
27
## Manual
29
28
See the [manual](MANUAL.md) for detailed information.
30
29
31
-
## What needs to be done to to be able to play the game?
32
-
The steps shown here are only needed to be done once.
33
-
34
-
1. get the Atomic Bomberman CD-content (buy the game it is worth it!)
35
-
2. download all content of the subfolder [bin](https://github.com/PascalCorpsman/fpc_atomic/bin) and store it on your harddisc
36
-
3. run the "cd_data_extractor" from subfolder and follow the instructions
37
-
4. read the [manual](MANUAL.md)
38
-
5. start the game by executing "fpc_atomic"
30
+
## License
31
+
See the license.md file located at https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md for details about the license.
39
32
40
33
## What needs to be done to get the code compiled?
41
34
To compile the FPC Atomic code, follow these steps:
@@ -45,3 +38,10 @@ To compile the FPC Atomic code, follow these steps:
45
38
4. Install the following packages into the Lazarus IDE:
46
39
- 'Lnet' from https://github.com/almindor/L-Net or the fixed version from https://github.com/PascalCorpsman/lnet
47
40
- 'LazOpenGLContext' (from the list of available packages inside the IDE)
0 commit comments