To select your item, use the up and down arrow keys. After you've selected your item, press enter and the computer will randomly select rock, paper, or scissors to counter you. I say that the computer will do this randomly even though the title says it's adaptive (Randomness doesn't sound very "adaptive..."). If you wish to play against the adaptive bot, press [A] on your keyboard, and it will toggle the adaptive move. It will use your previous moves as a reference for what it thinks you will pick next. The more you play, the more it learns. The adaptive algorithm is basic, however, and can likely be exploited. This is a proof of concept I made for fun, and I do not intend on revisiting this project.
CHANGELOG: -------------------------------------------------------------------- v1.0: Initial release v1.1: Added depth to the predictive algorithm. Still buggy v1.2: Greatly improved adaptive mode. Hid debugging variables (can be brought back by pressing "D" on the keyboard) v1.2.001: Optimized debug menu -------------------------------------------------------------------- TAGS: #games