Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

This repository contains a Java-based text adventure game with a graphical user interface (GUI) using JFrame. Players explore diverse locations, make choices, collect items, and solve puzzles to advance. It includes the game's source code and a README with installation instructions and gameplay details.

Notifications You must be signed in to change notification settings

Saja571/TextAdventureGame_in_java

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Text Adventure Game

Welcome to the Text Adventure Game repository! This is a simple text-based adventure game implemented in Java using JFrame for the GUI.

Description

This game is a classic text-based adventure where players navigate through different locations, make choices, and interact with the environment to progress through the game. Players can explore various locations, collect items, solve puzzles, and face challenges to achieve their objectives.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository to your local machine using Git:
git clone https://github.com/your-username/text-adventure-game.git 
javac TextAdventureGame.java 
java TextAdventureGame 

How to Play