Jump to content

Search the Community

Showing results for tags 'chunks'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Hello ! How world works in Phaser ? The elements of the world are in an array and the objects inside the camera are taken from the array and rendered ? Is the world divided in 'chunks' and some parts are rendered ? Thanks a lot.
  2. Hey everyone, I've been using phaser for a few days now and I really love it! Now my question: How do I put severals Tilemaps together so that they act like a single map? I'd like to have the option of an infinite, self generating map. My first idea was to have like 20x20Tiles large Tilemaps (chunks) which, when the player reaches the edge of each chunk, call the next chunk so that the player can move seamlessly through the map. And if this chunk doesn't exist yet, an algorithm creates it on the fly. This does also allow me to load the chunks dynamically, so that the players in a multiplayer mode don't have to load the entire map at once. So far, so good. But I didn't find any method in the phaser documentation which allows me to realise this idea. The few forum topics which also concern this idea didn't help either. (Neither this one nor this one). Instead of going on and writing my own tile-engine I hope that you might have an idea on how to realise this without reinventing the whole wheel Hope you can help me! Thank you in advance! (Sorry for my bad english. If something is unclear please tell me.) best regards, AlexLi
×
×
  • Create New...