hexadeciman / Snake

A simple snake game in java - Well documented
MIT License
345 stars 320 forks source link

Fix variable and class accessibility #8

Open NabeelJava902 opened 5 years ago

NabeelJava902 commented 5 years ago

Add exception handling for infinite while loops Clean up code

This commit just cleaned up some code and made it so that certain variables have the correct accessibility. A major fix was the infinite while loop, now it can be handled correctly.