Holsham Traders Server Code
Status: Abandoned
Brought to you by:
uh1763
File | Date | Author | Commit |
---|---|---|---|
bin | 2008-08-26 |
![]() |
[97b2f4] Update FSF address. |
doc | 2008-08-26 |
![]() |
[30bb28] Small fixes and updates. Drop useless svn $Id$ ... |
lib | 2008-08-26 |
![]() |
[97b2f4] Update FSF address. |
test | 2008-08-26 |
![]() |
[30bb28] Small fixes and updates. Drop useless svn $Id$ ... |
AUTHORS | 2008-08-26 |
![]() |
[30bb28] Small fixes and updates. Drop useless svn $Id$ ... |
COPYING | 2008-08-26 |
![]() |
[8efb0b] Update to latest version of the GPLv2. |
INSTALL | 2008-08-26 |
![]() |
[30bb28] Small fixes and updates. Drop useless svn $Id$ ... |
Makefile | 2008-08-26 |
![]() |
[97b2f4] Update FSF address. |
NEWS | 2005-05-17 |
![]() |
[4003bd] Added (empty) file. |
README | 2009-07-20 |
![]() |
[0dce99] Current code is in git, not Subversion. |
TODO | 2005-08-28 |
![]() |
[af8503] Added TODO items. |
setup.rb | 2005-05-17 |
![]() |
[86ed2c] Added setup.rb, we use it for the installation ... |
------------------------------------------------------------------------------- README ------------------------------------------------------------------------------- Introduction ------------ Holsham Traders is a realtime multiplayer trading game. You are a trader who sends transporters around and tries to make as much money as possible by buying and selling goods. Holsham Traders is a client/server application. htsserver is the name of the server. You also need a client to play the game (read the section 'Clients' to learn what clients are available). Installation ------------ See INSTALL. Running the game ---------------- * Run htsserver * Run a client (see below) and connect to the server Clients ------- Currently only the ncurses-based 'nhtsclient' is available: http://www.holsham-traders.de A GTK+ client might be written later, too. License ------- Holsham Traders - a realtime multiplayer trading game Copyright (C) 2005-2008 Uwe Hermann This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA See COPYING for details. Mailinglists ------------ htsserver-devel: * Develompment list. * http://lists.sourceforge.net/mailman/listinfo/htsserver-devel htsserver-cvs: * Information about every commit to the git repository is automatically sent to this list. * http://lists.sourceforge.net/mailman/listinfo/htsserver-cvs htsserver-users: * User discussions list. * http://lists.sourceforge.net/mailman/listinfo/htsserver-users URLs ---- The official Holsham Traders homepage is: http://www.holsham-traders.de The htsserver project page at SourceForge is: http://www.sourceforge.net/projects/htsserver/