Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
XOR gate can be implemented with a gate score of 3 using one NAND, one OR, and one AND.
MUX can be done with a gate score of 17.
My solution for Binary Counter uses:
1 MUX
3 Byte Splitters
6 AND
7 XOR
1 NOT
https://pastebin.com/raw/EkJZcP9D
Actually, I did it as a human. It is very possible. You just have to recognize binary patterns in your head.
You also have more time in level 7 than in 6, which is helpful.
I updated the java clicker so that it starts by presenting a screenshot to the user and asking him to click on the buttons.
That way ther's no need to edit the buttons location in the code anymore.
I also added a click on the "start" button so that you just have to hit enter and use the bot
(just click on any button before running the bot so that you can see the "submit" button on the screenshot).
Here is the source code : https://pastebin.com/2v8unKEN
(Sorry for repost. I changed the code and I can't find how to edit comments)