Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 569 Bytes

cs361 Project 4

This is the code you will use as a starting point for Project 2. The code you have been given has the back end for a battleship game. All instructions for this assignment are available on Canvas.

Tips and tricks:

To implement this code, you will be using Java Spark.

You will make your life MUCH easier if you use GSON to seralize/deserialize the JSON objects to/from java objects.

You might also find the jquery documentation useful.