https://github.com/meta-ben/ascii_rpg
2014 - Java ASCII RPG
https://github.com/meta-ben/ascii_rpg
Last synced: over 1 year ago
JSON representation
2014 - Java ASCII RPG
- Host: GitHub
- URL: https://github.com/meta-ben/ascii_rpg
- Owner: Meta-Ben
- Created: 2024-07-16T00:22:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:24:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T11:47:38.963Z (over 1 year ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
``Reupload project from 2014 : This project was recovered so don't take commits into accounts``
🗡️ ASCII RPG 🎲
## Overview
This project is a small Java RPG in ASCII based on dice rules and PA, the rule are simple you enter your name and stats and some ennemy are generated.
You have to defeat them all without dying using weapon and consomable you can find on the map
## Run it
The github file provide a file named ``ASCII_RPG.jar`` under ``out/artifact/ASCII_RPG_JAR/``
you can run it with the java command here : ``java -jar ASCII_RPG.jar``
You need to have [JAVA](https://www.java.com/fr/) installed
## How to play
Use terminal to enter instruction regarding menu options numbers
You can also load an existing game, save are stored next to the .jar to under ``out/artifact/ASCII_RPG_JAR/`` you can find ``map.rsave`` file this will be override if you save in game
## Build the project
If you want to build the project you can follow the steps below :
- Ensure you have Java installed ( used version for this rebuilt is ``java coretto-11`` )
- Download [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/other.html)
- Open the project using IntelliJ
- Make a run config using ``main.java`` as main class and set java version to ``java coretto-11``
- Then you just have to press build for building the project or run to run it
Note : Build with Java 11