OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Games => Topic started by: Martin Iturbide on March 31, 2020, 04:03:50 pm

Title: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on March 31, 2020, 04:03:50 pm
Hi

I'm on my third week of quarantine here in Ecuador (I'm in Quito, not Guayaquil).  These days I'm taking some time to update the OS2World Gaming Site (https://www.os2world.com/games/). I'm checking dead link and some layout improvements.

For the moment I'm checking one by one the native games and I had completed the Sports, Strategy, Other, Packs categories.

Let me know any suggestions, dead link or improvements.

If it can be possible I need the help of a developer to help me updating/compiling some of the already available games to update the libraries dependencies.
- For example "Alizarin Tetris (https://www.os2world.com/games/index.php/native-games/puzzle/296-alizarin-tetris)" uses LIBC06R1.DLL which is not communally distributed on RPM, so it can be great if it can be recompiled with the latest LIBC.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Andreas Schnellbacher on March 31, 2020, 04:14:13 pm
I'm here in Hamburg, Germany since 2020-03-20, 1.5 weeks ago, but it's also my third week.

I just say 'Hello', because I don't like gaming. I'm coding instead.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on March 31, 2020, 05:04:34 pm
Hi Andreas thanks for the reply.

Do you think you can try to recompile Alzarin Tetris - https://www.wkiri.com/projects/atris/
It uses SDL and LIBC.

Let me know if it is possible and I will test the game and package it for the site.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Andreas Schnellbacher on March 31, 2020, 05:28:54 pm
Do you think you can try to recompile Alzarin Tetris - https://www.wkiri.com/projects/atris/
It uses SDL and LIBC.
No, I don't even have a GCC environment running.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Andi B. on March 31, 2020, 06:54:05 pm
Code: [Select]
No, I don't even have a GCC environment running.yum install gcc*   :-)
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Dave Yeo on April 01, 2020, 12:39:26 am
Code: [Select]
No, I don't even have a GCC environment running.yum install gcc*   :-)

The tricky part is setting up the various SDL libs, at least the ones built with OpenWatcom which seem a better choice then the ones installed by YUM/RPM
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 01, 2020, 01:06:10 am
Hi

I think I never tried Light Cycles and not even have a picture of it.
https://www.os2world.com/games/index.php/native-games/puzzle/275-light-cycles

It required something called ACSSVC (APPC.DLL and ACSSVC.DLL), does someone has those DLLs?

Will it work, or does it requires some strange network protocol (not TCP/IP) to run?

Regards

Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Pete on April 01, 2020, 01:17:23 am
Hi All

Had my own corona virus scare recently: Had double hernia repair surgery on 10 March, discharged on 11 March at noon but about 12 hours later I was having trouble breathing and was coughing up blood - some of it bright red. My wife phoned an advice line who told her to wait for a call from an out of hours doctor service. They rang rang almost immediately, listened to wifes description of my problems and sent an ambulance. Turns out that the hospital where I had the surgery had had its first death from this virus the day before I had surgery and my symptoms were similar enough to cause a mild panic. However, after a checkup at hospital turns out I was suffering from a lung infection probably the result of having had a breathing tube inserted/removed during surgery. The wife and I were told to "self isolate" for a minimum of 14 days simply because we had been at 2 hospitals within 2 days...

Not being able to do much of anything due to the surgery the "self isolate" bit was not a great hardship - of course, now the whole UK is going through the same "self isolate" bit and will be for the forseeable future...

Looking for something to do I investigated the sample applications supplied with WDSibyl. I am not a games coder myself but compiled the chess game sample and added some code to save and read an ini file which saves the screen position and Difficulty setting - the default setting is 3 which is way above my Novice level of play  ;-)

I have attached WDSchess.zip in case anyone wants to give it a try - something to do while stuck at home  :-)
If it gets positive reactions I will upload it to hobbes.


In the meantime: Stay Healthy, everyone.


Regards

Pete
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 01, 2020, 06:07:26 am
Hi Pete,

It is a simple chess game, but works great. 
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Pete on April 01, 2020, 06:28:17 am
Hi David

Yes, simple but seems capable. I am not much of a chess player myself and struggle to win games on any difficulty setting higher than 2 - and lose more than I win even when set to Novice (1)...

If I can work out the coding I will try to add Save/Load Game capability - sadly the source code is lacking any comments. Moan, moan - even back in the late 1980s it was obvious that comments would be useful when revisiting code at a future date and college coding assignments were marked down if there were not enough informative comments.


