Exploring Games

A great way to start to learn code is by trying to interpret already existing code. This can help to get you in the coding and problem-solving mindset. It also gives you the ability to pick up on patterns in other code that you can use in your code. It also lets you have lots of fun playing other people's games and other things they coded. A great place to explore games is scratch.mit.edu. This site allows you to try other thousands of games and access the code by using the "see inside" button. Another great thing about this source is it allows you to make a duplicate of the code, using the "remix" button, so that you can make changes using someone's code as a guide.