Show Bid Request
Tic Tac Toe
Bid Request Id: 8338
|
|
|
Description:
Creat a class TicTacToe. Class contain private dataa 3by3 double array of integers. The constructor should initialize the empty board to all zeros.allow 2 player. place a 1 in speified square as player 1 moves and a 2 when player 2 moves. TicTacToe game, program 6.16. This project is again a three-file project (P1B.cpp, TicTacToe.cpp, and TicTacToe.h). The submission requirements are the same as above. Follow similar naming conventions for the project folder and name.
Follow the instructions from the text. Your class TicTacToe should include the following: A default constructor that initializes the board to zero. Data members: board and status (an enumerated set containing Win, Continue, Lost). Member functions: makeMove, validMove, xoMove (sets move to x or o), gameStatus (tests for a win), printBoard (prints board using X and O instead of 1 and 2). Use the following as your driver. (Add proper documentation !!)
// driver P1b.cpp
#include “TicTacToe.h”
int main ()
{
TicTacToe game;
game.makemove();
return 0;
}
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.
Special Conditions / Other:
Need to be complete before Feb 4 9:00am
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$45 (USD)
|
Feb 3, 2002 6:39:36 PM EDT
|
7
(Good)
|
|
|
|
|
|
|
|
|