|
|
|
@ -122,17 +122,16 @@
|
|
|
|
|
// const c2 = new Card({shape: 'oval', color: '008000', number: 2, filling: 'full', outline: null})
|
|
|
|
|
// const c3 = new Card({shape: 'oval', color: '800080', number: 3, filling: 'full', outline: null})
|
|
|
|
|
|
|
|
|
|
const c1 = new Card({shape: 'diamond', color: 'green', number: 3, filling: 'empty', outline: null})
|
|
|
|
|
const c2 = new Card({shape: 'squiggle', color: 'blue', number: 1, filling: 'stripe', outline: null})
|
|
|
|
|
const c3 = new Card({shape: 'squiggle', color: 'blue', number: 2, filling: 'stripe', outline: null})
|
|
|
|
|
const c4 = new Card({shape: 'diamond', color: 'green', number: 2, filling: 'empty', outline: null})
|
|
|
|
|
const c5 = new Card({shape: 'oval', color: 'red', number: 2, filling: 'full', outline: null})
|
|
|
|
|
// const c1 = new Card({shape: 'diamond', color: 'green', number: 3, filling: 'empty', outline: null})
|
|
|
|
|
// const c2 = new Card({shape: 'squiggle', color: 'blue', number: 1, filling: 'stripe', outline: null})
|
|
|
|
|
// const c3 = new Card({shape: 'squiggle', color: 'blue', number: 2, filling: 'stripe', outline: null})
|
|
|
|
|
// const c4 = new Card({shape: 'diamond', color: 'green', number: 2, filling: 'empty', outline: null})
|
|
|
|
|
// const c5 = new Card({shape: 'oval', color: 'red', number: 2, filling: 'full', outline: null})
|
|
|
|
|
// const c6 = new Card({shape: 'oval', color: 'red', number: 1, filling: 'dot', outline: null})
|
|
|
|
|
|
|
|
|
|
const c1 = new Card({shape: 'diamond',color: 'orange' ,filling: 'grid', outline: 'dot'})
|
|
|
|
|
|
|
|
|
|
CardToHtml.create(c1);
|
|
|
|
|
CardToHtml.create(c2);
|
|
|
|
|
CardToHtml.create(c3);
|
|
|
|
|
CardToHtml.create(c4);
|
|
|
|
|
CardToHtml.create(c5);
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|