What should i use to create puzzle game like Super puzzle fighter ii

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By atopetrick

I’m newbie in Game development, I’m create demo project like Super puzzle fighter ii, but confuse where do i start?

Should i use TileMap to arrange gems in Grid? or should i manage all spacing and movement via position in script ? or there is any other alternative for this?

Currently i used TileMap

Check This Image Link

:bust_in_silhouette: Reply From: xpartano

Hi! If you’re new in Game development I’d recommend starting from the basics. First of all, I’d follow this “guide”, which is full of useful information.

In this list there is a nice step by step game you could try to do. This is the link:

And if you find this examples too boring and you want to try something more challenging, I’d recommend you to check this official FPS tutorial for Godot 3.0
http://docs.godotengine.org/en/3.0/tutorials/3d/fps_tutorial/

I hope you find these links helpful :slight_smile:

I already checked above tutorial, But i can’t figure it out what i used to make game UI like Super puzzle fighter ii. Can you suggest anything?

atopetrick | 2019-02-15 04:44