Swing is an extension library to the AWT, includes new and improved components that enhance the look and functionality of GUIs. Swing can be used to build Standalone swing gui Apps as well as Servlets ...
This game was my sixth coding exercise, it was created so that I could understand about how to adapt a game from one engine to another. My challenge was to migrate the simulation logic that was first ...
This procedural generator started as a hobby project to learn about various procedural algorithms (cellular automata, marching squares and Bresenham's line algorithm to name a few). Inspiration was ...