-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# dominogod | ||
<p align="center"> | ||
<img src="public/favicon.svg" align="center" alt="dominogod" width=250 /> | ||
</p> | ||
|
||
become god. | ||
<h1 align="center">dominogod</h1> | ||
<p align="center"> | ||
<i>It's a practice version of <a href="https://dominofit.isotropic.us/" target="_blank">DominoFit by isotropic.us</a>.</i> | ||
</p> | ||
<h1 align="center"> | ||
<a href="https://discord.gg/72svprtqT8"><img src="https://img.shields.io/discord/1213601066642579526?logo=discord&logoColor=%237289da&color=%237289da" alt="Discord" /></a> | ||
<a href="https://dominogod.kunet.dev"><img src="https://img.shields.io/badge/pages-site-blue?logo=cloudflare" alt="Website Link"></a> | ||
</h1> | ||
|
||
the 'cord (not on the site rn): https://discord.gg/72svprtqT8 | ||
### Technical Notes | ||
- Development only works on Linux and macOS atm (WSL counts, too!) | ||
- Using the Bun package manager | ||
- Requires rust + cargo installed | ||
- Use `bun run boardgen` to compile the WASM stuff (everything *just works*) | ||
- Using SolidJS! | ||
|
||
### Acknowledgement | ||
This game was originally created by [macromaniac](https://news.ycombinator.com/item?id=39420966) and can be found [here](https://dominofit.isotropic.us). This game has been allowed to stay up and be open sourced as we have asked the original creator for explicit permission. Thank you macromaniac for being very chill about it and for making DominoFit! |