Wind first pass

This commit is contained in:
2023-11-26 13:15:24 -06:00
parent 572726df7c
commit c14bcecccc
3 changed files with 27 additions and 13 deletions

View File

@@ -8,12 +8,10 @@
(def revenge (ref {:position [0. 0.]
:name "Revenge"
:heading (normalize [1.0 1.0])
:heading (normalize [0. 1.0])
:slots [{:type :downwind-sail :length 2 :furl 1.0}]
:velocity [1. 0.]}))
(reset! ships [virginia-woolfe revenge])
(show-ui)
@tracked-ship