gui tic tac toe project skeleton that beginners new to the web technologies can extend to get to know typescript without worrying about the tooling nor the web technologies
- Execute
npm install
once after downloading the project. - Run the npm script
develop
. Here is a screenshot of where to click in Visual Studio Code in order to do so. - Navigate your web browser to http://localhost:8080 to test any edits. The web page need to be refreshed on every edit.
- Edit the files
src/game.ts
and maybesrc/three.ts
to extend the Tic Tac Toe implementation. - Can you make the computer play the user on its own?