How to make a video GAME!!!!

If you are bored of playing games and want to make a new one, just see this without asking any questions. LOL 😝

How to start??

To make a game, you need a game engine, so it can do all the boring stuff like setting lights, doing mathematical calculations, etc at the back while you can do all the good stuff like scripting, changing game objects, making game UI, etc.

Game Engines!

1. Popular Game Engines

2. What we are going to use??

Steps

1. Install Unity hub from their website.

unity download

For Linux:

Arch

$ sudo pacman -S unityhub

Debian

$ sudo apt install ubuntu-unity-desktop


Note: I am using latest Unity Hub 3.0 for this blog

2. Make a account and get a free personal license for unity engine.

get license1 get license2 get license3 get license4 get license5

3. Download Unity Engine.

install unity engine1 install unity engine2

Note: I prefer to download LTS version as it has long term support

4. Make a project.

make project1 make project2

5. Editor will open, now make your first game.

unity editor

Note: This is simple tutorial on how to make game and not on how to use unity editor, so I am not going to explain unity UI and scripting.

Source

Thank You