Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 981 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 981 Bytes

Snake-Game-Project

My first Java project.

A simple GUI application.

Table of contents

General info

This project is a simple GUI application that uses Java Swing libraries that help create a pop up window where you can control the direction of a moving snake (via arrow keys). The objective of the game is to try to aim for the highest score you can possibly get by eating the red apples on the screen withoout hitting your tail or exiting out of the screens borders.

Technologies

Project is created with:

  • Java
  • JDK version: 17
  • Java Swing
  • IntelliJ IDEA

Screenshots

image

image