I want make a script, but i can’t. I think if someone can make it i can learn from it, the script that i want :
I make this at 2D, I have 7x7 board(like chess but this is 7x7) and in every corners have 3 square i named it slider. And on the 2 opposite square in the corner there is a circle, this is a player. Player only can move to the square horizontally or vertically from them no problem how far(and they can choose to not move), and after they move to that square they must move the square horizontally or vertically that the square will stop only if they hit another square or the wall. The square cannot move if there is another square block them. The goal is to go to the center of the board and they win.
in another thread you wrote that u use Unity for one or two days for now.
Have you any experience with scripting? If not, you have to learn it. You can do nearly nothing with Unity if you are not able to write (simple) code.
Like Eric wrote to u in another thread, u first have to learn to work with the Unity Editor itself and then learn to write code.
Of course many people here could write your game scripts. But that wouldn´t help you in learning something.
When I started with Unity, I read the Unity ScriptReference.
I clicked on different functions and read, what these function can do.
If you have read many of the functions, u get an idea of what u can do with them and combine them to a script. Like Lego blocks.
If something in your first code do not work like you want, you can post a question in here and you will get help.
Nobody have the time to teach you or to write the complete code for u. Sorry.
No the game has made, but i don’t know to move the player (circle red and blue) and make it only move horizontally or vertically… the pieces, board, annd move script for square has done.