2015-06-04 00:19:53 +03:00
|
|
|
:: :: ::
|
2015-12-20 14:48:17 +03:00
|
|
|
:::: /hoon#oct4/sur :::::: dependencies
|
2015-06-04 00:19:53 +03:00
|
|
|
:: :: ::
|
|
|
|
/? 310 ::
|
|
|
|
:: :: ::
|
|
|
|
:::: :::::: semantics
|
|
|
|
:: :: ::
|
|
|
|
|% ::
|
2015-12-11 04:28:33 +03:00
|
|
|
++ board @ :: one-player bitfield
|
|
|
|
++ point {x+@ y+@} :: coordinate
|
2015-06-04 00:19:53 +03:00
|
|
|
++ stage (pair (unit ship) (unit ship)) :: players
|
|
|
|
++ play (each game tape) :: update
|
|
|
|
++ game :: game state
|
2015-12-14 10:58:14 +03:00
|
|
|
$: who+? :: whose turn
|
2015-12-13 05:51:23 +03:00
|
|
|
sag+stage :: who's playing
|
|
|
|
aud+(map ship @ud) :: who's watching
|
|
|
|
box+board :: X board
|
|
|
|
boo+board :: O board
|
2015-06-04 00:19:53 +03:00
|
|
|
== ::
|
|
|
|
--
|