Browse Search Popular Register Upload Rules User list Login:
Search:
Map generator

Image:
screenshot of the scene

Author: Ramerz

Group: Default

Filesize: 102.42 kB

Date added: 2015-10-17

Rating: 5.6

Downloads: 614

Views: 211

Comments: 2

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

The demo version of the generating a map from the text. Using the letters you can write a map and generate it. Also added to the character which can be moved, when released into the water, he dies.
Maps that you created can be saved in text form, and then are drawn back
Also, the map can be colored (then they do not work)

Демо версия генерации карты из текста. Используя специяальны буквы можно написать карту и сгенерировать её. Также добавлен персонаж которого можно двигать, при попадании в воду, он умирает.
Карты созданные вами можно сохранять в текстовый вид, а затем обратно отрисовывать.
Также карты можно раскрашивать (после этого они не работают)
Please log in to rate this scene
edit
Similar scenes
Title: Free Energy Generator
Rating: 4.5
Filesize: 164.89 kB
Downloads: 3503
Comments: 10
Ratings: 2
Date added: 2013/04/23 16:02:26
Made with: Algodoo v2.1.0
Rating: rated 4.5
download
Title: CA Bunker Generator
Rating: 5
Filesize: 295.84 kB
Downloads: 308
Comments: 0
Ratings: 1
Date added: 2015/11/27 17:37:28
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Rhodonea Curve Generator
Rating: 7.4615
Filesize: 7.79 kB
Downloads: 647
Comments: 2
Ratings: 13
Date added: 2008/10/12 05:33:29
Made with: Phun
Rating: rated 7.5
download
Title: My first incremental game v1.1.1
Rating: 5
Filesize: 18.27 kB
Downloads: 333
Comments: 1
Ratings: 1
Date added: 2021/03/03 08:45:59
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Gear Generator III
Rating: 6.8182
Filesize: 253.76 kB
Downloads: 534
Comments: 0
Ratings: 5
Date added: 2018/12/16 14:50:36
Made with: Algodoo v2.1.0
Rating: rated 6.8
download
Title: Wave Generator
Rating: 5
Filesize: 350.42 kB
Downloads: 2074
Comments: 3
Ratings: 1
Date added: 2013/02/10 17:37:27
Made with: Algodoo v2.0.1
Rating: rated 5
download
Very good.

As there are many repeatable things, I guess you can simplify it by adding a function

AddBox := (map,box_color)=> {Scene.addBox({
size := e.geom._size;
pos := [3.25 + 1 + j * e.geom._size(0), 0.75 + 1 + i * e.geom._size(1)];
color := box_color;
drawBorder := true;
glued := true;
collideSet := 1;
body := 0;
layer := 1;
_slot := j + i * e.geom._slotY;
buttonDestroy := "w";
Scene.my.mapG = map ++ [pos]
})}

and use AddBox(Scene.my.mapG,[0.0, 0.3, 0, 1.0]) instead of this /\ :tup:
I have a suggestion..... A much more intuitive method of making a new map would be for the user to add colored boxes to the new map as desired, and then when finished, click a button which will generate the text array of the new map (and will also create a new "memory card"). That way, a person doesn't have to keep track of each letter and it's corresponding position on the map.

Good job on the scene! :tup: