Skip to content

prednaz/typescript_tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gui tic tac toe project skeleton

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

Develop

  1. Execute npm install once after downloading the project.
  2. Run the npm script develop. Here is a screenshot of where to click in Visual Studio Code in order to do so.
  3. Navigate your web browser to http://localhost:8080 to test any edits. The web page need to be refreshed on every edit.
  4. Edit the files src/game.ts and maybe src/three.ts to extend the Tic Tac Toe implementation.
  5. Can you make the computer play the user on its own?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors