#Battleship Project question (Java)

8 messages · Page 1 of 1 (latest)

upbeat crystal
#

I have been stuck on the last part of my project for a few hours now and need some help. I'm making a battleship game in java and I can't get my head around this last part. I have to get a users input and then print out there current board state to the console but I cant get my head around it and keep getting errors.

undone pineBOT
#

This post has been reserved for your question.

Hey @upbeat crystal! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

upbeat crystal
#

i simply need to get the users input

upbeat palm
#

askForGuess is a method of Battleship, not Player

upbeat crystal
#

so how would you recommend me fixing this

#

i need to take the players guess and then put it on the board

upbeat crystal
#

so i managed to figure out what i was doing wrong i just need to work on it