mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 16:03:36 +03:00
20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
:: :: ::
|
|
:::: /hoon+oct2/sur :::::: dependencies
|
|
:: :: ::
|
|
/? 310 :: arvo version
|
|
:: :: ::
|
|
:::: :::::: 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/(map ship @ud) :: who's watching
|
|
box/board :: X board
|
|
boo/board :: O board
|
|
== ::
|
|
--
|