Regards

Pete
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Jochen Schäfer on April 01, 2020, 11:04:26 am
The tricky part is setting up the various SDL libs, at least the ones built with OpenWatcom which seem a better choice then the ones installed by YUM/RPM
Why is that?
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Dave Yeo on April 01, 2020, 04:32:39 pm
The OW SDL libs are more complete, as in they've all been ported and seem more stable.
To adapt them for GCC, need the includes, need to create the import libs, sdl-bin and the pkg-config files and set the environment up to find sdl-bin or the pkg-config files.
Not that hard but not as simple as yum install.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 01, 2020, 09:27:08 pm
Hi

I guess that the OW SDL are SDL-1.2.15-20160303.zip and SDL2-2.0.4-20160225.zip available at hobbes. I use those ones (the DLL runtimes) because not all SDL DLLs are available on the RPM.

I still do not know why there are different files on the zip files and on the RPM. Are the ones on the RPM compiled by a different person than the OW SDL ? I also don't know why the ones on the RPM SDL has some extra files like SDL120.dll and SDL_t200.dll that are not on OW SDL.

I attach the picture when you can see the difference. (The OW SDL are on SYS/DLL)

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Pete on April 01, 2020, 10:58:13 pm
Hi Martin

It does look like sdl is a bit of a mess. I don't really use sdl apps so have not noticed just how bad...

You may not have noticed the duplicate cdtbl.dll on your system. I wonder which location is best suited for that - os2\dll or mmos2\dll ?


Regards

Pete
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Dave Yeo on April 02, 2020, 12:12:24 am
SDL was originally ported by Doodle using OpenWatcom and he got his makefiles etc into SDL, so supported.
The RPM one is likely compiled with GCC doing the configure make routine using libtool for linking and the extra DLL names are likely an artifact of using libtool to create the DLL's. IIRC, the bauxite people did the original GCC port.
At some point we should be moving to SDL2 as SDL is dead, but once again everything would need recompiling at least, if not some minor porting.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 02, 2020, 05:17:55 am
Had my own corona virus scare recently..
Oh, That was a good scare...

I have attached WDSchess.zip in case anyone wants to give it a try - something to do while stuck at home  :-)

I tried for a while WDSchess and it is working fine from my site. I would suggest you to assign it a version number (1.0) and create a simple WDSchess.txt file to be included. Do you want also to include the source code?

I will put it also on the OS2World Gaming site.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 02, 2020, 04:59:02 pm
Hi

