A classic Connect Four game featuring two-player mode and an AI opponent powered by Monte Carlo Tree Search (MCTS), offering an exciting and strategic gameplay experience.
-
Updated
Jan 21, 2025 - Java
A classic Connect Four game featuring two-player mode and an AI opponent powered by Monte Carlo Tree Search (MCTS), offering an exciting and strategic gameplay experience.
Tic-Tac-Toe Two players game. Java | JavaFX
Chess Game with nice user interface
🎖️A turn-based strategy game written in pure Java
Chinese Chess (Cờ Tướng) is a traditional two-player strategy board game originating from China. This project provides a digital version of the game, featuring an intuitive interface and multiple customization options for an enhanced competitive experience.
🎲 A classic Backgammon game implemented in Java as a Data Structures course project. Built using linked lists, stacks, and queues, featuring core game rules and a basic GUI.
A decision making game of chances
A simple chess game which is played in the console. Users write their moves in a standard way and get the board representation in the console. Every piece has its corresponding symbol which looks like the actual piece and so do squares.
Tic Tac Toe (X and O) game in Android
A two player version of the classic snake game using Java Swing.
Two player Tic-Tac-Toe game on command line
Snap card game built in Java demonstrating core OOP concepts (classes, inheritance, encapsulation), collection handling, and basic game loop implementation with console interaction.
Console-based Tic Tac Toe game in Java featuring single-player (AI) and two-player modes with difficulty levels and basic game statistics tracking.
A two-player Pong game I created in Java in January 2018. The game features an animation framework, active rendering, double buffering, and accepts a single integer command line argument to be passed to set the desired FPS (20 by default, higher values will increase the difficulty). The left paddle is controlled with the A and Z keys, the right …
A simple two-player console-based Tic-Tac-Toe game written in Java. Includes input validation, win detection, and a turn-based system. Players take turns entering their moves, and the game announces the winner or a draw. Ideal for beginners learning Java basics and game logic.
A simple Tic-Tac-Toe game written in Java with match result saving to a database.
Add a description, image, and links to the two-player topic page so that developers can more easily learn about it.
To associate your repository with the two-player topic, visit your repo's landing page and select "manage topics."