How to build a rock, paper, scissors game with GitHub Copilot
In this tutorial, we will build a rock, paper, scissors game with GitHub Copilot. We will also explore GitHub Copilot, a cloud-based AI tool that assists users of various editors in suggesting lines of code and whole functions instantly. We will disc...
blackgirlbytes.dev5 min read
Josh
eCommerce & Javascript Developer
I enjoyed this to learn a bit about co-pilot for the first time. The biggest suggestions I have for your article are 1) there is a time delay before code suggestions are made from co-pilot, I didn't realize this at first and thought it wasn't working. 2) The code it suggests might not look exactly like yours as there are a few different suggestions it might make. 3) to view those suggestions once co-pilot has made a suggestion 'ctrl+enter' will open a new tab with multiple selections to choose from.