Tom Mulgrew Administrator
     member is offline
![[avatar] [avatar]](http://www.avatarsdb.com/avatars/soldier_chicken.jpg)
![[msn] [msn]](http://images.proboards.com/msn.gif)
![[homepage] [homepage]](http://images.proboards.com/buttons/www_sm.gif) Joined: Jul 2003 Gender: Male  Posts: 507
|  | v2.3.0 released « Thread Started on Apr 9, 2005, 5:46am » | |
Been a while since a new version was released, but here one is.
v2.3.0 has an integrated network engine for writing multiplayer internet and LAN games.
There's not really much documentation (besides a basic "Network Engine Guide" in the help menu), and there's no example programs or tutorials yet, but I hope to get something up when I have time.
Let me know how it goes.
-Tom
| |
|
Fenryl Posts a bit
   member is offline
![[avatar] [avatar]](http://bestanimations.com/Food/Beverages/Coffee/Coffee-02-june.gif)
![[msn] [msn]](http://images.proboards.com/msn.gif)
Joined: Apr 2005 Gender: Male  Posts: 119 Location: Belgium
|  | Re: v2.3.0 released « Reply #1 on Apr 9, 2005, 6:06am » | |
network support cool ! thx tom
| |
|
Trooper Posts a bit
   member is offline
Joined: Sept 2004 Gender: Male  Posts: 130 Location: Surrey, BC
|  | Re: v2.3.0 released « Reply #2 on Apr 9, 2005, 11:44am » | |
Tom,
This is fantastic. I just started to come back here, looking around again thinking of some ideas. Network support is really cool.
I don't know if you remember, but way back I was asking about a feature where you could call a subroutine with a variable. Something like:
Dim string$
$string = 'area1'
Gosub $string
This could have been implemented but I never heard about it.
My goal in requesting this was to be able to have a whole bunch of data, and be able to dynamically load it. This would be especially useful for games where there are different areas you could move into, but make it so they don't need to hard code it. In short, you could have the core of the game written, but just change the Data in the program and you've got yourself a whole new area.
What I had in mind was for a text based RPG type game, where each room was defined by Data. You could then call something like
roomx = 5 roomy = 4
# Currently in room 5, 4 on the grid # player moves to the room to the left
roomx = roomx - 1
string$ = 'Room' + roomx + 'Room' + roomy
Gosub $string
# This Gosubs to Room4Room4
I can't think of any other way to do this without sort of hard coding the data. Any thoughts on this?
Trooper
| |
|
Ranger1800 Posts a lot
    member is offline
![[aim] [aim]](http://images.proboards.com/aim.gif)
Joined: Mar 2004 Gender: Male  Posts: 449 Location: Traverse City, Michigan
|  | Re: v2.3.0 released « Reply #3 on Apr 9, 2005, 12:29pm » | |
Internet support!?! Wow Tom you've been busy, thanks.
| |
|