- Reaction score
- 1,265


Original author: notch, who wrote all of this in Dart.
I wrote a Java port of notch's NAND game. Source code and the JAR is included separately.
In the old version, notch used a delayed scheduled task to update the NAND gates. I, however, choose to use an infinite loop and a simple integer counter, in order to cut down the high percentage of CPU hogging.
Attachments
-
10.6 KB Views: 361
-
8.3 KB Views: 306