Skip to content

MmuradC/Basics-of-Game-Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Basics-of-Game-Development

Game development is not just coding. It typically includes:

  • Game Design (rules, systems, mechanics)
  • Programming (logic, interactions, AI)
  • Art (2D/3D assets, animations)
  • Audio (sound effects, music)
  • UI/UX Design
  • Testing & Debugging
  • Deployment

Game Engines:

  • Godot Engine:: Open Source (Completely Free) , Lightweight (Beginner Friendly), GDScript (Python-Like) or C#
  • GameMaker Studio: Commonly for making Game Jam Games, Lightweight, GML (C-Like)
  • Unity Engine: Best Engine for making 2D Games, Medium (Intermediate), C#
  • Unreal Engine: Most Powerful Engine for making 3D Games, Heavy (Advanced), C++ or Blueprint

Basics of Game Development

Thinking Like A Game Designer

Introduction to Game Art

How Sounds Get Into Games

Starting with a Game Engine

Making a Game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published