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

https://github.com/exposedcat/quast

CLI RPG
https://github.com/exposedcat/quast

Last synced: 4 months ago
JSON representation

CLI RPG

Awesome Lists containing this project

README

          

# Quast

Command-line RPG

## Installation

Use your package manager to install `nodejs`, `npm` and `git`.

Clone repo:
```bash
git clone git@github.com:ExposedCat/quast.git
```
Go to the project root:
```bash
cd quast
```
Install dependencies:
```bash
npm i
```
Build project:
```bash
npm run build
```
Move built app to `/var/games` or any other path you want:
```bash
mv quast /var/games
```
Remove source code:
```bash
cd .. && rm -r quast
```

## Running

Run `quast` or `quast-win.exe` depending on your OS to start game.
Press `Ctrl`+`C` to save & quit.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[GPL 3.0 or later](https://choosealicense.com/licenses/gpl-3.0/)