Talk:Tic-tac-toe: Difference between revisions

m
→‎"ancient" computer game: added more verbiage.
m (→‎"ancient" computer game: added a comment to a comment.)
m (→‎"ancient" computer game: added more verbiage.)
Line 21:
 
I'm surprised that   BASIC,   FORTRAN,   and   PL/I   computer programming languages haven't had solutions entered   (at the time of this posting).   Tic-tac-toe was one of the first games written in any language as it was so simple to program and display.   I still have my FORTRAN and PL/I programs laying around from the mid 1960s which played on a   NxN   grid.   Now, if I could only find a card reader ... -- [[User:Gerard Schildberger|Gerard Schildberger]] 19:10, 23 April 2012 (UTC)
 
== 3D tic-tax-toe ==
 
Has anyone thought of writing/entering a   '''3D'''   version of tic-tac-toe for Rosetta Code   (as a separate task, of course)?
 
I imagine the programs would get a tad obtuse   (hard to follow).   -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:58, 17 April 2016 (UTC)
 
<br>
-----
<br>
 
I wrote a PL/I program &nbsp; (the default grid size was 4x4x4) &nbsp; and it was (an infamous) favorite with the (IBM) OS/MFT operators. &nbsp; No terminals with screens back then for our shop &nbsp; --- &nbsp; that was waaaaaaaay back in &nbsp; (cough-cough) &nbsp; <small>1970</small>, &nbsp; ... just the mainframe console &nbsp; (an IBM 1052 typewriter). &nbsp; A lot of time was wasted on the off-shifts and weekends, to be sure. &nbsp; A lot of operators volunteered to work on weekends, and the &nbsp; ''powers-that-be'' &nbsp; never caught on &nbsp; (or just didn't care). -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:58, 17 April 2016 (UTC)
 
 
The PL/I program had a &nbsp; '''4D''' &nbsp; capability, &nbsp; that is, &nbsp; after so many moves were done &nbsp; (this could be specified at game start), &nbsp; the oldest marker was &nbsp; ''removed'' &nbsp; from the playing grid. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:58, 17 April 2016 (UTC)