Guides:How to make an Action Platformer

From Castle Wiki
Revision as of 01:12, 30 April 2022 by Lukalot (talk | contribs) (image displayed on right)

Making an action platformer is an easy task with Castle and the template action platformer kit. The first step to making your game is figuring out what kind of game you want to build. Are you interested in theming your platformer with dragons and wizards, science fiction contraptions and robots, or your favorite characters from games and movies? You can pick any idea you can imagine. Once you have your idea, we'll progress to setting up the deck.

Starting with the Action Platformer kit

Now that you have your game idea in mind, we'll start our new deck. Navigate to the create screen of Castle, and press "New deck" on the top right corner. You'll now see a list of kits. Pick the Action Platformer kit to view it in the editor.

Once the kit is opened, you'll be able to see all of the kit's actors laid out the editor scene and view it's blueprints in the scrollable belt at the bottom. You can grab and drag any actor or blueprint about in the scene. Grabbing a blueprint from the bottom and pulling into the scene adds a new actor. Feel free to move things around in the scene and redesign the level.

Try pressing the play button on the top of your screen and see what happens.

See that? The game is playable at any time from the play button, so you can test out what you've built so far. Just press it whenever you want to try out your deck.

Block small artwork.png

Designing your first tile

Now that you understand the basics of the editor, we can start making your game unique to you. Lets customize the Block Small blueprint by finding it in the belt on the bottom (search for the grey block named "Block Small"), and tap "edit".

Pressing edit opens the inspector, where you can see the contents of our little block blueprint. From here we can change all kinds of properties of the block. Try opening the art tool by tapping on the block's artwork (pictured)

With the art tool open, you'll be able to modify the art in any way you want. We're going to draw a grass block instead of the default dark stone, but you can draw something that fits your games's theme. Here's the grass block we made:

Grass art.png

Customized action platformer scene.png

Whatever it is that you drew, you can now exit the art tool with the X button on the top left to see the scene with your new artwork. You'll see that all of the 'Block Small' actors have updated to use the new artwork. This is because they're all based on the same Block Small blueprint. There are also two 'Block Big' actors still in the scene which haven't changed at all. This is because they are using a different blueprint which' art you haven't changed yet. It's up to you if you want to select them and redraw their art as well, or if you'd prefer to just delete them by selecting them and pressing the trash icon on the top right corner.

Once you've handled the Block Big actors, you should have a scene that looks a lot more customized— something like this the image displayed on the right.

One thing you might not have is the custom background color. You can pick your own by pressing the gear icon on the top of the editor, navigating to the layout tab and then picking a new background color from the palette.