Skip to content

Commit

Permalink
docs: add action status badge to readme (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy authored Aug 22, 2023
1 parent 8d3a3bb commit 079d1f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nightly deploy to vercel dev
name: nightly

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build and deploy to vercel
name: preview

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy to vercel prod
name: prod

on:
push:
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
<div align="center">
<img src="https://autochessia.4everland.store/media-assets/logo.png" width="200">
<h1>Autochessia</h1>
<p>Fully on chain auto chess</p>
</div>

---
[![nightly](https://github.com/HelheimLabs/autochessia/actions/workflows/deploy-dev.yaml/badge.svg?branch=develop)](https://dev.autochessia.xyz/) [![prod](https://github.com/HelheimLabs/autochessia/actions/workflows/vercel-prod.yaml/badge.svg)](https://github.com/HelheimLabs/autochessia/actions/workflows/vercel-prod.yaml)


Autochessia is a auto chess game, but runs fully on chain and write via MUD and solidity. Believing fully on-chain game would brings the next generation UGC paradigm, we make this game and try to make it extensible.

## Preview Demo

![demo](/demo.gif)

## Enjoy Demo

Dev: https://dev.autochessia.xyz/

Prod: https://autochessia.xyz/

## Get Start

Require:
Expand Down

0 comments on commit 079d1f5

Please sign in to comment.