Text race history for Kinesis (kinesis_quake)

Back to text analysis page

import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or roll_again == "y": print "Rolling the dices..." print "The values are...." print random.randint(min, max) print random.randint(min, max) roll_again = raw_input("Roll the dices again?")

Game Time WPM Accuracy
100 2024-01-18 23:20:51 98.93 98.6%
94 2024-01-18 23:11:35 103.95 98.6%
50 2024-01-17 02:42:43 91.48 99%
26 2021-11-16 20:30:38 83.86 99%