Inspiration

Another class exercise, this time we are building a chess board using javascript and not with css. Being a gamer, I thought it would be cool to make all the pieces and be able to play with them. I also added a disco button that changes the colors of the tiles randomly.

How it works

Javascript creates the board, jquery draggable allows for pieces to move, and a custom color changer changes the tiles so its like a disco dance floor.

Challenges I ran into

Figuring out the logic to build a chess board and implementing a color changing feature that effects each individual tile.

What I learned

Using the javascript api. and compositing codes to make it work.

What's next for Disco Chess

Implement rooms and websockets for multiplayer experience, enhance ui and interaction and game logic to decide the victor.

Share this project:

Updates