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.
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.
3. Download Unity Engine.
Note: I prefer to download LTS version as it has long term support
4. Make a project.