Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions Choosing the right Game Engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Choosing the right Game Engine
========================================================
As your first step towards Game Development, it is necessary to choose the right engine that suits you. It could be said that you can take up any engine and start right away, however not all engines have the same features and may or may not fit your system.


----------------------


Know your System
-----------------
Each device has its own capabilities based on architecture and storage space. You can find them enlisted in your device properties. Each of the terms is discussed below...

1. **Architecture:** This means whether you have a *32 bit* or *64 bit* computer. Some engines may only have support for 64 bit computers and not 32 bit, however older versions of the same engine may have support for 32 bit.
2. **Storage Space:** Some engines occupy more space than others.

Features
-----------------
This refers to what type of games does the engine allow you to make, and for which devices. This could be checked on the engine's respective page or in its communities. Some of the popular Game Engines and their features have been listed below...

**Unity**

![unity](https://upload.wikimedia.org/wikipedia/commons/c/c4/Unity_2021.svg)
Unity allows you to make any game that you imagine and deploy them to various devices including Windows, MacOS, Linux, Android, even game consoles. However, its newer versions have lost support for 32 bit PCs.

**Godot**

![godot](https://upload.wikimedia.org/wikipedia/commons/5/5a/Godot_logo.svg)
Godot is relatively simpler engine and allows you to create 2D and 3D games for Windows, MacOS, Linux, Android, iOS and Web. It is available for both 32 and 64 bit PCs.

**Unreal**

![unreal](https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/UE_Logo_Black_Centered.svg/330px-UE_Logo_Black_Centered.svg.png)

Unreal is a game engine that allows you to create games with a stunning graphics quality. Unreal Engine 4 supports Windows, macOS, Linux, iOS, Android, Nintendo Switch, PlayStation 4, Xbox One, PlayStation 5 and others, and is available for 32 bit as well as 64 bit PCs.

Not only this, but there are more Game Engines out there like Contruct3, Game Maker Studio, etc. Just make your decision wisely.