From 5ed678d8b4e611cc28604ca78cec43519a5ebc71 Mon Sep 17 00:00:00 2001 From: vishant002 <79528193+vishant002@users.noreply.github.com> Date: Wed, 16 Jun 2021 00:34:03 +0530 Subject: [PATCH] tas1-tic-tac-toe CSOC Task 1 Submission Track Android Flutter Web Devlopment Task Completed Tic Tac Toe [x]Task 1: Implement a two-player mode that allows two people to compete against each other. [ ]Task 2: Add a single-player mode that allows users to play with an intelligent bot that never loses. [x]Task 3: Add an option to select which shape to begin with (X/O). [ ]Task 4: In single-player mode, add an option to choose who will start first - computer or player. [ ] Extras: You may keep a record of scores and use player names for interactivity. Sudoku [ ]Task 1: Implement a Sudoku game. (The board may remain the same every time). [ ]Task 2: Implement a board generator and generate a random board in every game. You may use backtracking or naive approaches to generate the board. [ ]Task 3: Add a timer to the game, where the user may select a particular time to complete the game within it. Bonus: As the time reaches 0, the user can be warned about the time running out. [ ]Task 4: Warning the user about incorrect inputs and user engagement. Extras: To make the game more engaging, you may provide hints if the user is stuck for like 10-20 seconds. Submission Repo https://github.com/vishant002/task1-tic-tac-toe Web Site https://vishant002.github.io/task1-tic-tac-toe/ --- WebDev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDev.md b/WebDev.md index bed8cb2..b8f42ec 100644 --- a/WebDev.md +++ b/WebDev.md @@ -37,5 +37,5 @@ Submission has to be done by sharing your github repo link and deployment link o ## Submissions - +