Commit graph

5 commits

Author SHA1 Message Date
70fe698c22 Update README and fix linting issues (#37)
All checks were successful
continuous-integration/drone/push Build is passing
Solves #16
2019-09-20 14:41:24 +00:00
a73828fc86 Create settings page and image cache (#27)
Some checks failed
continuous-integration/drone/push Build is failing
2019-09-20 10:49:15 +00:00
55fad9db70 Basic draft library (#19)
All checks were successful
continuous-integration/drone/push Build is passing
Supports set, cube, i8pcube drafts with dumb bots. No support for block draft yet.
2019-09-16 13:53:07 +00:00
eade73f9f5 Add basic deck builder (#12)
All checks were successful
continuous-integration/drone/push Build is passing
Includes:

- Basic layout
- Card list
- Filter cards by set/color
- Filter cards by type
- Filter cards by rule text
- Add/remove cards to decklist
- Export deck to ponyhead URL
2019-09-12 09:11:32 +00:00
6f6b00fd05
Basic networking (#9)
Added PeerJS-powered client/server architecture.

Clients can join, leave, chat rooms, Server can take parts as players too via a local client shim.

Closes #4

Signed-off-by: Hamcha <hamcha@crunchy.rocks>
2019-09-06 14:36:45 +02:00