Hello Guest

Author Topic: Random map for platformer  (Read 4168 times)

DJVDJV

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
Random map for platformer
« on: September 21, 2014, 09:30:07 am »
I was wondering generate random maps with 2d toolkit for platformer game.

Is there any tutorial / assets ect. where I should start investigating.

I tried google but did not find any good.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Random map for platformer
« Reply #1 on: September 21, 2014, 11:44:05 am »
Hi,
There aren't any tutorials that I'm aware of, but look at the API reference here - http://2dtoolkit.com/docs/latest/html/classtk2d_tile_map.html
You will need to fill your tilemap with data somehow.