Prophets-of-Profit / Galactic-Rush-OLD

A game in space about destroying your enemies with programmable drones!
2 stars 0 forks source link

Set up instruction bitwise operations similarly to how LibGDX Align bitwise operations are done. #18

Closed EliaGorokhovsky closed 6 years ago

SaurabhTotey commented 6 years ago

Marking as closed because we have instead opted for lists due to ease of use. Instead of bitwise or-ing binary values to get a single combined value and then bitwise and-ing to get each individual component, in code, we just store a list of components.