Code Monkey home page Code Monkey logo

tic-tac-toe's Introduction

Tic-Tac-Toe

REQUIREMENTS

  • Ability to play simultaneously with another player (P1 vs P2)
  • Having a choice of which form to start with (X O)
  • Input in the player case must be via keyboard input by typing the cell number you want to fill in

Task

  • Rewrite turn logic.
  • Move Console.WriteLine() & Console.ReadLine() to Program.cs
  • Make victory control Iterative.
    • In the control use ENUM
  • Enter array data from keyboard (ES. 1,1 will put it in the middle)
    • Check that the coordinates entered are correct.
  • Use exceptions
  • Add Boolean checks on InsertSymbol and remove Console.WriteLine()
  • Remove the property that returns the grid.
  • Create a function that returns the copy of the grid
  • Use constants
  • Move the PrintGrid method to Program.cs.

Tips

  • In Booleans use Is, Has, Can

tic-tac-toe's People

Contributors

zerowk-em avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.