JPontoon (2003)
JPontoon is a multiplayer card game written in Java. Developed as an individual HND project, to show how a three tier architecture can work. All three tiers / layers (front end UI / core / back end DB) are transparent – the core has plug-in points. So for example different UI’s can be implemented that call these points.
I recently made the game into client/server – where the front end layer is run on the client linking to the core and back end on a server.
See below for screenshots of the game (click to enlarge)… Continue Reading

