Skip to content

Commit dd2f723

Browse files
committed
updated overview diagram
1 parent d4c6392 commit dd2f723

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ To deploy on IPFS we need to do the following steps:
4242

4343
* The game is now deployed and can be accessed using the IPFS gateways listed on the <a href="../../releases">Release Notes</a>
4444

45+
## Game3.js Overview
46+
47+
![Game3.js Overview](http://www.plantuml.com/plantuml/proxy?src=https://raw.github.com/alto-io/game3.js/main/plantuml/overview.txt)
48+
4549
## Licenses
4650

4751
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://github.com/alto-io/game3.js/blob/master/LICENSE)

plantuml/overview.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ package "game3.js" {
99
[Scripts] -[hidden]-> [Packages]
1010
}
1111

12-
node package.json {
12+
node Github_Actions {
1313

1414
component build [
15-
npm run build
15+
Release
1616
]
17+
18+
}
19+
20+
node package.json {
21+
1722
component mint [
1823
npm run mint
1924
]

0 commit comments

Comments
 (0)