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

Tic-Tac-Toe/Sriraj #42

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

Conversation

Sriraj-dev
Copy link

@Sriraj-dev Sriraj-dev commented Jun 15, 2021

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
APK|Web Site

@github-actions github-actions bot added the flutter Flutter Submission label Jun 15, 2021
@nb9960
Copy link
Member

nb9960 commented Jul 15, 2021

Nice work @Sriraj-dev 🎉. I've reviewed your application and here are few suggestions:

  • There were overflow issues while entering the player name
  • State management can be improved significantly
  • Also, you had to create your Github repo instead of uploading it on the gdrive (gdrive converted the .properties file to .txt)
    Nevertheless, This PR has been evaluated and scores would be updated soon.

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

Successfully merging this pull request may close these issues.

2 participants