Loading repository data…
Loading repository data…
iTzTalha / repository
A nostalgic remake of the classic Nokia Snake game, built in Java. Simple. Minimal. Addictive.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple implementation of the classic Snake game built entirely in Java, just for fun — no external game engines like Unity, Godot, or Unreal used.
https://github.com/iTzTalha/RetroSnek
cd RetroSnek
javac -d src/*.java
java -cp GameFrame
Controls:
Arrow Keys - Move the snake (Up, Down, Left, Right)P - Pause the gameR - Resume or Restart the game after gameoverGoal:
Eat the food, grow longer, and avoid hitting the walls or yourself. The game ends when the snake collides with a wall or its own body.
CLI Version (Command Line)
GUI Version (Java Swing)
Contributions to the project are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.
Give a ⭐️ if you like this project!