Brandon Jackson
f24635c9cd
Create Engine.cpp
2015-10-27 21:47:20 -05:00
Brandon Jackson
1da55a4953
Create Engine.h
2015-10-27 21:46:33 -05:00
Brandon Jackson
99073c77c5
Update README.md
2015-10-27 21:37:21 -05:00
Brandon Jackson
3491169930
Updated the readme to work with current build
2015-10-27 21:36:47 -05:00
Brandon Jackson
c4aaa39cf6
Updated the test file to launch the server
...
It asks the user to enter a port number, which is passed into the startGame function as an argument, once that happens, the server is launched, and a client can connect via telnet.
2015-10-27 21:32:52 -05:00
Brandon Jackson
e4d5a57a9d
Revamped the startGame function
...
This was the only appropriate way I saw in launching the server. The startGame function takes an int as an argument, for the port number the server will host the game on.
2015-10-27 21:30:52 -05:00
Brandon Jackson
7733193a4b
Updated startGame to take an int as an argument
...
This is necessary because the server requires a port number to launch.
2015-10-27 21:28:37 -05:00
Alexander Huddleston
d13b1661ee
Pushing to be able to update branch.
2015-10-27 21:19:24 -05:00
Alex Huddleston
5ce0163f77
Update README.md
...
Added notes for compiling with makefile and for server and client only.
2015-10-27 20:24:07 -05:00
Alexander Huddleston
b94ebe26f6
All mechanics errors fixed. Invalid moves no longer tolerated.
2015-10-27 17:30:33 -05:00
Alexander Huddleston
9fe535b10c
Test
2015-10-27 14:55:48 -05:00
Alexander Huddleston
aa50abcaff
Fixing moves.
2015-10-27 14:49:03 -05:00
Rebecca Schofield
f10c4e7c18
this will work with functioning mechanics
2015-10-27 14:48:03 -05:00
Alexander Huddleston
e969058b96
Fixing board errors.
2015-10-27 13:48:45 -05:00
Rebecca Schofield
b9b1ba0764
remove a.out
2015-10-27 13:00:38 -05:00
Rebecca Schofield
47bee14cbb
Merge branch 'alex' into beccadev
2015-10-27 12:56:39 -05:00
Rebecca Schofield
864b354e7f
updating
2015-10-27 12:55:23 -05:00
Alexander Huddleston
6a867cd780
Nyeh
2015-10-27 12:26:13 -05:00
Alexander Huddleston
d874a13d99
Merge branch 'beccadev' into alex
2015-10-27 11:57:45 -05:00
Alexander Huddleston
553375d9f3
Merge branch 'beccadev' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-27 11:57:03 -05:00
Alexander Huddleston
9777a662f4
Added makefile for test.cpp
2015-10-27 11:56:25 -05:00
Rebecca Schofield
c037ea48cc
finished board to string
2015-10-27 11:51:37 -05:00
Alexander Huddleston
80386d4380
Merge branch 'beccadev' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-27 11:35:01 -05:00
Rebecca Schofield
2146af2581
forgot to remove a comment
2015-10-27 11:34:20 -05:00
Alexander Huddleston
2d5df46667
Merge branch 'beccadev' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-27 11:33:42 -05:00
Rebecca Schofield
7a2436159a
Merge branch 'master' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-27 11:32:03 -05:00
Rebecca Schofield
010a85325b
stable restructure, not finished
2015-10-27 11:31:44 -05:00
Alexander Huddleston
21e4691905
Merge branch 'beccadev' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-27 11:07:26 -05:00
Alexander Huddleston
8ece71023d
Updating branch.
2015-10-27 11:06:44 -05:00
Rebecca Schofield
96ddcfd632
restructuring
2015-10-27 10:40:55 -05:00
Rebecca Schofield
b03a041719
working, still not stable
2015-10-27 08:38:25 -05:00
Rebecca Schofield
67a2997b8c
updating NOT STABLE
2015-10-26 17:08:48 -05:00
Rebecca Schofield
2dc2c70562
stable board & engine
2015-10-26 15:23:55 -05:00
Rebecca Schofield
6fe1b333fd
working on AI junk
2015-10-26 15:22:59 -05:00
Rebecca Schofield
dc544a609b
finished engine
2015-10-25 16:53:32 -05:00
Rebecca Schofield
bb46cd670f
making an engine
2015-10-25 16:43:40 -05:00
Rebecca Schofield
f4d63382fe
making an engine
2015-10-25 16:43:27 -05:00
Rebecca Schofield
b1f3496981
updating branch
2015-10-22 11:50:51 -05:00
Rebecca Schofield
7e8a82a1e4
fixing
2015-10-22 10:51:32 -05:00
William Bracho Blok
e2a5fd51ee
Create Server.cpp
2015-10-21 17:48:47 -05:00
William Bracho Blok
a4a857ce26
Update Board.h
2015-10-21 17:48:03 -05:00
William Bracho Blok
6355f7ad56
Update Board.cpp
2015-10-21 17:47:33 -05:00
Brandon Jackson
6a94a23425
Update Board.h
2015-10-21 00:35:26 -05:00
Brandon Jackson
f44e19ec1b
Update Client.cpp
2015-10-21 00:35:08 -05:00
Brandon Jackson
95c1b20d1e
Update Board.cpp
2015-10-21 00:33:53 -05:00
Brandon Jackson
07ee4ac6de
Update Server.cpp
2015-10-21 00:30:59 -05:00
Alex Huddleston
460bd7f3db
Update README.md
2015-10-21 00:03:46 -05:00
Alex Huddleston
ef3bdea3ba
Create README.md
2015-10-20 23:52:34 -05:00
Alexander Huddleston
0e326ee408
Error checking in server.
2015-10-20 23:49:27 -05:00
Alexander Huddleston
09dd424f7d
Merge branch 'beccadev' of https://github.tamu.edu/brj2013/Breakthrough into beccadev
2015-10-20 22:09:03 -05:00