JavaGames

Hangman Game in Java

Hangman is a popular guessing game in which the player has to guess a word by suggesting letters one at a time. The player is given a limite...

ProCodePlan 17 Apr, 2023

Memory game in Java

The Memory game is a game where a number of cards are laid face down on a table, and the player must flip over pairs of cards to find matchi...

ProCodePlan 16 Apr, 2023

A Tic Tac Toe board game and the two-dimensional integer array

Tic Tac Toe board game We give a complete Java class for maintaining a Tic-Tac-Toe board for two players.    1 2 3 4 5 6 7 8 9 10 1...

ProCodePlan 10 Feb, 2022