Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dammar01 committed Nov 9, 2024
1 parent 29e4b02 commit b869673
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tekken 8 API v1.0.1
# Tekken 8 API v1.0.2

This API provides Tekken 8 move data and notation generation tools, sourced from WavuWiki. It includes features to retrieve and search movesets, and a notation maker that detects starter frames and generates button notation images.

Expand Down Expand Up @@ -93,18 +93,20 @@ This API provides Tekken 8 move data and notation generation tools, sourced from
| `[` | `[` | `Optional start` | ![ ](app/public/button/[.png) |
| `]` | `]` | `Optional end` | ![ ](app/public/button/].png) |

| Raw notation | How to request | Description |
| :----------- | :------------- | :-------------------- |
| `qcf` | `qcf` | `Same as d,df,f` |
| `qcb` | `qcb` | `Same as d,db,b` |
| `hcf` | `hcf` | `Same as b,db,d,df,f` |
| `hcb` | `hcb` | `Same as f,df,d,db,b` |
| `dp` | `dp` | `Same as f,d,df` |
| `RA` | `RA` | `Same as R` |
| `ewgf` | `ewgf` | `Same as f,n,d,df,2` |
| `EWGF` | `EWGF` | `Same as f,n,d,df,2` |
| `HB` | `HB` | `Same as 2+3,H` |
| `HS` | `HS` | `Same as H,2+3` |
| Raw notation | How to request | Description |
| :------------ | :-------------------- | :-------------------------------------------- |
| `qcf` | `qcf` | `Same as d,df,f` |
| `qcb` | `qcb` | `Same as d,db,b` |
| `hcf` | `hcf` | `Same as b,db,d,df,f` |
| `hcb` | `hcb` | `Same as f,df,d,db,b` |
| `dp` | `dp` | `Same as f,d,df` |
| `RA` | `RA` | `Same as R` |
| `ewgf` | `ewgf` | `Same as f,n,d,df,2` |
| `EWGF` | `EWGF` | `Same as f,n,d,df,2` |
| `HB` | `HB` | `Same as 2+3,H` |
| `HS` | `HS` | `Same as H,2+3` |
| `name_stance` | `stance(name_stance)` | `For using stance, use 'stance(name_stance)'` |
| `STB` | `stance(STB)` | `e.g for using stance'` |

#### Find moveset

Expand Down Expand Up @@ -275,13 +277,13 @@ Access server
Start the server

```bash
docker pull dmmrs/tekken8-api:v1.0.1
docker pull dmmrs/tekken8-api:v1.0.2
```

Run the server

```bash
docker run -d -p 8000:8000 dmmrs/tekken8-api:v1.0.1
docker run -d -p 8000:8000 dmmrs/tekken8-api:v1.0.2
```

Access server
Expand Down

0 comments on commit b869673

Please sign in to comment.