script to update static web site content
[qbasicapps.git] / games / checkers / index.html
1 <HTML>\r
2 <HEAD><TITLE>checkers</TITLE></HEAD>\r
3 \r
4 <BODY text=#A0A0ff vLink=#0000ff aLink=#0000ff link=#0000ff bgColor=#000000>\r
5 \r
6 <CENTER><H1>checkers</H1></CENTER>\r
7 <BR>\r
8 <BR>\r
9 Play checkers against the computer with any board\r
10 size and any amount of caps. Does thinking by recursively\r
11 testing many possible scenarios with any depth.\r
12 \r
13 Since it is slow QBasic implementation,\r
14 it isn't practical to play with many caps\r
15 or big thinking depth, for reasonable responce time.\r
16 \r
17 <BR><IMG SRC="sshot.png">\r
18 </BODY>\r
19 </HTML>