Some of the Logic modules have made it into the online version. In addition to the usual, RICH can play several basic logic games and while I was building the “tic tac toe” module I was thinking of how boring the actual interaction is. If no one makes a mistake in logic the game is a draw. Not much fun. So I decided to give RICH a function not usually seen (at least as far as I know, if someone else knows of something similar please share!) . The module works pretty much the same as most, there is a NO_LOGIC mode which allows the user to win and a USE_LOGIC mode which employs logic to block a winning move. HOWEVER…there is a third mode which im calling ALTER_OUTCOME. With this flag set, If RICH is playing in NO_LOGIC mode and he detects that the user is about to win….he cheats. When the user inputs the winning move, RICH alters the game token assignments so that X=O and O = X and RICH proclaims himself to be the winner. Im thinking that this ought to provide some hysterical dialogue. Something along the lines of;
User: You cheated
RICH: No I didnt
User: Yes you did
RICH: Did not
Im hoping to have the games online by today or tomorrow, but thought Id share this now just for giggles.
Vince