Experimental pure javascript CHESS BOARD library tinkering CRASH COURSE by Code Monkey King

preview_player
Показать описание
Hey what's up guys, Code Monkey King's here. In this video I will demonstrate the experimental chess board library written in pure javascript I've created, describe it's architecture and usage details and also walk through the entire source code to give you an idea of how it works, how you can use it in your own projects and how you can extend this library for your own purposes. I hope this work would be useful for somebody.

SOURCE CODE:

LIVE DEMO:

Previous part:
Рекомендации по теме
Комментарии
Автор

Any chance you could make a tutorial for a multiplayer chess game building the server and the game in real time? Then also show us how to put it in production. Thanks!

HeyNelsonn