• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H21-Mar-2014-4,8834,015

desktop/H03-May-2022-582486

docs/H21-Mar-2014-645549

src/H03-May-2022-3,5582,598

test/H21-Mar-2014-722603

AUTHORSH A D30-Dec-200999 32

BUGSH A D23-May-20132 KiB6243

COPYINGH A D11-Jun-200017.6 KiB341281

ChangeLogH A D21-Mar-20145.5 KiB153124

INSTALLH A D21-Mar-20141.5 KiB6036

Makefile.amH A D13-Jul-2013664 2512

Makefile.inH A D21-Mar-201423.3 KiB759662

NEWSH A D21-Mar-20143.6 KiB10479

READMEH A D21-Mar-20142.9 KiB7648

TO-DOH A D18-Mar-2010499 1710

aclocal.m4H A D21-Mar-201434.1 KiB972872

autogen.shH A D11-Dec-20111.3 KiB5035

config.h.inH A D21-Mar-20143.1 KiB12281

configureH A D21-Mar-2014177.4 KiB6,2075,108

configure.acH A D21-Mar-20147.8 KiB258218

README

1-- $Id: README file for netToe version 1.5.1 - released 21 March 2014
2------------------------------------------------------------------------
3
4                  t h e  n e t T o e  p r o j e c t
5                    http://nettoe.sourceforge.net
6
7
8 netToe it is a text based Tic Tac Toe game playable over the Internet.
9
10 You can play it against computer AI, a player on the same machine or
11 against another player over the network. (Internet, LAN etc.).
12
13 I think it's best to play it against a friend over Internet while you're
14 chatting with him in IRC or ICQ or something like that.
15
16 Yet nettoe is just a classic Tic Tac Toe game (well yes, it is playable
17 over the network ) this is not so good I know. But what I didn't tell you
18 is that netToe is going to be enahnced a lot with cool features...
19
20 ( A GUI version of netToe is also in development ).
21
22 If you dislike such games but you are interested in C programming,
23 or in Socket programming, then you can take a look at the source code.
24
25 Well OK let's stop that.
26
27 For information on how to build or install netToe please read the
28 INSTALL file include with the source package.
29
30
31
32                   -----== [ HOW TO PLAY ]==-----
33
34
35 I think you don't need any information on how to play a Tic Tac Toe game.
36 That's why I'm only going to explain how to play nettoe with another
37 player over the Internet or a LAN.
38
39 - First decide who will host the game. (you or your friend/opponent)
40
41 - Now the one who is going to host the game must (do the following):
42
43     1. run nettoe (Doh)
44     2. choose the option 3 (Two players over network) from the Main Menu
45     3. choose the option 1 (Host the Game) from the Network Game Menu
46     4. type in his name or nickname (NO BLANK SPACES ALLOWED).
47     5. comunicate the IP address to the other player.
48        ( hostname also works... if resolved, of course)
49        ( I hope you know how to get your IP address...)
50     6. Just wait for the other player to connect to your host.
51
52 - Now for the other player (the one who is going to connect to the hosted
53   game ):
54
55     1. run nettoe (really ?, Yaeh relly.)
56     2. choose the option 3 (Two players over network) from the Main Menu
57     3. choose the option 2 (Connect to a host) from the Network Game Menu
58     4. type your name or nickname (NO BLANK SPACES ALLOWED).
59     5. type in the IP address of the host or the hostname.
60        IP address example: 192.168.0.5, ::1
61        Hostname example  : myfriend.hostname.com (must be a valid hostname)
62     6. Just wait for the game to start .
63
64
65 Enjoy. And if you have any problem just let me know.
66
67
68 If you have comments or suggestions, you are welcome to mail me, and
69 please report any bugs: Gabriele Giorgetti <ggdev@users.sourceforge.net>,
70 or better, Mats Erik Andersson <meand@users.sourceforge.net>
71
72
73 -- Gabriele Giorgetti                  Mats Erik Andersson
74     <ggdev@users.sourceforge.net>       <meand@users.sourceforge.net>
75
76