Yo, didn't add.

This commit is contained in:
C. Guy Yarvin 2015-05-28 11:28:31 -07:00
parent 82da3d3adb
commit cd5026cce5

19
base/sur/octo/core.hook Normal file
View File

@ -0,0 +1,19 @@
:: :: ::
:::: /hook/core/octo/sur :: :: dependencies
:: :: ::
/? 310
:: :: ::
:::: :: :: semantics
|%
++ board ,@ :: one-player bitfield
++ point ,[x=@ y=@] :: coordinate
++ stage (pair (unit ship) (unit ship)) :: players
++ game :: game state
$: who=? :: whose turn
sag=stage :: who's playing
aud=(set ship) :: who's watching
box=board :: X board
boo=board :: O board
== ::
++ action (unit point) :: move or resign
--