Really like the concept! The battle system is a bit confusing but you'll get it eventually (honestly not sure if I even understand it now). The mechanics are well explained and the gameplay loop is nice.
Looking forward to more!
Thanks for playing! I tried to keep it simple attack gets subtracted health but if your not very familiar with binary it can be a little confusing but the general idea is left bits are highest but more on left is greater also so 1000 is less than 1001 which is less than 1010 and some like 0111 is smaller than all the previous this is because postions are powers of 2 so you could read 1111 as 1(8) 1(4) 1(2) 1(1) hope this helps 🙂