Number Slide Game

Hi

Does anybody know of a good tutorial for a number slide game where the user has to slide number tiles around to get them in the correct order?

Is that even possible using Unity 3d?

Thanks

It’s possible, do you know any programming language?

Tutorials show you how to do stuff but they simply give you the code, its great if you want an idea of what can be done but if you want to change a tutorial in any meaningful way your going to have to do some programming.

There doesnt exist a robust way to program without knowing a programming language. You can’t just move objects around on a screen or press buttons.