/vuejs-tic-tac-toe

Use Vue.js to rewrite React's Official Tutorial Tic Tac Toe 使用 Vue.js 改写 React 的官方教程井字棋

Primary LanguageJavaScript

Game Accomplishment 游戏实现内容

  • Place cell alternatively 交替落子
  • Determine Winner 判断输赢
  • Retract and play again 悔棋重来

Technology Showcase 展示技术内容

  • v-bind: bind data in template 在模版中进行数据绑定
  • v-for: Iterate array in template 在模版中进行数组循环
  • v-on, $emit: transfer and trigger event between components 在模版中进行事件传递和触发
  • data: define in component and automatically update in template 在组件的定义和模版自动更新
  • prop: transfer between components and automatically update in template 在组件的传递和模版自动更新