Commit graph

22 commits

Author SHA1 Message Date
7156fe23e5 Fix "player-left" event not being sent (#29)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-20 10:59:15 +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
29ab978612 Add deck builder button and version tagging (#28)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-18 14:22:23 +00:00
87c0a69cc2 Integrate draft/network stack via Vuex (#26)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-17 13:22:43 +00:00
412bb56b32 Add top navigation bar (#25)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-16 21:05:19 +00:00
bc04fdbadb Add home page (#24)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-16 20:31:05 +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
77f146625c Add basic draft screen (#20)
All checks were successful
continuous-integration/drone/push Build is passing
Full of mock code right now, needs to be removed when the real code will settle in
2019-09-15 11:39:04 +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
e14f6679fb Update build to allow custom path (or use relative paths) (#17)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-10 10:20:31 +00:00
0872bb07f6 Fix drone.io triggers on PRs and enable parallelism (#13)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-09 12:27:45 +00:00
d34fb1298b
Fix PR path on coverage
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-06 16:52:33 +02:00
876c473093
Better drone paths
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-06 16:42:04 +02:00
b0d6590a64
Add drone.io
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-06 16:32:05 +02: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
f0b8e98327
Add jest 2019-09-05 09:38:06 +02:00
e0ed6dbaf5
Add Peer and network primitives 2019-09-04 14:56:02 +02:00
f08c101555
Add some empty pages 2019-09-04 12:19:29 +02:00
8f5e327b82
Added searching for cards 2019-09-03 17:01:36 +02:00
2677a51872
Add code for loading sets and saving them locally 2019-09-03 15:19:48 +02:00
19f2e16c41
Add assets 2019-09-02 18:02:40 +02:00
d17d3d0f33
Check in 2019-09-02 09:29:49 +02:00