I had completed checking the Puzzle (https://www.os2world.com/games/index.php/native-games/puzzle) (86 games) and Educational (https://www.os2world.com/games/index.php/native-games/educational)  (22) games on the Gaming site. I had been checking page by page to update missing pictures and broken links.

It is interesting to see how many sites are gone after more than ten years. Instead of deleting those link, I'm putting the link to the wayback machine to remember those pages.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 02, 2020, 06:38:44 pm
Hi again

Tellie helped me yesterday and compiled Alzarin Tretris again using a modern libc library. Here it is the compiled version for you to provide me feedback. On my side it works, but I have problems with sound, while Tellie tells me the sound works. Please give it a try.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Pete on April 02, 2020, 10:28:59 pm
Hi Martin

Attached is WDSchess_V1-0.zip containing:-

   WDSchess.exe - chess game
   WDScreate.cmd - script to create program object in Games folder
   WDSchess.txt - this file
   WDS_src.zip - modified source files and instructions

I have uploaded the zip file to hobbes but very happy to also have it on the OS2World Gaming site.

Maybe a more competent coder could look into adding an option to Save/Load Game as I am having trouble understanding the coding.


Regards

Pete


 


Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 03, 2020, 05:10:09 pm
Any ideas on this subject:

Hi

I think I never tried Light Cycles and not even have a picture of it.
https://www.os2world.com/games/index.php/native-games/puzzle/275-light-cycles

It required something called ACSSVC (APPC.DLL and ACSSVC.DLL), does someone has those DLLs?

Will it work, or does it requires some strange network protocol (not TCP/IP) to run?

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 03, 2020, 07:29:30 pm
Hi again

Tellie helped me yesterday and compiled Alzarin Tretris again using a modern libc library. Here it is the compiled version for you to provide me feedback. On my side it works, but I have problems with sound, while Tellie tells me the sound works. Please give it a try.

Regards

Where are the files to be placed?  Just guessing, I placed to the USR directory.  However, the program does not run.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 03, 2020, 08:21:02 pm
Where are the files to be placed?  Just guessing, I placed to the USR directory.  However, the program does not run.

Hi David.

Possible you are missing the SDL libraries. There are in the Netlabs RPM or at hobbes (https://hobbes.nmsu.edu/download/pub/os2/dev/SDL-1.2.15-20160303.zip).  You can check the issue (error message) by trying to run the exe from the command line. Or you can use PMDLL to check which dependencies it is looking for.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 03, 2020, 08:46:26 pm
Where are the files to be placed?  Just guessing, I placed to the USR directory.  However, the program does not run.

Hi David.

Possible you are missing the SDL libraries. There are in the Netlabs RPM or at hobbes (https://hobbes.nmsu.edu/download/pub/os2/dev/SDL-1.2.15-20160303.zip).  You can check the issue (error message) by trying to run the exe from the command line. Or you can use PMDLL to check which dependencies it is looking for.

I was missing the SDL libraries.  However, it still does not work for me.  It keeps asking for a name and level.  Can't get past this point.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 03, 2020, 09:57:55 pm
Hi David

I think you are misplacing the "/var/atris"

Check if you have the file "Atris.Players" on "c:\var\atris"

Check the console that is showing error for something like:
 Identity File [/@unixroot/var/atris/Atris.Players]

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 03, 2020, 10:18:56 pm
Hi David

I think you are misplacing the "/var/atris"

Check if you have the file "Atris.Players" on "c:\var\atris"

Check the console that is showing error for something like:
 Identity File [/@unixroot/var/atris/Atris.Players]

Regards

Thanks Martin.  That was the problem.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 03, 2020, 10:52:57 pm
Thanks Martin.  That was the problem.

David, do you have sound on ATris?
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 04, 2020, 12:53:46 am
Thanks Martin.  That was the problem.

David, do you have sound on ATris?
No sound Martin
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 04, 2020, 10:39:49 am
Hi

Sounds works perfect here, even can change it to a other melodie
I use plain OS2, Martin use it in a VM and you David?

These are the dll i use from SDL
5-21-17  14:39         144,492    124  SDL120.dll
5-21-17  15:32          11,164    124  SDL_t200.dll
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: guzzi on April 04, 2020, 12:30:26 pm
No sound here either, ecs with uniaud
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 04, 2020, 12:41:26 pm
Hoi Bjorn,

What are the dates of youre SDL files
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: guzzi on April 04, 2020, 02:24:32 pm
The ones from ANPM, SDL 1.2.15-5 and SDL.TFF 2.0.11-2
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David Graser on April 04, 2020, 06:03:25 pm
Hi

Sounds works perfect here, even can change it to a other melodie
I use plain OS2, Martin use it in a VM and you David?

These are the dll i use from SDL
5-21-17  14:39         144,492    124  SDL120.dll
5-21-17  15:32          11,164    124  SDL_t200.dll

This is the latest with YUM.

SDL 1.2.15-5

30-06-2016  07:58       301KB   SDL120.dll
14-04-2016  16:34         19KB   SDL_t200.dll

Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 05, 2020, 11:38:24 am
Hi all,

I just try with the rpm sdl and i have with these also sound ???
So its a miracle to me . I also use uniaud drivers

Any have a idea where to look as its strange that i have only the sound ?
C:\usr\bin>atris
main          |         Welcome to Alizarin Tetris (version 0.1 - Delay)
main          |         ~~~~~~~~~~~~~~~~~~~~~~~~~~ (Apr  1 2020)
parse_options | Command line arguments parsed.
main          | SDL initialized.
main          | Video Mode: 640 x 480 @ 16 bpp
setup_colors  | *** Note: First non-black color found at magnitude 4.
main          | Changing directory to [/@unixroot/usr/share/atris]
load_piece_sty| Piece Style [Planar Pentominoes] loaded (18 pieces).
load_piece_sty| Piece Style [Default Tetris Pieces] loaded (7 pieces).
load_piece_sty| Piece Style [One-To-Five -Ominoes] loaded (28 pieces).
load_color_sty| Color Style [Alphabet Soup] loaded (7 colors).
load_color_sty| Color Style [Blurry] loaded (7 colors).
load_color_sty| Color Style [Deep Blue] loaded (7 colors).
load_color_sty| Color Style [Default Color Scheme] loaded (7 colors).
load_color_sty| Color Style [End of the Line] loaded (7 colors).
load_color_sty| Color Style [Party Mix] loaded (7 colors).
load_color_sty| Color Style [Red, Blue & Purple] loaded (7 colors).
load_color_sty| Color Style [Shades of Grey] loaded (7 colors).
load_color_sty| Color Style [Small Dots] loaded (7 colors).
load_color_sty| Color Style [Textures] loaded (7 colors).
load_color_sty| Color Style [Two Color Process] loaded (7 colors).
load_color_sty| Color Style [Whirly] loaded (7 colors).
load_sound_sty| Sound Style [Abuse Sound Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Babylon 5 Sound Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Default Sound Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Doh Sound Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Sound Effects Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Lemmings Sound Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [MirrorMagic1 Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [MirrorMagic2 Style] loaded (7/7 sounds).
load_sound_sty| Sound Style [Star Trek Sound Style] loaded (7/7 sounds).
AI_Players_Set| AI Players Initialized (4 AIs).
load_identity_| Identity File [/@unixroot/var/atris/Atris.Players] loaded (3 players).
save_options  | Preference file [C:\Home/.atrisrc] saved.

This is showed when i start Atris
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 05, 2020, 02:40:51 pm
Hi Tellie

I don't get the "load_sound_sty" messages. Not even errors. Maybe I'm putting it on the wrong place. I have it on "/usr/share/atris/sounds". Where do you have them located?

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David McKenna on April 05, 2020, 04:19:30 pm
 No sound here either - my startup window is identical to Martin's. The docs installed by the YUM version of SDL imply there are other modules not supplied (only SDL and SDL_ttf are):

  SDL v. 1.2.15
  SDL_ttf v. 2.0.10
  SDL_image v. 1.2.12
  SDL_mixer v. 1.2.12
  SDL_net v. 1.2.8
  SDL_sound v. 1.0.3

 I wonder if this archive of SDL is incomplete? Have an older version by Digi that does contain those modules, but they don't work with this version of atris (it wants sdl120.dll). Tellie, do you have any of these other SDL DLL's on your system?
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 05, 2020, 07:59:14 pm
Hi
@Martin
Yes i have it in /usr/share/atris/ and 3 subdrs in there with graphics, sounds and styles

@David

5-21-17  14:39           9,408    124  SDL12.dll
5-21-17  14:39         144,492    124  SDL120.dll
5-21-17  14:39          33,672    124  SDL120_dll.a
5-21-17  14:39          18,432    124  SDL120_dll.lib
5-21-17  16:53           2,397    124  SDLimage.dll
5-21-17  15:32           3,097    124  SDLttf.dll
5-21-17  14:39          33,672    124  SDL_dll.a
5-21-17  14:39          18,432    124  SDL_dll.lib
5-21-17  16:53          27,905    124  SDL_i120.dll
5-21-17  16:53           7,580    124  SDL_image120_dll.a
5-21-17  16:53           5,632    124  SDL_image120_dll.lib
5-21-17  16:53           7,580    124  SDL_image_dll.a
5-21-17  16:53           5,632    124  SDL_image_dll.lib
5-21-17  15:32          11,164    124  SDL_t200.dll
5-21-17  15:32           8,178    124  SDL_ttf200_dll.a
5-21-17  15:32           6,144    124  SDL_ttf200_dll.lib
5-21-17  15:32           8,178    124  SDL_ttf_dll.a
5-21-17  15:32           6,144    124  SDL_ttf_dll.lib

These are the ones i have in /usr/lib
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: guzzi on April 05, 2020, 09:08:04 pm
That is a package with the source code included, so it's not the same as the rpm one, that has only binaries.
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 05, 2020, 09:48:52 pm
Hi Bjorn,
I have installed the libs/.a  also otherwise i cannot link programs with it :)
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: David McKenna on April 06, 2020, 12:41:28 am
Hi Tellie,

  You have 3 DLL's that I do not have: SDLImage.dll, SDL_i120.dll and SDL_t200.dll. If you move those out of the libpath, do you still have sound? I tried installing the SDL-devel package with YUM, but it didn't help. I notice the dates on your files are newer too - do you remember where you got the SDL package from?

Regards,
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on April 06, 2020, 02:20:58 am
Hi

On the other subject. I had complete updating all OS/2 Native Game on the Gaming site (https://www.os2world.com/games/index.php/native-games).  It took me some time to visit each page one by one and test all the pictures and links. Let me know if you find something else to fix.

I have the following missing things of these games I was not able to run:
- Planets (https://www.os2world.com/games/index.php/native-games/strategy/313-planets) - No Picture / No Review
- Poker - RS (https://www.os2world.com/games/index.php/native-games/cards-dice/446-poker-solitaire) - No Picture - No run on newer OS/2
- Light Cycles (https://www.os2world.com/games/index.php/native-games/puzzle/275-light-cycles) -  No Picture - No run on newer OS/2
- 4D Tic-Tac-Toe (https://www.os2world.com/games/index.php/native-games/board/412-4d-tic-tac-toe)  - SDD and MGL - No Picture
- CapiCity (https://www.os2world.com/games/index.php/native-games/board/425-capi-city) - No Picture
- PMICS (https://www.os2world.com/games/index.php/native-games/board/123-pmics)  - No picture

Any help is welcome.

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: TeLLie on April 06, 2020, 07:24:35 pm
Hi David,
Makes no diff i still have sound.
I think i got them ones from Valerius iirc
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on June 25, 2020, 07:22:56 pm
There had been some updated to the OS2World Gaming Site. I was falling behind some games updates, but I'm catching up.

I have updated to the latest versions:

    Atomiks
    iQPuzzle
    Simsu
    Tanglet
    Connectagram
    Numpty Physics
    Atomiks
    Maze of Galious
    Scavenger
    Road Fighter
    SuperTux
    Mega Mario
    Another World / Fabother World
    Flashback / REminiscence
    OpenTyrian

Visit for the links: https://www.os2world.com/games/ (https://www.os2world.com/games/)

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on June 26, 2020, 02:16:06 am
...and just updated the pages of:
    Gottet
    Cute Maze
    Hexalate
    Peg-E
    Scavenger

Regards
Title: Re: Quarantine Gaming !! - Dev/Port Help
Post by: Martin Iturbide on June 28, 2020, 04:43:51 am
Hi

Just in case here is the wishlist of games that I would love to see recompiled with the latest libraries or to remove SDD support to avoid conflicts. Currently those does not work on my system (without SNAP)

- Abe's Amazing Adventure        1.0   SDL / SDD        GNU GPL      *** SDD Dependency
- Alien Blaster                  1.1.0   SDL                 GNU GPL      Old SDL.DLL
- Amoebax                  0.2.1   SDL                  GNU GPL      Old SDL12.DLL
- Barrage                          1.0.4   SDL             GNU GPL            ***   Can not run.
- Cuyo                     2.1.0   SDL             GNU GPL      *** SDD Dependancy
- Dave Gnukem                  0.56   SDL / SDD        GNU GPL             *** SDD Dependancy
- Enigma      0.92         SDD?      GNU GPL      *** SDD Dependancy
- Fish Fillet               SDL      GNU GPL      *** SDD Dependancy?
- Formido      1.0         SDL      GNU GPL      *** SDD Dependency
- UHexen      0.601      SDL      GNU GPL      *** SDD Dependency
- Jump n' Bump               SDL      GNU GPL      *** CANT RUN
- Kobo Deluxe      0.4 pre8      SDL / SDD   GNU GPL      *** SDD Dependency
- Lopan      0.9         SDL / SDD   GNU GPL      *** SDD dependecy
- Luola      1.2.6         SDL / SSDD   GNU GPL      *** SDD dependecy Old SDL
- Marryampic2         0.8         SDL / SDD   GNU GPL      *** SDD Dependancy
- Pingus      0.7.6         SDL      GNU GPL      OLD SDL12.DLL / Gianfilipo
- Primate Plunge   1.1         SDL      Freeware      OLD SDL12.DLL
- Rock Doger      0.6         SDL      GNU GPL   *** SDD Dependecy
- Rocks n Diamonds   3.2.4         SDL      GNU GPL   *** CANT RUN
- SDL Invaders   0.80         SDL      GNU GPL      *** SDD Dependency
- SDL Roids      1.3.4         SDL      GNU GPL      *** SDD Dependency
- SDL Zombies      1.0.0         SDL      GNU GPL      *** SDD Dependency
- Snake Me               SDL      Source Code   *** SDD Dependecy
- Still Yet Another Sokoban 1.02      SDL      GNU GPL      *** SDD Dependency
- Tiles World      1.0         SDL / SDD   Open Source   *** SDD Dependecy
- Tuxfootball      0.3.1         SDL      GNU GPL      *** Can not run
- XRick               SDL /SDD   Freeware   *** SDD Dependency