Skip to content

Commit

Permalink
Update README, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsto committed Jan 15, 2018
1 parent 50ee49f commit d055a11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- GOOS=linux EXT=
- GOOS=windows EXT=.exe
script:
- go build -o build/randoom.$GOOS$EXT cmd/randoom/*.go
- go build -o build/randoom${EXT} cmd/randoom/*.go
deploy:
provider: releases
api_key:
Expand All @@ -19,3 +19,4 @@ deploy:
skip_cleanup: true
on:
repo: johnsto/randoom
tags: true
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,17 @@ If you're using another port, or want more control, you can instead pass your ch

randoom -game doom vavoom -skill 4

## How do I set the skill?
### How do I set the skill?

You can pass your chosen skill level (and executable) via the command line, e.g.

randoom -game doom2 doomsday -skill 2

## TODO

- [x] Test on Linux.
- [ ] Test on Windows.
- [ ] Test on MacOS.
- [ ] Support DeHacked files.
- [ ] Support multi-PWAD archives.
- [ ] Tidy up command line parsing.

0 comments on commit d055a11

Please sign in to comment.