An open API service indexing awesome lists of open source software.

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

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