https://github.com/exposedcat/quast
CLI RPG
https://github.com/exposedcat/quast
Last synced: 4 months ago
JSON representation
CLI RPG
- Host: GitHub
- URL: https://github.com/exposedcat/quast
- Owner: ExposedCat
- Created: 2021-07-12T17:00:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T21:16:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T04:41:23.910Z (10 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)