https://github.com/fivethreeeo/tictactoe
https://github.com/fivethreeeo/tictactoe
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fivethreeeo/tictactoe
- Owner: fivethreeeo
- Created: 2021-09-14T14:28:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T14:30:00.000Z (over 4 years ago)
- Last Synced: 2023-08-04T19:25:35.168Z (over 2 years ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Game: Tic Tac Toe
- 틱택토 게임
- https://mansaout.github.io/tictactoe/
### 배포 일정
- [2021-09-14] | **v1.0.0**
### 프로그래밍 순서도

### to do list
- 사용자가 빈칸에 O를 넣은 후 약간의 시간차를 두고 컴퓨터가 X를 넣게 한다.