Want to make your own game like "Cats of All Lands?" With this starter code, now it's easier than ever! STEP 2 IS HERE! It adds dens, fur patterns, talking, and more: https://scratch.mit.edu/projects/595609540/ This project is a version of Cats of All Lands that's way easier to remix. With this, you can get started with making your own game. And it doesn't have to be cats - it could be a game with dragons, dogs, wolves, you name it! You will notice that this game doesn't have all the features that Cats of All Lands has. That's why this is just starter code. There are also comments inside the project to explain some of the code. I hope you have fun making your game! FAQ: Q: What features does this project contain the code for? A: This project contains the code for these things: - Adding cats to your Clan - Customizing their fur color, fur darkness, and name - Clicking on different cats to select them - Moving around with the arrow keys Q: Are there any other differences between this game and Cats of All Lands? A: Yup. Cats of All Lands has a lot of code, and I took out any code that wasn't necessary, and tried to simplify as much as possible, so that this will be easy to remix. Here are a few ways I simplified Cats of All Lands: - instead of a separate "change name" screen, I just made buttons for "change prefix," "change suffix," and "random name." - instead of having fur color tiles that the player can click on, I used sliders to control the fur color and fur darkness. This is way simpler to code <3 Zinnea