Skip to content

Alashybay/SuperRealSnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game – Java Edition

This is a handwritten Snake game implemented in Java, designed not only as a fun game but also as a personal project to explore and deepen my understanding of Object-Oriented Programming (OOP) concepts and their real-life applications.

Features

  • Classic Snake gameplay with smooth controls.
  • Additional features and tweaks that I always wanted to implement.
  • Modular design to demonstrate practical use of OOP principles such as classes, objects, inheritance, and encapsulation.
  • Fully written in Java for learning and experimentation purposes.

Purpose

The project serves as a playground to:

  • Reinforce Java fundamentals.
  • Apply OOP concepts in a complete, interactive project.
  • Experiment with custom features beyond the traditional Snake game mechanics.

How to Run

  1. Make sure you have Java JDK installed.

  2. Compile the project:

    javac *.java
  3. Run the game:

    java Main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages