neha-b2001 / snake

The classic snake game, using Java Swing, AWT and OOP concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

The simple, classic snake game in Java.

Learning Outcomes

  • Used Core Java concepts in a simple project.
  • Strengthened OOP concepts, specifically the correct usage of access specifiers public and private.
  • Used Java Swing (a lightweight and platform-independent GUI widget toolkit for Java) and Java AWT (Java's original platform-dependent windowing, graphics, and user-interface widget toolkit).

About

The classic snake game, using Java Swing, AWT and OOP concepts.


Languages

Language:Java 100.0%