Hey all
I'm working on a game at the moment where the players influence 3 elements -
element A - ranges from 1-10
element B - ranges from 1-5
element C is either 0 or 5
I need to make a calculation of (A+B+C) x 5, and this is done once a turn for each player.
I'd like a nice physical tool to calculate this but am struggling a bit for ideas.
One way might be a sliding scale where you move a marker on a track of fixed points to calculate the end score
Another way might be some sort of wheel where you can turn bits, revealing the calculation in a window but not entirely sure how that would work...
Any other/better suggestions?! (or how those might actually work)
I could do either of those but it would change things elsewhere somewhat
At this point I'd prefer to make a game calculator rather than change the calculation.
I might still come back to that route but for now I'd like to see what is possible