Category: gamedev
-
Math in Video Games
Reading The purpose of this text is to familiarize you about the math in games; you should not stress on this too much, as you will eventually grasp the concepts as you progress into making stuff. Most of the things discussed here are wholly or partially well-implemented in game engines such as Unity, Godot or…
-
Designing your Video Game
Game design is the documentation of everything about the game before we develop it. Clear game design prevents disorder during development & leads to success. Even if you are working solo or in a small team, it is a good idea to work properly on design instead of delaying your decisions until development; as we…
-
Basics of Game Development
Prerequisite Basic programming skills & logic-building. GameDev in Nutshell Game development process involves coming up with an idea, thinking hard to see if its feasible, designing your game, writing story, choosing development technologies, making art, coding it, adding sounds & music, adding UI interface & publishing it. All of these elements are usually done by…