Alpha Game System is a Java-based game menu system that allows users to select and play different games such as Snake, maingame.Minesweeper, Tetris, and Sudoku.
- 🎮 Customizable game menu with multiple game options
- 🎵 Background music that plays while the menu is displayed
- 🔄 Smooth transitions between different game screens
- Clone the repository:
git clone https://github.com/adityacyan/Javagamesys.git
- Navigate to the project directory:
cd alpha-game-system - Open the project in IntelliJ IDEA or your preferred Java IDE.
- Run the
maingame.AlphaGameScreenclass to start the game menu:javac src/maingame.AlphaGameScreen.java java src/maingame.AlphaGameScreen
- Use the arrow keys to navigate the menu and press Enter to select a game.
- Enjoy playing the selected game!
- Java Development Kit (JDK) 8 or higher
- IntelliJ IDEA or any other Java IDE
javax.swingfor GUI componentsjavax.sound.sampledfor background music
└── Javagamesys/
├── Javagamesys.iml
├── README.md
└── src
├── maingame.AlphaGameScreen.java
├── maingame.GameOverScreen.java
├── maingame.Minesweeper.java
├── maingame.SnakeGame.java
├── maingame.SudokuGame.java
├── Tetris
└── assetsContributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.