A step beyond reviving old-school classics. Snake is an old-school computer game with a premise of a snake controlled by the user with a goal of consuming as many apples as possible. Now, this is a modern take on snake with a twist... MULTIPLAYER GAMEPLAY!
Google Docs : https://docs.google.com/document/d/1zda9oTbggLPpfov-ItR0_P3OuuDIHK7cjqg8ZO01KO4/edit?usp=sharing
- Drafting of Snake Game Design and Flow
- Developed foundation and base layout
- Improved implementation of synchronization
- Added UI changes and modifications
- Refined overall project
- Visual Studio Code / IntelliJ (Any IDE will work as well)
- Java Development Kit (JDK) Version 21 or 23 (Preferably Ver. 23)
- Git (To Clone GitHub Repository)
- Cloned Version of GitHub Repository
-
Clone GitHub Repository
git clone [repository-url] -
Open the cloned repository with the IDE of your choice
-
Locate the file GameMenu.java
cd .../CS125_MP_SNAKE/src/GameMenu.java -
For Visual Studio Code. Press the Start Button at the Upper Right
-
Alternative Solution to Run Game.
javac [filename] java [filename] Example: javac snakegame.java java snakegame
Balmaaa | [email protected]
ljdvr | [email protected]
JuyeonCodez | [email protected]