home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / os2 / backgam / os!2.txt < prev    next >
Encoding:
Text File  |  1994-12-30  |  2.7 KB  |  65 lines

  1. OS/2 Native FIBS version of the Tinyfugue Client
  2.  
  3. New User Note:
  4.     This is pretty much a quick and dirty port of the unix
  5.     client.  If you are not familiar with the terms
  6.     TCP/IP, SLIP, and the EMX runtime package, this 
  7.     is probably not for you.  Its just a holdover until
  8.     a PM version of a client appears, but it does do the
  9.     job!
  10.  
  11. Version 0.B Note:
  12.     Requires the emxfix02 package, which seems to have solved
  13. the hang problem occasionally!
  14.  
  15. What it is:
  16.     This is a port of the Tinyfugue Client that was patched
  17. to specially support the First International Backgammon Server (FIBS).
  18.  
  19. System Requirements:
  20.     OS/2 with tcp/ip support
  21.     emx runtime package (EMXRT.ZIP)
  22.     emx 2nd fix package (EMXFIX02.ZIP)
  23.     A SLIP connection to the internet (TIA also has been tested OK)
  24.  
  25. Installation notes:
  26.     Just be sure to have the EMX runtime package support installed
  27. which can be found in the unix/emx09 or similiar directories of most
  28. of the OS/2 ftp sites.  Installation of EMX is quite easy if you follow
  29. the directions so don't be put off by this.  
  30.     Then just copy tfrc, tf.lib, tf.idx, tf.help, and tf.exe to any
  31. directory you wish (they must all be in the same directory however).  To
  32. automate login to FIBS, just replace 'login_name' and 'login_password'
  33. with you id and password for FIBS in the tfrc file which is a plain text
  34. file.  
  35.     The /help comman in tf.exe should help with most items of 
  36. using tinyfugue, perhaps the most important for newcomers to tinyfugue
  37. is /board which turns the stationary ascii-graphical board display on
  38. and off.  
  39.     The source directory contains a man page and other items that
  40. may be of interest to you as well as the modified sources I used to
  41. compile the program.
  42.  
  43. Programming notes:
  44.     I just switched from Linux to OS/2 Warp 1 week ago (from the time
  45. I write this help file), so I am still a newbie to the OS/2 programming
  46. arena.  I wanted a native os/2 app to connect to the FIBS server without
  47. using the normal telnet, so I decided to try a quick and dirty port
  48. using the latest emx/gcc compiler which support sockets.  
  49.     The port itself was not too tough, the main problem arose that
  50. I don't think OS/2 command line windows support the FULL ansi set, and 
  51. will not scroll specific areas of the screen.   I had to modify a number
  52. of items in the output.c file to get the screen output to look acceptable
  53. at all, and make modifications elsewhere as well.  Anyone willing to 
  54. further improve the program, please do, I am simply releasing this as it
  55. solved a need I had, and hoping it will solve a need others may have.
  56.     If you find a bug or the program locks on you, send me a bug
  57. report and I'll see what I can do.  
  58.  
  59. My email address:
  60.     jlehett@gate.net
  61.  
  62.  
  63. Have fun on fibs!
  64.     J.J. Lehett
  65.