https://github.com/federico-ciuffardi/pascalrpg
a simple pascal rpg game
https://github.com/federico-ciuffardi/pascalrpg
ascii-art game old-school pascal pascal-language pascal-programming rpg rpg-game
Last synced: 7 days ago
JSON representation
a simple pascal rpg game
- Host: GitHub
- URL: https://github.com/federico-ciuffardi/pascalrpg
- Owner: Federico-Ciuffardi
- License: gpl-3.0
- Created: 2019-02-20T16:24:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T22:46:50.000Z (over 4 years ago)
- Last Synced: 2025-04-07T22:34:10.676Z (3 months ago)
- Topics: ascii-art, game, old-school, pascal, pascal-language, pascal-programming, rpg, rpg-game
- Language: Pascal
- Size: 508 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pascalRPG
A simple pascal rpg game


## Prerequisites
* Unix based OS## How to use
* Download the lastest pascalRPG and run.sh from the [releases](https://github.com/Federico-Ciuffardi/pascalRPG/releases)
* Move them both (they must be on the same folder) to any folder that you desire (or don't move them at all)
* Execute the run.sh:
```
./run.sh
```## Complile (for developers)
* Once you have all the files from the repository and you wish to compyle execute the compileAndRun.sh:
```
./compileAndRun.sh
```## Versioning
Using [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases](https://github.com/Federico-Ciuffardi/pascalRPG/releases)## Authors
* Federico Ciuffardi## Note
Thank you for checking out this repository, send all your comments or questions to [email protected].