Skip to content

A basic text based adventure game using Java and GUI

Notifications You must be signed in to change notification settings

kudonon/AdventureGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a fun text-based Adventure Game that involves a main character that decides his own stats and goes on an adventure.

This project integrates some math and has some parts that involves z-scores and statistics. It is not overly complicated and includes silly names (like names of Monsters).

The project also includes very basic Graphic User Interface to make it a little more engaging. It also uses OOP to have multiple players.

Just run Main.java and Have fun!