chip-8-crystal/README.md
Дмитриев Odebe Михаил 5111a36b03 Поправил ридми
2020-07-19 21:36:33 +03:00

26 lines
709 B
Markdown

# cryp-8
chip-8 emulator
## Installation
First of all [Install Crystal](https://crystal-lang.org/install/), build with command
```shell script
shards install && shards build
```
## Usage
Run and enjoy (or not).
```shell script
> ./bin/cryp-8 -h
Usage: cryp-8 [arguments]
-d, --debug Enable debug logs
-r ROM_PATH, --rom=ROM_PATH Path to rom file
-h, --help Show this help
```
## Development & Contributing
**Do not touch my garbage!**
## Contributors
- [Дмитриев Odebe Михаил](https://github.com/Odebe) - creator and maintainer