/introduction-to-coding-talk

Using tic tac tow game to introduce logic and oop coding to interns

Primary LanguageTypeScript

TIC TAC TOE

Its a basic game, to introduce interns some concept programming logic and OOP.

Run the following to get started

  • npm init -y
  • npm install typescript ts-loader webpack webpack-cli --save-dev
  • npm run build