CSI-280 / Pandoras-Bot

A Discord Bot that plays multiple games and records stats
0 stars 1 forks source link

Fill in the make_move and user_move functions for the battleship game. #35

Open calrose opened 4 years ago

calrose commented 4 years ago

make_move will check the coordinates and see if the symbols. Depending on what the symbol is, the function will return either hit, miss, or try again(for spaces that have been already attacked or invalid locations). user_move will take the return statement and either do the functionality for check-sink/win or tell the user they have missed or hit that spot already.