Commit graph

164 commits

Author SHA1 Message Date
Alexander Huddleston
d1ab8dd5fa Edited makefile. 2015-10-27 22:56:10 -05:00
Alexander Huddleston
7e2c9ad11f Compiles now. 2015-10-27 22:46:11 -05:00
Alexander Huddleston
943befd810 Fixing merge issues. 2015-10-27 22:41:57 -05:00
Alex Huddleston
f2bd635de8 Update README.md 2015-10-27 22:39:40 -05:00
Alexander Huddleston
0a6b7a7c7d Merge branch 'master' of https://github.tamu.edu/brj2013/Breakthrough 2015-10-27 22:35:10 -05:00
Alexander Huddleston
fea54020ff Moved server implementation into server.cpp. Changed test.cpp back to original implementation. 2015-10-27 22:30:11 -05:00
Brandon Jackson
14c9003932 Update README.md 2015-10-27 21:57:29 -05:00
Brandon Jackson
d03b55aad6 Deleted client.cpp no point since its handled by telnet 2015-10-27 21:55:16 -05:00
Brandon Jackson
1b2d012caf Not needed 2015-10-27 21:54:55 -05:00
Brandon Jackson
5ff269aa72 There's no point of this currently 2015-10-27 21:54:45 -05:00
Brandon Jackson
37a2442976 Why is this even here 2015-10-27 21:53:59 -05:00
Brandon Jackson
a61fe5c11a Deleted client.cpp no point since its handled by telnet 2015-10-27 21:53:40 -05:00
Brandon Jackson
8f4863c9b7 Deleted Server.cpp no point as its launched via engine 2015-10-27 21:53:11 -05:00
Brandon Jackson
30af60d193 Update Board.h 2015-10-27 21:52:09 -05:00
Brandon Jackson
934a28bec7 Update Board.cpp 2015-10-27 21:51:19 -05:00
Brandon Jackson
fc418150a9 Create Piece.cpp 2015-10-27 21:50:08 -05:00
Brandon Jackson
025de21e15 Create Piece.h 2015-10-27 21:49:41 -05:00
Brandon Jackson
a960864893 Create test.cpp 2015-10-27 21:48:22 -05:00
Alexander Huddleston
80cd2abf98 Fixing things. 2015-10-27 21:48:04 -05:00
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