class Ship1
- Ship1
- Reference
- Object
Defined in:
12/main.crConstructors
Instance Method Summary
- #east(value)
- #forward(value)
- #left(value)
-
#north(value)
N (+1) W (-1) E (+1) S (-1)
- #pointing : Int32
- #pointing=(pointing : Int32)
- #right(value)
- #south(value)
- #west(value)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)