Here is the classic game of Connect Four, on Scratch. -- Instructions -- Connect Four is a two player game in which each player takes turns dropping a token of their colour into a grid. The winning player is the first to get four tokens of their colour in a row, whether it be vertical, horizontal or diagonal. Each player picks a colour (red or yellow) at the start. I have implemented a scoring system in this version: when a player gets four in a row, their score increases by one and the board resets. this allows you to challenge your opponent to a 'first to ____' match without having to keep track of the score. -- Controls -- To insert a token into the grid, either click the desired column with your mouse pointer, or use the number keys (each column has been labelled with the corresponding number for those who cannot be bothered to work it out for themselves). This game is mobile friendly. Tell me if there are any bugs/glitches or anything that should be added. Goodbye, for now...