Differences between revisions 7 and 8
Revision 7 as of 2012-05-09 02:51:30
Size: 5535
Editor: jason
Comment:
Revision 8 as of 2012-05-09 02:52:56
Size: 5517
Editor: jason
Comment:
Deletions are marked like this. Additions are marked like this.
Line 133: Line 133:
}}}
{{{#!sagecell

Sage Interactions - Games and Diversions

goto interact main page

Zeros

Have you ever wished you could count the number of zero digits in a long number like Rainman?

by William Stein and Sequoia Lefthand

zeros.png

Queens on board

An interaction to play with the problem of placing eight queens on a board so that they do not threaten each other. This interaction exemplifies the use of persistent data, and the auto_update=False option coded by mhansen and included in sage 3.3. by Pablo Angulo

queens.png

Nim

Play nim against a perfect opponent. This interaction exemplifies the use of persistent data, and the auto_update=False option coded by mhansen and included in sage 3.3. by Pablo Angulo

nim.png

interact/games (last edited 2020-06-02 22:07:41 by kcrisman)