Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199801_2.adf » Regulars2 » StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Help/!Help
StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Help/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199801_2.adf » Regulars2 |
Filename: | StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Help/!Help |
Read OK: | ✔ |
File size: | 06B2 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
NetGame library =============== Introduction ------------ Network programs are not as easy to write as you expect. Games are usually relatively simple, but can be more difficult to write than you expect. Hopefully, the NetGame library will offset this problem slightly by making the network part of games writing a lot easier. Writing programs ---------------- The NetGame library is documented in StrongHelp form. These are the only documentation presently available but this, along with the demonstration program, NetC4, should make things relatively easy to understand. I'm a programmer, not a documenter - sorry. Contact ------- Any comments, queries, donations or bug reports can be sent to Justin Fletcher at : E-Mail : Gerph@innocent.com URL : http://users.essex.ac.uk/users/gerph IRC : On #Acorn as Gerph Finger : finger jrflet@sunlab1.essex.ac.uk Tel : (01842) 813979 Snail Mail : Justin Fletcher �Galadriel� 17b Cromwell Road, Weeting, Brandon, Suffolk. IP27 0QT History ------- Version 1.00 : 01 Apr 1997 - Brought together HeapLib, WimpLib, SocketLib and wrote NetGameLib into a single resource application. Wrote the help, and the demonstration game NetC4. Version 1.01 : 15 Jun 1997 - Fixed bug in SocketLib so it actually /works/ with external connections. Copies tested locally and 'live' with Alex Howarth. Version 1.02 :�17 Jun 1997 - Masses of changes made, including addition of 'Sites' and DynMenuLib added.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 4e 65 74 47 61 6d 65 20 6c 69 62 72 61 72 79 0a |NetGame library.| 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000050 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a |===============.| 00000060 49 6e 74 72 6f 64 75 63 74 69 6f 6e 0a 2d 2d 2d |Introduction.---| 00000070 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 4e 65 74 77 6f 72 |---------.Networ| 00000080 6b 20 70 72 6f 67 72 61 6d 73 20 61 72 65 20 6e |k programs are n| 00000090 6f 74 20 61 73 20 65 61 73 79 20 74 6f 20 77 72 |ot as easy to wr| 000000a0 69 74 65 20 61 73 20 79 6f 75 20 65 78 70 65 63 |ite as you expec| 000000b0 74 2e 20 47 61 6d 65 73 20 61 72 65 20 75 73 75 |t. Games are usu| 000000c0 61 6c 6c 79 0a 72 65 6c 61 74 69 76 65 6c 79 20 |ally.relatively | 000000d0 73 69 6d 70 6c 65 2c 20 62 75 74 20 63 61 6e 20 |simple, but can | 000000e0 62 65 20 6d 6f 72 65 20 64 69 66 66 69 63 75 6c |be more difficul| 000000f0 74 20 74 6f 20 77 72 69 74 65 20 74 68 61 6e 20 |t to write than | 00000100 79 6f 75 20 65 78 70 65 63 74 2e 0a 48 6f 70 65 |you expect..Hope| 00000110 66 75 6c 6c 79 2c 20 74 68 65 20 4e 65 74 47 61 |fully, the NetGa| 00000120 6d 65 20 6c 69 62 72 61 72 79 20 77 69 6c 6c 20 |me library will | 00000130 6f 66 66 73 65 74 20 74 68 69 73 20 70 72 6f 62 |offset this prob| 00000140 6c 65 6d 20 73 6c 69 67 68 74 6c 79 20 62 79 20 |lem slightly by | 00000150 6d 61 6b 69 6e 67 0a 74 68 65 20 6e 65 74 77 6f |making.the netwo| 00000160 72 6b 20 70 61 72 74 20 6f 66 20 67 61 6d 65 73 |rk part of games| 00000170 20 77 72 69 74 69 6e 67 20 61 20 6c 6f 74 20 65 | writing a lot e| 00000180 61 73 69 65 72 2e 0a 0a 0a 57 72 69 74 69 6e 67 |asier....Writing| 00000190 20 70 72 6f 67 72 61 6d 73 0a 2d 2d 2d 2d 2d 2d | programs.------| 000001a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 20 4e |----------.The N| 000001b0 65 74 47 61 6d 65 20 6c 69 62 72 61 72 79 20 69 |etGame library i| 000001c0 73 20 64 6f 63 75 6d 65 6e 74 65 64 20 69 6e 20 |s documented in | 000001d0 53 74 72 6f 6e 67 48 65 6c 70 20 66 6f 72 6d 2e |StrongHelp form.| 000001e0 20 54 68 65 73 65 20 61 72 65 20 74 68 65 20 6f | These are the o| 000001f0 6e 6c 79 0a 64 6f 63 75 6d 65 6e 74 61 74 69 6f |nly.documentatio| 00000200 6e 20 70 72 65 73 65 6e 74 6c 79 20 61 76 61 69 |n presently avai| 00000210 6c 61 62 6c 65 20 62 75 74 20 74 68 69 73 2c 20 |lable but this, | 00000220 61 6c 6f 6e 67 20 77 69 74 68 20 74 68 65 20 64 |along with the d| 00000230 65 6d 6f 6e 73 74 72 61 74 69 6f 6e 0a 70 72 6f |emonstration.pro| 00000240 67 72 61 6d 2c 20 4e 65 74 43 34 2c 20 73 68 6f |gram, NetC4, sho| 00000250 75 6c 64 20 6d 61 6b 65 20 74 68 69 6e 67 73 20 |uld make things | 00000260 72 65 6c 61 74 69 76 65 6c 79 20 65 61 73 79 20 |relatively easy | 00000270 74 6f 20 75 6e 64 65 72 73 74 61 6e 64 2e 20 49 |to understand. I| 00000280 27 6d 20 61 0a 70 72 6f 67 72 61 6d 6d 65 72 2c |'m a.programmer,| 00000290 20 6e 6f 74 20 61 20 64 6f 63 75 6d 65 6e 74 65 | not a documente| 000002a0 72 20 2d 20 73 6f 72 72 79 2e 0a 0a 0a 43 6f 6e |r - sorry....Con| 000002b0 74 61 63 74 0a 2d 2d 2d 2d 2d 2d 2d 0a 41 6e 79 |tact.-------.Any| 000002c0 20 63 6f 6d 6d 65 6e 74 73 2c 20 71 75 65 72 69 | comments, queri| 000002d0 65 73 2c 20 64 6f 6e 61 74 69 6f 6e 73 20 6f 72 |es, donations or| 000002e0 20 62 75 67 20 72 65 70 6f 72 74 73 20 63 61 6e | bug reports can| 000002f0 20 62 65 20 73 65 6e 74 20 74 6f 20 4a 75 73 74 | be sent to Just| 00000300 69 6e 0a 46 6c 65 74 63 68 65 72 20 61 74 20 3a |in.Fletcher at :| 00000310 0a 0a 45 2d 4d 61 69 6c 20 3a 20 47 65 72 70 68 |..E-Mail : Gerph| 00000320 40 69 6e 6e 6f 63 65 6e 74 2e 63 6f 6d 0a 55 52 |@innocent.com.UR| 00000330 4c 20 20 20 20 3a 20 68 74 74 70 3a 2f 2f 75 73 |L : http://us| 00000340 65 72 73 2e 65 73 73 65 78 2e 61 63 2e 75 6b 2f |ers.essex.ac.uk/| 00000350 75 73 65 72 73 2f 67 65 72 70 68 0a 49 52 43 20 |users/gerph.IRC | 00000360 20 20 20 3a 20 4f 6e 20 23 41 63 6f 72 6e 20 61 | : On #Acorn a| 00000370 73 20 47 65 72 70 68 0a 46 69 6e 67 65 72 20 3a |s Gerph.Finger :| 00000380 20 66 69 6e 67 65 72 20 6a 72 66 6c 65 74 40 73 | finger jrflet@s| 00000390 75 6e 6c 61 62 31 2e 65 73 73 65 78 2e 61 63 2e |unlab1.essex.ac.| 000003a0 75 6b 0a 54 65 6c 20 20 20 20 3a 20 28 30 31 38 |uk.Tel : (018| 000003b0 34 32 29 20 38 31 33 39 37 39 0a 0a 53 6e 61 69 |42) 813979..Snai| 000003c0 6c 20 4d 61 69 6c 20 3a 0a 20 20 20 20 4a 75 73 |l Mail :. Jus| 000003d0 74 69 6e 20 46 6c 65 74 63 68 65 72 0a 20 20 20 |tin Fletcher. | 000003e0 20 94 47 61 6c 61 64 72 69 65 6c 95 0a 20 20 20 | .Galadriel.. | 000003f0 20 31 37 62 20 43 72 6f 6d 77 65 6c 6c 20 52 6f | 17b Cromwell Ro| 00000400 61 64 2c 0a 20 20 20 20 57 65 65 74 69 6e 67 2c |ad,. Weeting,| 00000410 0a 20 20 20 20 42 72 61 6e 64 6f 6e 2c 0a 20 20 |. Brandon,. | 00000420 20 20 53 75 66 66 6f 6c 6b 2e 0a 20 20 20 20 49 | Suffolk.. I| 00000430 50 32 37 20 30 51 54 0a 0a 0a 48 69 73 74 6f 72 |P27 0QT...Histor| 00000440 79 0a 2d 2d 2d 2d 2d 2d 2d 0a 56 65 72 73 69 6f |y.-------.Versio| 00000450 6e 20 31 2e 30 30 20 3a 20 30 31 20 41 70 72 20 |n 1.00 : 01 Apr | 00000460 31 39 39 37 20 2d 20 42 72 6f 75 67 68 74 20 74 |1997 - Brought t| 00000470 6f 67 65 74 68 65 72 20 48 65 61 70 4c 69 62 2c |ogether HeapLib,| 00000480 20 57 69 6d 70 4c 69 62 2c 20 53 6f 63 6b 65 74 | WimpLib, Socket| 00000490 4c 69 62 20 61 6e 64 0a 20 20 20 20 20 20 20 20 |Lib and. | 000004a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004b0 20 20 20 20 20 77 72 6f 74 65 20 4e 65 74 47 61 | wrote NetGa| 000004c0 6d 65 4c 69 62 20 69 6e 74 6f 20 61 20 73 69 6e |meLib into a sin| 000004d0 67 6c 65 20 72 65 73 6f 75 72 63 65 0a 20 20 20 |gle resource. | 000004e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004f0 20 20 20 20 20 20 20 20 20 20 61 70 70 6c 69 63 | applic| 00000500 61 74 69 6f 6e 2e 20 57 72 6f 74 65 20 74 68 65 |ation. Wrote the| 00000510 20 68 65 6c 70 2c 20 61 6e 64 20 74 68 65 20 64 | help, and the d| 00000520 65 6d 6f 6e 73 74 72 61 74 69 6f 6e 0a 20 20 20 |emonstration. | 00000530 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000540 20 20 20 20 20 20 20 20 20 20 67 61 6d 65 20 4e | game N| 00000550 65 74 43 34 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 |etC4...Version 1| 00000560 2e 30 31 20 3a 20 31 35 20 4a 75 6e 20 31 39 39 |.01 : 15 Jun 199| 00000570 37 20 2d 20 46 69 78 65 64 20 62 75 67 20 69 6e |7 - Fixed bug in| 00000580 20 53 6f 63 6b 65 74 4c 69 62 20 73 6f 20 69 74 | SocketLib so it| 00000590 20 61 63 74 75 61 6c 6c 79 20 2f 77 6f 72 6b 73 | actually /works| 000005a0 2f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |/. | 000005b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 77 | w| 000005c0 69 74 68 20 65 78 74 65 72 6e 61 6c 20 63 6f 6e |ith external con| 000005d0 6e 65 63 74 69 6f 6e 73 2e 20 43 6f 70 69 65 73 |nections. Copies| 000005e0 20 74 65 73 74 65 64 20 6c 6f 63 61 6c 6c 79 0a | tested locally.| 000005f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000600 20 20 20 20 20 20 20 20 20 20 20 20 20 61 6e 64 | and| 00000610 20 27 6c 69 76 65 27 20 77 69 74 68 20 41 6c 65 | 'live' with Ale| 00000620 78 20 48 6f 77 61 72 74 68 2e 0a 0a 56 65 72 73 |x Howarth...Vers| 00000630 69 6f 6e 20 31 2e 30 32 20 3a a0 31 37 20 4a 75 |ion 1.02 :.17 Ju| 00000640 6e 20 31 39 39 37 20 2d 20 4d 61 73 73 65 73 20 |n 1997 - Masses | 00000650 6f 66 20 63 68 61 6e 67 65 73 20 6d 61 64 65 2c |of changes made,| 00000660 20 69 6e 63 6c 75 64 69 6e 67 20 61 64 64 69 74 | including addit| 00000670 69 6f 6e 20 6f 66 0a 20 20 20 20 20 20 20 20 20 |ion of. | 00000680 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000690 20 20 20 20 27 53 69 74 65 73 27 20 61 6e 64 20 | 'Sites' and | 000006a0 44 79 6e 4d 65 6e 75 4c 69 62 20 61 64 64 65 64 |DynMenuLib added| 000006b0 2e 0a |..| 000006b2