Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murlock committed Jul 28, 2023
1 parent 8cfabd2 commit ffdf29f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,24 @@
![](Splash.png)

Dragon Court, the classic 90's game by Fred Haslam (Ffiends.com). A Quest to reverse-swashbuckle Yon Soursse Cewd...


## How to build

### Requirements

- gradle
- java 11


### Build & Run

```
$ gradle build
$ java -jar build/lib/RustyDagger.jar
```

## Limitations

- Multiplayer was removed
- One hero
19 changes: 10 additions & 9 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ Each entity is described with a custom format:
| itNote | |
| itToken | |

| List of attributes |
|--------------------|
| Guts |
| Wits |
| Charm |
| baseA |
| baseD |
| baseS |
| List of attributes | |
|--------------------|-|
| Guts | |
| Wits | |
| Charm | |
| baseA | only for itMonter |
| baseD | only for itMonter |
| baseS | only for itMonter |



| Named list | used by | mandatory key | comment |
Expand Down Expand Up @@ -85,4 +86,4 @@ Each entity is described with a custom format:
{~|opts|help|backstab|swindle|control}|
{itText|text|A blind old woman is walking with the aid of her trained panda. She starts gabbling at you in that strange tongue they use here. She seems to need directions, good luck with pointing.}
}
```
```

0 comments on commit ffdf29f

Please sign in to comment.