ucsb-cs56-projects / cs56-games-client-server-v2

-
1 stars 5 forks source link

Initial Version for refactoring completed #4

Closed mastergberry closed 11 years ago

mastergberry commented 11 years ago

The program has been split into a nice MVC setup, with room for the games to be added. Will be added in other tickets.

mastergberry commented 11 years ago

TicTacToe was now added along with some other fixes.

mastergberry commented 11 years ago

1 #2 Both completed

ScottBishop commented 11 years ago

There are a few problems with your build.xml file with running your targets. I know you were running your project in eclipse but I need you to make this work. It looks like you just need to update the path to the JavaClient and JavaServer files because you have changed the package structure around. @mastergberry. Please send me an email when you have completed this: Scottbishop70@gmail.com

mastergberry commented 11 years ago

@ScottBishop Whoops. You are right. I thought I had already tested the build.xml Let me double check the stuff right now.

mastergberry commented 11 years ago

Ok. @ScottBishop it should compile and be bug free. I accidentally tested the client with the old server code, and there was a small bug in my server code, along with a mistake in the client that showed itself from further testing. Should compile and run all from "ant run-client" and "ant run-server"

ScottBishop commented 11 years ago

Perfect, thanks! @mastergberry