Tic-tac-toe is a classic 2 player game, played on a 3x3 grid. Java AWT and Swing help to make this game user-friendly.
Brick Breaker is an arcade game in which a player has to break a wall of bricks by controlling a bouncing ball with a paddle that moves horizontally with the help of left and right arrow keys.
Snake game is an arcade game played by many people in their childhood. This project has implemented this game using Java AWT and Swing.