I-
You just stole the votecount I stole from Eli
Can someone give me an idea of how the hell true majority works?
Right now what I understand is that Ami requires 4 voted to be executed??
If only me, you and Light voted majority at the end of the day would be 2
Ok yeah this is tooā¦
Meh.
Is there like an equation that you can give instead? I think that would help more
Iām just going to write you a program to calculate it
I donāt get this ahhhhh.
inputNumber = int(input("How many people are currently voting?: "))
processedNumber = inputNumber / 2
if (inputNumber % 2) == 0:
finalNumber = processedNumber + 1
else:
finalNumber = processedNumber + 0.5
print("Majority is...", int(finalNumber))
I donāt think you needed to put that in a program but ok I guess you have free time to kill.
So basically
If X = The number of players voting this person right now
Majority for a specific person would look like
X/2 (rounded up)
and if itās 0 then itās 1 for majority.
Itās just how you would calculate majority
except it only factors in who is actually voting
Wait I donāt get it wtf is the point of true majority itās literally the same as majority
Minus plurality*
because no-voters donāt count towards majority at the end of the day
plurality isnāt enabled
So basically itās majority-onlyā¦
?
Yes. Itās majority only.
Except people who donāt vote donāt count towards majority
This parts a little confusingā¦ like they donāt count towards majority the next day?
basically treat it like normal majority
with the twist that people who donāt vote are instead treated like theyāre dead
petition to have everyone no-vote and only let my vote decide the lynch
Okā¦
Oh wait I think I get this moreā¦
maybe?
Idk