CIA.vc
TicTacToe
tictactoe
Stats » Projects » TicTacToe
information
Tictactoe or noughts and crosses is a game for two players, O and X, who take turns marking the spaces in a 3x3 grid where X starts first. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.
syndicateUTC clock
10:26 on May 28, 2012
event counters
The last message was received 1.18 years ago at 00:01 on Mar 24, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
60 messages since the first one, 1.74 years ago, for an average of 1.51 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
00:00 on Mar 24, 2011tictactoe
Commit by Dani Soufi on branch.ttt_1 :: r58c13a5 / (9 files in 2 dirs): (link)
Reformatting according to under GNU C Code Standards. - http://bit.ly/f5fjrL
#
17:28 on Dec 15, 2010tictactoe
Commit by Dani Soufi on branch.ttt_1 :: r0d20885 / (8 files in 3 dirs): (link)
We can now retrieve our own IP and print it. Implemented the start_server() side and start_client side functions. init_server() and init_client() still need work. Pushing menu and game check related functions. - http://bit.ly/dIMA8v
#
21:52 on Dec 01, 2010tictactoe
Commit by Dani Soufi on branch.ttt_1 :: re343f3f / (4 files in 2 dirs): (link)
a player's structure shouldn't count number of stallmates, this should be handled somewhere else. the game has now "Single player" and "Two player" modes implemented. init_player() initializes the members by iteration. - http://bit.ly/eiSypf
#
22:29 on Nov 26, 2010tictactoe
Commit by Dani Soufi on branch.ttt_1 :: r2f15513 / (4 files in 2 dirs): (link)
We can handle send and receive of matrix and some other minor change. - http://bit.ly/eBxPku
#
02:22 on Nov 26, 2010tictactoe
Commit by Dani Soufi on branch.ttt_1 :: r534a635 / (27 files in 5 dirs): (link)
This is the latest branch of tictactoe. I'm doing the first initial commit for this branch. - http://bit.ly/fIEfzY
#
10:29 on Oct 22, 2010tictactoe
Commit by Dani Soufi on master :: r9232934 / (src/socket.c src/socket.h): (link)
connect_to_socket() is out in the code now. - http://bit.ly/cgqQcR
#
22:47 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: ra5e0c60 / src/socket.c : (link)
Now that establishing the socket connection is finished. connect_to_socket() still needs to be written. Hopefully tomorrow, good night now. - http://bit.ly/b7P9Q8
#
20:41 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r0691a1e / (src/socket.c src/socket.h): (link)
Add read/write internet sockets to the game source. - http://bit.ly/9HTtPe
#
17:57 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r0f4c5b8 / (docs/tictactoe.6 src/misc.c): (link)
Some small text reformatting - http://bit.ly/b3LWXH
#
17:23 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: rbcdfccc / (ChangeLog src/main.c src/misc.c): (link)
Merge "Info" to the main menu list. - http://bit.ly/cYjGJ9
#
17:11 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r8fc4b28 / (ChangeLog src/misc.c src/misc.h): (link)
Print game info from the main menu screen. - http://bit.ly/cdqPJu
#
16:14 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r42c08db / (src/main.c src/tictactoe.c): (link)
Merge branch 'master' of github.com:compengi/tictactoe - http://bit.ly/9nHm6P
#
16:00 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r3d551e2 / (9 files): (link)
Set minimal required autoconf version to 2.60. Use symbolic links to depcomp, install-sh and missing. Add a ChangeLog and a NEWS to the source. Rebuild the whole Makefile and configure scripts accordingly. - http://bit.ly/c62KOu
#
07:07 on Oct 21, 2010tictactoe
Commit by Dani Soufi on master :: r97d0fab / (TODO configure.in): (link)
Insert some LIBRARY and HEADER checks - http://bit.ly/9oUh3d
#
16:18 on Oct 19, 2010tictactoe
Commit by sunshine on master :: r9d93c1e / (src/main.c src/tictactoe.c): (link)
This shouldn't happen, really.. - http://bit.ly/bFTgae
#
05:30 on Oct 19, 2010tictactoe
Commit by Dani Soufi on master :: r71662e9 / src/main.c : (link)
I thought i fixed it here! Argh.. - http://bit.ly/9f7xwr
#
05:28 on Oct 19, 2010tictactoe
Commit by Dani Soufi on master :: ra4da341 / (src/main.c src/tictactoe.c): (link)
Usernames should work fine now. - http://bit.ly/b4G9g1
#
09:33 on Oct 18, 2010tictactoe
Commit by Dani Soufi on master :: re65117a / (10 files): (link)
Lets get used to usernames instead of Player1/2 and X/O - http://bit.ly/bkR1tt
#
23:18 on Oct 17, 2010tictactoe
Commit by Dani Soufi on master :: r872969a / configure.in : (link)
End-Users don't have to rebuild the configure and Makefiles. This means though, that when we test, we should *always* overide that part. At this point, i'm disabling it by default. - http://bit.ly/clRYA8
#
21:45 on Oct 17, 2010tictactoe
Commit by Dani Soufi on master :: rbea4536 / docs/tictactoe.6 : (link)
Correct man page formatting. - http://bit.ly/9JSSuj
#