Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 
== Wednesday (4/2/14) ==
 
== Wednesday (4/2/14) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Make sure you get your 1-player Tic-Tac-Toe game to work
+
* Make sure you get your 1-player [[Tic-Tac-Toe]] game to work
 
* Improve the AI if you can
 
* Improve the AI if you can
 
* Next Project?
 
* Next Project?
 +
** [[Connect Four]]
  
 
== Tuesday (4/1/14) ==
 
== Tuesday (4/1/14) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Test your 1-player Tic-Tac-Toe game (make sure you have your 2-player version backed up!)
+
* Test your 1-player [[Tic-Tac-Toe]] game (make sure you have your 2-player version backed up!)
 
* Spend today improving the computer's move algorithm
 
* Spend today improving the computer's move algorithm
 
** What moves do you make that allow you to beat the computer?
 
** What moves do you make that allow you to beat the computer?

Revision as of 14:16, 2 April 2014

Wednesday (4/2/14)

Agenda:

Tuesday (4/1/14)

Agenda:

  • Test your 1-player Tic-Tac-Toe game (make sure you have your 2-player version backed up!)
  • Spend today improving the computer's move algorithm
    • What moves do you make that allow you to beat the computer?
    • Can you improve the computer's AI? (Hint: corners)
    • Improve your computer's AI by prioritizing corners after the center square

Archives