Skip to content

Commit

Permalink
update source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jul 9, 2023
1 parent 99b8254 commit 61df890
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Othello/Reversi game implemented as webXdc app.

<img width=300 src=https://user-images.githubusercontent.com/9800740/170844337-ea1b94f0-fbe6-4b43-ad14-d9b9ba0ae3bc.png>

[Download .xdc from Release Assets](https://github.com/webxdc/Othello.xdc/releases), attach to a Delta Chat group and play othello/reversi with a group member!
[Download .xdc from Release Assets](https://github.com/webxdc/Othello/releases), attach to a Delta Chat group and play othello/reversi with a group member!

## Requirements

Expand Down Expand Up @@ -38,6 +38,15 @@ python -m http.server

then open in your browser the URL that is displayed in the shell.

## Releasing

To automatically build and create a new GitHub release with the `.xdc` file:

```
git tag -a v1.0.1
git push origin v1.0.1
```

## Credits

Inspired by: https://codepen.io/hac-kimagure/pen/KLyWow
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "Othello"
description = "Othello/Reversi board game"
source_code_url = "https://github.com/webxdc/Othello.xdc"
source_code_url = "https://github.com/webxdc/Othello"

0 comments on commit 61df890

Please sign in to comment.