We are instructed to create a Java multiplayer game, and yet I still have no idea what is the easiest multiplayer game for a Java beginner like me.
Any suggestions would help a lot. Thanks in advance 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest a multiplayer hangman where you bound the number of words a user can try to those contained in /usr/share/dict/words. Hangman is nice since it is simply a text based game where determining when the game state implies a win or a loss is extremely simple (either the number of wrong guesses has been made or all letters in the answer string have been guessed).