opengaming / osgameclones

Open Source Clones of Popular Games
https://osgameclones.com/
Other
1.69k stars 311 forks source link

Add Atomic Bomberman, FreePascal version #2559

Closed PascalCorpsman closed 2 months ago

PascalCorpsman commented 3 months ago

The game Atomic Bomberman is still existing: https://osgameclones.com/atomic-bomberman/

I created a new Port, that looks nearly 100% like the original from 1997 and is complete opensource. This same look is due to the fact, that it uses the original images. So in order to get a playable game you need to have the original Disk content (which can be downloaded through the internet) or copied from the original disk.

https://github.com/PascalCorpsman/fpc_atomic

cxong commented 3 months ago

Is there more info on this game, like screenshots and videos?

PascalCorpsman commented 3 months ago

In_Game Main_Screen

Unfortunatunelly i am not able to record my screen, but i made you two screenshots ;)

PascalCorpsman commented 3 months ago

FPC_Atomic_Preview.zip

Finally was able to make a screenrecord of it, had to zip it to upload it ;)

kparal commented 2 months ago

I think @cxong meant publicly accessible screenshots (like from the github page) and videos (e.g. on youtube), so that he can link it from osgameclones.com. It's something that probably any visitor of your project would appreciate to see.

Btw, the game looks and seems to play like the original, many thanks for your work.

PascalCorpsman commented 2 months ago

I would love to add screenshots and videos, but i am not shure weather this is allowed, as i could not find any informations about the copyrights of the source images / sounds (i know that there are a lot of projects out there that don't care for that, but i care). Thats the reason why the game comes with the cd_data_extractor. If you own the original CD (as i do) then it is easy to create a running game with that application (its the same thechnic that was used for OpenTTD and OpenRA)..

i published now the atomic_launcher, with this application updating is now as simple as a click ;)