Commit Graph

41 Commits

Author SHA1 Message Date
marsteralex
e88697b09b update json 2022-09-20 13:08:32 -04:00
marsteralex
b1ac37ea87 Merge branch 'main' of https://github.com/marsteralex/manifold 2022-09-20 12:48:57 -04:00
marsteralex
5f2bdf02bc cleanup let to const 2022-09-20 12:42:48 -04:00
marsteralex
44deaf7b0a
WIP: add artist category (#866)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

* add basic land guesser

also added fetcher to filter all cards instead of only unique art

* default to original

makes basic better

* added set symbol to basics

added set symbol to the basics game mode. Changed name to "How Basic"

* cleanup

* changed some pixels

* only load set data if needed

* hacked fix for removing image from name

* removed check from original

* remove check from original

* sort names by set instead of by set symbol

* include battlebond

* update cards for categories

update for dominaria united

* added commander category

commander category

* update basic land art

* can use double feature

* removing racist cards upstream

this way we don't have to store the cards in the json

* remove generated cards from digital commanders

* fix counterspell setting default

* added difficulty rating

* updated padding

* add dfc support for commanders

* add artists

* use latest non-digital if possible

* change vsCode settings for python

* update with latest non-digital printing

* update artist list

* update algo to select k samples

* cleanup code

* equally weight artists

* weight everything equally

* updated for all artists

* update artists

* add allowlist

* update artists to min 50 art

* allow promo to be replaced

* update jsons

* update with min 100 arts

* update code to be smaller jsons

* updated to 18 artists per game

* update ui

* update importing artists

* update to 21

* move num artists to top of js file

* update artistList to not include artist sigs

* update to 50 artists

* update for ub

* update artist list

* update ub defaults

* update jsons

* allow non-english cards to be replaced

* update allowlist

* update jsons

* add watermark

* update jsons

* update jsons

* make jsons slightly smaller

* add checkmarks and x's

* remove python

* add no answer and checkbox and x

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-09-19 18:10:14 -07:00
marsteralex
7ea5d4d46b add no answer and checkbox and x 2022-09-19 10:19:08 +02:00
marsteralex
21c8e23756 make jsons slightly smaller 2022-09-19 01:32:11 +02:00
marsteralex
b4edcb7309 update jsons 2022-09-17 02:20:26 +02:00
marsteralex
37d899a15f update jsons 2022-09-16 08:44:11 +02:00
marsteralex
b84e6100fb add watermark 2022-09-16 08:09:19 +02:00
marsteralex
d690824ce5 update jsons 2022-09-16 06:50:58 +02:00
marsteralex
9be01b940f update jsons 2022-09-16 06:32:03 +02:00
marsteralex
1c2ab715ae update artist list 2022-09-16 05:47:50 +02:00
marsteralex
955536f758 update for ub 2022-09-16 05:28:56 +02:00
marsteralex
351ad9b32e update to 50 artists 2022-09-16 04:01:00 +02:00
marsteralex
3f266dac86 update artistList to not include artist sigs 2022-09-16 01:35:50 +02:00
marsteralex
bf8ac2f21e update importing artists 2022-09-14 01:31:47 +02:00
marsteralex
37da650aca update code to be smaller jsons 2022-09-13 05:25:18 +02:00
marsteralex
bbb915fe05 update with min 100 arts 2022-09-12 06:43:53 +02:00
marsteralex
86120ef1ec update jsons 2022-09-12 06:09:06 +02:00
marsteralex
816d142b38 update artists to min 50 art 2022-09-12 05:37:42 +02:00
marsteralex
1890a1cb8a update artists 2022-09-12 05:07:45 +02:00
marsteralex
1b54503393 updated for all artists 2022-09-12 02:52:17 +02:00
marsteralex
8706ddf733 update algo to select k samples 2022-09-11 14:42:49 +02:00
marsteralex
bf69800cdc update artist list 2022-09-10 03:00:21 +02:00
marsteralex
c3bc96a0a3 update with latest non-digital printing 2022-09-10 01:26:46 +02:00
marsteralex
c30a2b05c2 add artists 2022-09-10 00:09:30 +02:00
marsteralex
1ae0f0e273
add dfc support to commanders (#865)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

* add basic land guesser

also added fetcher to filter all cards instead of only unique art

* default to original

makes basic better

* added set symbol to basics

added set symbol to the basics game mode. Changed name to "How Basic"

* cleanup

* changed some pixels

* only load set data if needed

* hacked fix for removing image from name

* removed check from original

* remove check from original

* sort names by set instead of by set symbol

* include battlebond

* update cards for categories

update for dominaria united

* added commander category

commander category

* update basic land art

* can use double feature

* removing racist cards upstream

this way we don't have to store the cards in the json

* remove generated cards from digital commanders

* fix counterspell setting default

* added difficulty rating

* updated padding

* add dfc support for commanders

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-09-09 13:54:54 -07:00
marsteralex
bbc4551eec add dfc support for commanders 2022-09-09 22:25:04 +02:00
marsteralex
677b20a7ba
fix brawl commanders for digital (#862)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

* add basic land guesser

also added fetcher to filter all cards instead of only unique art

* default to original

makes basic better

* added set symbol to basics

added set symbol to the basics game mode. Changed name to "How Basic"

* cleanup

* changed some pixels

* only load set data if needed

* hacked fix for removing image from name

* removed check from original

* remove check from original

* sort names by set instead of by set symbol

* include battlebond

* update cards for categories

update for dominaria united

* added commander category

commander category

* update basic land art

* can use double feature

* removing racist cards upstream

this way we don't have to store the cards in the json

* remove generated cards from digital commanders

* fix counterspell setting default

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-09-08 20:23:31 -07:00
marsteralex
866f814927 remove generated cards from digital commanders 2022-09-09 05:01:11 +02:00
marsteralex
8aeb544f7e
add commander category (#861)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

* add basic land guesser

also added fetcher to filter all cards instead of only unique art

* default to original

makes basic better

* added set symbol to basics

added set symbol to the basics game mode. Changed name to "How Basic"

* cleanup

* changed some pixels

* only load set data if needed

* hacked fix for removing image from name

* removed check from original

* remove check from original

* sort names by set instead of by set symbol

* include battlebond

* update cards for categories

update for dominaria united

* added commander category

commander category

* update basic land art

* can use double feature

* removing racist cards upstream

this way we don't have to store the cards in the json

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-09-08 18:38:48 -07:00
marsteralex
1c76d79760 removing racist cards upstream
this way we don't have to store the cards in the json
2022-09-09 03:04:08 +02:00
marsteralex
bbfa56b7e8 added commander category
commander category
2022-09-09 01:18:52 +02:00
marsteralex
58e908dfa6 update cards for categories
update for dominaria united
2022-09-09 00:02:58 +02:00
marsteralex
ce3d092497
Add Basic Lands to MTG Guesser (#716)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

* add basic land guesser

also added fetcher to filter all cards instead of only unique art

* default to original

makes basic better

* added set symbol to basics

added set symbol to the basics game mode. Changed name to "How Basic"

* cleanup

* changed some pixels

* only load set data if needed

* hacked fix for removing image from name

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-08-17 12:40:59 -07:00
marsteralex
d09a46482c added set symbol to basics
added set symbol to the basics game mode. Changed name to "How Basic"
2022-08-15 19:55:39 -04:00
marsteralex
1194c1ac6f add basic land guesser
also added fetcher to filter all cards instead of only unique art
2022-08-04 21:46:39 -07:00
marsteralex
aa6d0d1750
add beasts (#700)
* fix https

* add beasts

* Remove extra file

* Prettier-ify code

* Prettier-ify

Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-07-28 11:31:58 -07:00
marsteralex
7038987238 add beasts 2022-07-28 01:24:08 -04:00
Austin Chen
aba818a9de Remove unused jsons 2022-07-20 18:05:41 -07:00
Austin Chen
a3f150b1d9
Host Ida and Alex's MTG Guesser game (#656)
* Copy over code from Mtg Guesser

* Run Prettier

* CSS Tweaks: Hover feedback, button positioning

* Hide all but counterspell & burn, for now

* Move to /mtg directory

* Fix prettierignore

* smaller jsons (#673)

limited burn to only red cards and also added limited json files to only have fields needed to play

* Add Ida's tweak to card position

Co-authored-by: marsteralex <bob.masteralex@gmail.com>
2022-07-20 16:57:51 -07:00