jsph01 / Battleships

0 stars 0 forks source link

create a design doc for the battleships game #13

Open jsph01 opened 5 years ago

jsph01 commented 5 years ago

A design document will help smooth out the development process. The game needs to have 4 parts to it: connection, setup, battle, and conclude.

jsph01 commented 5 years ago

setup now happens on a separate page as the code for setting up is quite different than the code for playing the game.