How to make?

Hello, I want to make game like

The Arrow - ‎Arrow on the App Store
ZigZag - ‎ZigZag on the App Store
The Line - ‎The Line on the App Store

but i don’t know how can i. What should i learn? What techniques should i know? please just point me.
I am a newbie and sorry for my English.

Thank you, Happy Coding!

Work out if you want to do 2d or 3d then start with the simple tutorials for 2d or 3d. Don’t aim to make something like an existing game if you’ve never done coding before, you will risk getting frustrated & giving up. If you keep it simple & follow a tutorial you will learn more & have a basic understanding that you can then use to start experimenting. You will also start to identify what you need yourself which is a big step forward.

Good luck

2 Likes

I would start with the tutorials here in the Learn section of our website:

I would open the Unity editor and go through some of the basic Editor lessons. Don’t worry if you find you don’t understand some of the later ones - like tags - as you’ll see them working later.

Then I would do a few of the basic graphics lessons - like “lights”, “camera”, “mesh”, “mesh renderers and mesh filters”, “textures” and “materials”. I would suggest that you try and follow some of the Unity 5 lighting lessons, but these may be confusing until you’ve had a chance to play with the editor a little bit.

Lastly, I’d suggest a few of the scripting lessons.

Before you get too deep into these, unless you find them easy to understand, I would start doing the projects along-side the lessons.

Do Roll-a-ball first: http://unity3d.com/learn/tutorials/projects/roll-a-ball

Then try Space Shooter: http://unity3d.com/learn/tutorials/projects/space-shooter

These will seem like they are not related to your game, but these projects are teaching the underlying fundamentals of Unity and will be helpful to you in both 2D and 3D projects.

3 Likes

thank you

thank you, i will try