reset password
Author Message
rabbott
Posts: 1649
Posted 19:20 Oct 18, 2016 |

Projects 7a, 7b, and 7c concern a Tic Tac Toe program. It's the most complex program you have seen so far.

Part 7a is due next Monday (10/24). If you like, I'll talk about it tomorrow (Wednesday 10/19). Let me know.

I'll talk about it Monday in either case.

Last edited by rabbott at 19:32 Oct 18, 2016.
lishenyu
Posts: 103
Posted 19:29 Oct 18, 2016 |

Yes please! I am still not quite clear about the a/b/c. And also please explain a bit about the 'history object' , thanks !

rabbott
Posts: 1649
Posted 19:35 Oct 18, 2016 |

The a/b/c simply converted the original assignment (7a and 7b) into three parts. So the job of understanding the code is spread out over three weeks instead of 2.

The History module lets you take back moves and play different moves. It's like a back-button on a browser. You can go back to the previous state -- and then back from there, etc. Then you can go forward again.

Last edited by rabbott at 19:35 Oct 18, 2016.
ejaan
Posts: 27
Posted 20:45 Oct 18, 2016 |

Yes,  Please professor. Abbott

I really appreciate that you can talk about project 7 tomorrow : )  

rabbott
Posts: 1649
Posted 21:13 Oct 18, 2016 |

OK. We'll talk about project 7 --  in particular the TicTacToe module -- tomorrow.