Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-headers-and-footers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/buildai9/public_html/wp-includes/functions.php on line 6131
Robot Rock Paper Scissors – Build A Code

Robot Rock Paper Scissors

A Self-Learning Rock Paper Scissors Robot

Create an interface robot that can play rock paper scissors with users.

The Robot

  • Starts by randomly generating plays and matches it to user’s play to determine the winner.
  • Robot learns user’s play patterns and tries to outsmart the user to win the game.

Behind the scenes

  • Design functions that allow cinemas who buy your programme to change the movie listings and prices with a simple input
  • Develop a “recommendation” function to recommend similar movies to users who rated the movie they viewed highly
  • Create a simple database that stores new user’s information. When they return to the online booth, you can provide useful recommendations to increase the chances of them buying a ticket

Back to Project Menu