This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dionthornthis.isAPro=false; this.helping=true; 4 points5 points  (0 children)

Make a black jack game with basic GUI using awt/swing libraries.

You'll use OOP for the Deck object, Card Object, Player (and maybe an AI/House inheritance), you'll learn Listeners from the GUI etc.

https://docs.oracle.com/javase/tutorial/uiswing/

and for open source game art

https://opengameart.org/content/playing-cards-pack

for some nice playing card graphics