Skip to content

Commit

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

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

## Links

- [Reddit](https://reddit.com/r/DragonCourt)

## Build

### Requirements

- gradle
- java 11


### Build & Run

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

## Limitations

- Multiplayer was removed
- Hero data is saved in current directory (hero's name)
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 20f5890

Please sign in to comment.