https://github.com/streamplace/cardcore
https://github.com/streamplace/cardcore
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamplace/cardcore
- Owner: streamplace
- Created: 2018-06-03T19:49:11.000Z (about 8 years ago)
- Default Branch: latest
- Last Pushed: 2024-01-13T23:36:47.000Z (over 2 years ago)
- Last Synced: 2025-04-06T08:36:33.825Z (about 1 year ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cardcore
this project uses [mental poker](https://en.wikipedia.org/wiki/Mental_poker) algorithms (specifically, the ed25519 operations provided by [ssb-keys](https://github.com/ssbc/ssb-keys)) to implement a decentralized trading card game conceptually similar to Magic: The Gathering or Hearthstone. this allows you to play secure games without a central authority or server.
## development
yarn workspaces seem to be the easiest way to monorepo right now so we're using that.
```
yarn install
npm run start
```
## actions
required fields on an action:
- prev (null for CREATE_GAME)
- next
- user
- type
- signature