Nestria

GUI program created in Java that allows the user to access the database Nestria.

Table of Contents

Nestria IconWhat is Nestria?

Enter Arena Nestria is a video game I designed while coming up with a topic for my databases project. Some of the key parts of Nestria is, like a video game, it has characters (Knights, Vikings, Creatures), weapons, shields, different sceneries and a soundtrack.

swordshieldscenery playerscreatures

This project is Java application created for my Databases class. Java, JavaFX, and SQLite were the main factors in designing this program to allow users to interact with the Nestria Database.

Camera FlashFeatures

Some features of this program are you can enter the arena (attack other creatures), add a knight or viking, heal creatures and players, and view information allocated in the Nestria database.

Enter the Arena

Arena Enter the Arena and you (the player) will battle with various creatures. You have three options:

AttackDefendRun


Add Players

Add a Knight or a Viking.

creature

player


View Information

View the Information of any of the assets or characters used in this game.

BookHow To Install

What you’ll need:

BlueJ

Download BlueJ here: BlueJ

Java

For java, download at least Java 8.0 Java 8.0 comes with JavaFX installed in JDK and JRE Download Link: Java

JavaFX

Download Link: JavaFX

SQLite

Download SQLite version 3.8.11.2 Download Link: SQLite (File is in folder sqlite3)

Once BlueJ and everything has been installed, open project in BlueJ. Click “Tools”, then select Preferences. Under preferences, click on “Libraries” tab and add the two jar files located in: /Nestria-DB/Libraries/…

SmileCredits