From 39e8cf9cd685d22ff1ad073d7a8a405509f57149 Mon Sep 17 00:00:00 2001 From: Mohamed Talaat Date: Sun, 24 Jul 2016 22:17:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a851dff..faffc99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Snake Java 2D Game -This is a simple Java 2D Snake game using Threads and Java Swing to display the game. The game has three different levels (Easy, Normal, and Hard). +This is a simple Java 2D Snake game with sound based on the Java 2G graphics library. The game has three different levels (Easy, Normal, and Hard). -The used IDE is netbeans (I uploaded all project artifacts), also the game JAR file is uploaded. +The used IDE is Eclipse (I uploaded all project artifacts), also the game JAR file is uploaded. If you have any questions or want to continue this project feel free to do so :)