can_move golf, redux #14

Merged
pyrex merged 1 commits from kistaro/chameleonic:unbroken-golf into main 2022-12-28 21:12:24 +00:00
Contributor

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.

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.
kistaro added 1 commit 2022-12-24 02:22:41 +00:00
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.
pyrex approved these changes 2022-12-28 21:12:15 +00:00
pyrex merged commit 812d619cc7 into main 2022-12-28 21:12:24 +00:00
pyrex referenced this issue from a commit 2022-12-28 21:12:24 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pyrex/chameleonic#14
No description provided.