Rock-paper-scissors: Difference between revisions

m
→‎{{header|uBasic/4tH}}: Changed 'C' to 'uBasic/4tH'
m (→‎{{header|Seed7}}: Changed 'C' to 'Seed7')
m (→‎{{header|uBasic/4tH}}: Changed 'C' to 'uBasic/4tH')
Line 5,882:
This implementation uses a 6-bits binary scheme, where the lower three bits represent the choice of the user and the higher three bits the choice of the computer:
 
{{incorrect|CuBasic/4tH|This example does not seem to use the weighted average AI from the task description.}}
 
<lang> 20 LET P=0: LET Q=0: LET Z=0
535

edits