https://github.com/hugoalvarezajenjo/textadventure
Simple test text adventure game.
https://github.com/hugoalvarezajenjo/textadventure
game java swing textadventure
Last synced: about 1 year ago
JSON representation
Simple test text adventure game.
- Host: GitHub
- URL: https://github.com/hugoalvarezajenjo/textadventure
- Owner: HugoAlvarezAjenjo
- Created: 2024-06-03T23:19:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:36:56.000Z (about 2 years ago)
- Last Synced: 2025-02-10T02:19:37.731Z (over 1 year ago)
- Topics: game, java, swing, textadventure
- Language: Java
- Homepage: https://hugoalvarezajenjo.github.io/TextAdventure/
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Adventure Game in Java
This is a test project to experiment with Java Swing and is based on Object-Oriented Programming (OOP).
## Description
A text-based adventure game that allows players to explore different scenarios, make decisions, and face various challenges, with a graphical interface designed using `Swing`.
## Requirements
- Java 17 or above
---
