godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.74k stars 1.59k forks source link

New demo : Platform level generation godot 4 #936

Open Ymanawat opened 1 year ago

Ymanawat commented 1 year ago

This pull request adds a new demo project, showcasing dynamic level generation and endless arcade gameplay. The project is designed to demonstrate the use of procedural-level generation.

Demo made for v4.x

Pull request includes

Testing

Screenshots / GIFs

Collision (1) Dynamic_tile_generation

Calinou commented 1 year ago

This is a good start :slightly_smiling_face:

I've made a branch based on your fork with further improvements to better match the existing visual style and code style: https://github.com/Calinou/godot-demo-projects/tree/platform_level_generation_godot_4 I still need to make some tweaks to it before it can be merged.

image

Ymanawat commented 1 year ago

These visual improvements are much more intuitive. Can I help with any enhancements?

Calinou commented 1 year ago

These visual improvements are much more intuitive. Can I help with any enhancements?

I can take it from here, but I won't be able to submit a PR soon as I'm busy with other tasks.