A chess game in TypeScript.
This application is just a client, a web front-end. It communicates JSON messages over WebSockets to my Python chess server.
- Gain experience with web technologies
tsc --module amd js/app/*.ts
Run the Python chess server.
Then simply navigate to chess.html in a modern web browser