- Reaction score
- 1,843
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
Last edited by a moderator: