main #14

Merged
kistaro merged 2 commits from pyrex/chameleonic:main into main 2022-12-29 02:33:30 +00:00

2 Commits

Author SHA1 Message Date
a1f9617842 Fix can_move constants to remove path dependence 2022-12-28 13:23:34 -08:00
812d619cc7 can_move golf, redux (#14)
previous attempt tried to use shifts to get 0.4 to 0.2 or 0.8 and multiplication to get -0.8, forgetting that the multiplication would also turn 0.4 into 0 along the way. oops. I got ratholed on the mathematical approach, but a very straightforward lookup table can get more done.

Reviewed-on: pyrex/chameleonic#14
Co-authored-by: Kistaro Windrider <kistaro@gmail.com>
Co-committed-by: Kistaro Windrider <kistaro@gmail.com>
2022-12-28 21:12:23 +00:00