Skip to content

AceAtDev/JG-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

JG-Framework

JG-Framework is a Java-based engine for creating text-based games playable in the console.

Overview

This framework provides a structure for building adventure games with features like:

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed.

Running the Game

The main entry point for the game is the main method in the Game.Main.Main class.

To compile and run the game:

  1. Navigate to the root directory of the project in your terminal.
  2. Compile the Java files. For example, if your compiled files go into a bin directory:
    javac -d bin Game/Main/Main.java Game/Tools.java Game/Dialogue/Dialogue.java ... (and all other .java files)
    (You might need to adjust the classpath depending on your setup and how you compile.)
  3. Run the game:
    java -cp bin Game.Main.Main

Project Structure

The project is organized into several main packages:

Key Files

About

A simple framework to allow you to make your RPG text-based games via java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages