Sam's Piece of the Internet

To see my projects while I work on the site go to https://github.com/firewizard11

Latest Project

Flag Quiz

Description

Flag Quiz is a simple GUI quiz game written using Java Swing

How to Play

Using make

Prerequisites: make, git and a JDK

Running make should generate the class files and run the game.

git clone https://github.com/firewizard11/Flag-Quiz
cd Flag-Quiz
make

Reference