You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snek was my first java project for my java programing course in school. Some may say it seems ambitious but I think this is the best way for me to learn. I take on a big project and learn new stuff on the way.
Snek is written entirely in java using SWING. All sprites are also made by me.
Some stuff I learnt along the way
Getting used to the syntax for statment like if, for and while
Using arrays, storing and manipulating data in them
I am still learning about
More advanced use cases for objects and classes
But I don't think it will be long befor I get used to them and how they work.
About
Snek is my attempt at making the popular game Snake in Java.