Skip to content

Commit

Permalink
updated overview diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
polats committed Apr 19, 2021
1 parent d4c6392 commit dd2f723
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ To deploy on IPFS we need to do the following steps:

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

## Game3.js Overview

![Game3.js Overview](http://www.plantuml.com/plantuml/proxy?src=https://raw.github.com/alto-io/game3.js/main/plantuml/overview.txt)

## Licenses

[![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)
9 changes: 7 additions & 2 deletions plantuml/overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ package "game3.js" {
[Scripts] -[hidden]-> [Packages]
}

node package.json {
node Github_Actions {

component build [
npm run build
Release
]

}

node package.json {

component mint [
npm run mint
]
Expand Down

0 comments on commit dd2f723

Please sign in to comment.