DEV Community

Spiro Floropoulos
Spiro Floropoulos

Posted on

I made a thing (machi koro clone)

I just wanted to put this out there. I suck at design but I wanted to prove some things from a programming perspective.

If you've played Machi Koro the board game, you'll know what this is.

The README in the github explains what I was trying to accomplish. Essentially I wanted to see how far I could go with vanilla JS, CSS and HTML using web components and CSS variables. Some of the stuff in here is kinda cool!

Github and live demo

Top comments (5)

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ

Doesn't seem to do anything once I get to the game screen. JS console showing a lot of errors

Collapse
 
spirodonfl profile image
Spiro Floropoulos

Hmmm what browser are you on?

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ

Firefox - but in this day and age that shouldn't matter?

Thread Thread
 
spirodonfl profile image
Spiro Floropoulos

Nope, it doesn't and I'm not seeing any issues on my end so that's strange. I must be overlooking something.

Thread Thread
 
spirodonfl profile image
Spiro Floropoulos

Ah yes I had a bug in the code that prevented 2 player games from starting. That might've been the issue you were encountering.