How to make a voting system without blocks (1/10)

Today I am going to show you how to make a voting system without block coding, the downside of this is you can only have 2 voting options.

Things you will need

  1. 1x Counter
  2. 1x Property
  3. 1x Checker
  4. 2x Buttons
How to do It

First get everything out


Then set up your checker like this
image
Then set up your counter like this
image
Then set up your property

Do what ever you want with your buttons becuase thats what you voting on
I made mine red and blue
image
image
Now wire your first button like this

and you second button like this

Then whenever you want to end voting you can just make the checker run the check then if check passes Blue won and if it fails Red won

Also, it might be possible to do more than 2 options with a chain of checkers, but I have not tested that yet

3 Likes

Nice guide!

So simple, despite only two voting options.
You should add a poll asking how helpful it was!

2 Likes

Thank you

1 Like

Btw if there is a tie it will just go to the first option bc it isn’t greater zero

I bet you could make it more than two options with a chain of checkers and more property’s

Nice guide! If you think there can be two more options then maybe you should add that to the post

2 Likes

Sorry I had to plug in my computer im gonna add that

ok I added it

Im going to test that lol

cool guide!!!

1 Like

This is a great guide. I love the use of pictures. :grinning:

1 Like

I want to have three options :expressionless:

1 Like

With 3 counters as well

1 Like