Skip to content

A Five In Row game - 五子棋, which is a personal project for CDC.

License

Notifications You must be signed in to change notification settings

hidaviddong/FirCDC

Repository files navigation

FirCDC

A Five In A Row game - 五子棋, which is a personal project for CDC.

fir.donghy.me

Feature

  • 📝 Undo,Redo - allows player to take back their last move and cancel.
  • 🎨 Canvas - can switch between two canvas modes and a DIV mode for the chessboard.
  • 📱 Mobile Friendly - can be displayed correctly on devices with different screen sizes.

Setup

  • Insall Node.js >=v16 and pnpm
  • Run pnpm install
  • Run pnpm dev and visit http://localhost:5173

Structure

├─ .gitignore           
├─ LICENSE              
├─ README.md            # Project documentation file
├─ index.html           
├─ package.json        
├─ pnpm-lock.yaml       
├─ public               # static resource files
├─ src                 
│  ├─ components        # common components of the application
│  ├─ constants         # constants or configuration in the application
│  ├─ helper            # some helper functions or utility classes
│  ├─ hooks             # React Hooks
│  ├─ styles            # global styles of the application
│  ├─ types             # TypeScript type definition files
│  └─ vite-env.d.ts     
├─ tsconfig.json        
├─ tsconfig.node.json   
└─ vite.config.ts  

License

MIT License © 2021-PRESENT DongHY1

About

A Five In Row game - 五子棋, which is a personal project for CDC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published