
Re: Some more operators, or variations?
randomfruit wrote:
I would like to see some more operators in the puzzles, and suggest the following:
& bitwise-and
bitwise-exclusive-or; not sure what symbol(s) to use - perhaps &|
< less-than: seems best to make it work on two cells only, and the LHS must be less than the RHS cell; Two cells above and below could use the V where the upper is more than the lower
> more-than; like less-than but the other way round
Thanks for the suggestions. I thought that bitwise AND (& in C) and XOR (^ in C, so easily confused with exponentiation) were too similar to OR (?)
The less than/more than conditions are possible (a Calcudoku - Futoshiki combo then really),
but quite involved to add that to the software.
And yes, I would like to see an arbitrary set of numbers, so even {2, 3, 5, 8, 10, 25} for example (instead of {1, 2, 3, 4, 5, 6}).
I did start testing software for this a while ago, but again, it's quite a big programming job,
so I'd have to find the time for it...
![Mellow [mellow]](./images/smilies/msp_mellow.gif)