danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Port of old Connect4 project of mine (pre-2013) to TypeScript for much better code readability and future extension

Link to original project: https://github.com/dannydes/blu4

If you want to try the latest version, please check: https://danieldesira.github.io/DanielsConnect4/

Debugging

To start building and minifying the TypeScript files, enter npm start and you will be able to access the webpages on http://localhost:5000/.

In order to take advantage of source map during debugging, do the following in the Chrome devtools: