The Game Platform is a Java-based project featuring three classic games: Snake Runner, TicTacToe, and Rock Paper Scissors. Enjoy nostalgic gameplay, challenge friends, and test your skills in strategic thinking, reflexes, and decision-making. Easily run the platform, choose a game, and embark on a journey of entertainment.
Welcome to the Game Platform project! This platform allows you to play three exciting games: Snake, TicTacToe, and Rock Paper Scissors.
Navigate the snake on the game board and collect the food to grow. Be careful not to collide with the walls or yourself!
Play the classic game of TicTacToe against a friend. Take turns marking spaces on a 3x3 grid and aim to get three in a row.
Challenge the computer in a classic game of Rock Paper Scissors. Make your choice and see if you can outsmart the computer.
-
Clone the repository to your local machine:
git clone https://github.com/vishalverma9572/Java_Games.git
javac App.java
java App
Use arrow keys to control the snake's direction.
Click on an empty cell to make a move.
Click on the Rock, Paper, or Scissors button to make your choice.
Vishal Kumar