is it possible to make an infinite space map ? like chunks a
so when player move it load new chunks and unload others
Develop games in your browser. Powerful, performant & highly capable.
Sure, theoretically this is possible. Use unbounded scrolling and logic to load and remove sections depending on X/Y coordinates. You may run into some overhead issues depending on what you're doing exactly.