Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 664 Bytes

gobang

项目背景:当时对于微信上的小程序有了兴趣就想写一个微信上的小游戏
项目任务:
    1. 完成基本的五子棋的胜负判定
    2. 实现双人对战
    3. 实现每个回合事件限定在30s
项目实现:主要是使用canvas来实现整个页面,后端使用node.js来判断游戏胜负
项目截图:
下棋界面
胜利界面