OSU-CS361-W17 / group1_project1

0 stars 3 forks source link

Placing Ships - Need Battleship Model #11

Open jakevolkman opened 7 years ago

jakevolkman commented 7 years ago

To place a ship I need a BattleshipModel object to draw coordinates from. To test it in the UI, that's going to require the function getModelFromReq to return a deserialized battleshipModel object from the client. I'm requesting Nick go over and test his code so that I can use it to get the model and test my code with the UI. Thanks,

Jake

jakevolkman commented 7 years ago

Turns out I had just forgotten to reserialize the JSON at the end of the the placeShip function. Lol