Samples presented on Java lectures for AUEB
A simplified version of the well known Blackjack game, this demo implements a player VS dealer round. Thanks to the simplified nature of the implementation, no user input is required, the round is executed automatically and the result is displayed in terminal.
A simple intro in the concept of object inheritance, with 2D shapes
A hangman implementation using std in/out as UI.
The title speaks for itself.
A simple object composition sample, featuring 2D points and vectors.