Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tic-tac-toe #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SymmetricEntropy
Copy link

CSOC Task 1 Submission

Track

  • Android
  • Flutter
  • Web Devlopment

Task Completed

Tic Tac Toe

  • 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.
  • 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
csoc-2021-task-1
APK|Web Site

@github-actions github-actions bot added the web Web Development Submission label Jun 14, 2021
@m-e-l-u-h-a-n
Copy link
Member

@SymmetricEntropy, none of the links added by you are correct. You have to add link for the github repo of your code and another link for hosted website. Can you update the links by today evening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web Web Development Submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants