Paul Sutton

levels

Rocks and Diamonds – Level Creation 3

Placing the same element, multiple times, in the playing area, in random positions.

As mentioned my previous post I am going to briefly discuss random placement of elements on the playing area.

It is important this point to stress that the game editor will randomly place the selected element multiple times, and NOT just place random elements on the playing area.

On the game editor find the following block.

random placement 1

Within this there is a random placement button, depicted by a dice. Select this:

random placement 2

If you now click on one of the game elements for example a green emerald, and press the dice the editor will place several on the playing area.

random placement 3

You don't need to keep everything where the editor puts it, feel free to delete and add others manually elsewhere, but where you need lots of one thing it may help.

This is one of the features you end up wishing you had known about, especially when you have spent weeks, creating levels by manually placing the items multiple times.

Don't for get to add your exit block manually.

Placing lines of blocks.

The third button in, is a line drawing tool. As this sort of relates to the above, I will cover this too. Pressing the line button and then selecting, for example a wall element, you can draw straight lines. This makes it quicker and easier to draw longer walls or even mazes for example.

#games, #levels, #rocksndiamonds, #level,#creation,#codeclub, #random


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


MastodonPeertubeQoto sign up

Donate using Liberapay

Rocks and Diamonds – Level Creation 2

Further to previous post you can see that creating levels for Rocksndiamonds is fairly simple.

I would like to share the following tips for any budding level designers:

  • Start simple
    • Experiment with different game elements
    • Add new elements as you create new levels
    • Don't overwhelm users or players
  • Testing levels
    • Self test levels
    • Get others to test
    • Get feedback
    • Consider any feedback
    • Act on feedback
  • Set the time so that there is :
    • Enough time to complete the level
    • Have a few seconds left over
    • Set time once level is completed
  • Mix it up
    • Start simple and work up to more complex levels
    • As you create more complex levels throw in a simple level
  • Make use of the game editor features to save time such as:

    • Random element placement (discussed in next post)
    • You can draw lines
    • Shapes
    • Fill feature, don't add 25+ blocks manually
  • Have fun

  • Take regular break

  • Stop and comeback later, this gives a fresh view

  • Submit and share levels with the game developers, they can be part of the game level archive

    • If doing this, remember to follow online safety rules
      • Ask permission from an adult
      • Make sure you have not included your name or contact info in any levels
      • Follow any guidelines for submitting levels

#games, #levels, #rocksndiamonds, #level,#creation,#codeclub

You can find me on Friendica at zleap@social.isurf.ca


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


MastodonPeertubeQoto sign up

Donate using Liberapay

Rocks and Diamonds – Level Creation 1

We have Rocksndiamonds installed at the library for Code Club.

I am going to write a series of tutorials on level creation. Firstly a very basic how to create a simple level.

When you load the game you are presented with the main menu.

rnd1o

The two items we are concerned about here are :

LevelSet and the screen at the bottom. This screenshot shows level 12 with a preview at the bottom of the menu. This is part of my own level set.

rnd2

If you click on LevelSet you get the following

rnd2

Select custom and make sure this is set to 1, which it will be by default. Now LevelSet will read 001

rnd2

CREATING A LEVEL

If you now click on Level Creator You get a similar screen to that below: ( this is one of my own levels you will get a blank playing area with just the brown sand)

rnd3

I have already created a very basic level here. We can explore how this is done.

Firstly the default level created is huge usually 128x128, this is too big for what we need. On the right hand side there are lots of options. Clicking on CONF:

rnd4

Brings up the level properties.

rnd5

For this level we are going to set

  • Size to 8 x 8
  • Gems to collect to 4

rnd5

Press Escape to return to the editor area.

For a level to work we need at least 2 items.

Exit door

rnd3

Emeralds to collect

rnd3

If you click on the item to select, then click on the level to place it on the playing area.

rnd3

Press Enter to test.

Press Escape to go back to the editor, you now need to save your new level. Click SAVE, this can be found in the same panel area as conf

rnd4

rnd3

Answer yes. Your level is now saved.

Pressing esc from the editor takes you back to the main menu. The new level will be shown at the bottom.

So adding a new level is pretty easy.

You may want to create your own level set as the above adds to an existing level set.

Location of level files in different Operating systems.

  • Linux – ~/.rocksndiamonds/levels
  • Windows –
  • Mac

Note : The file levelinfo.conf is important without this the levels won't show up when you copy them to a new location.

#games, #levels, #rocksndiamonds, #level,#creation,#codeclub

You can find me on Friendica at zleap@social.isurf.ca


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


MastodonPeertubeQoto sign up

Donate using Liberapay