Questions tagged [process]
The process tag has no summary.
18 questions
30 votes
3 answers
6k views
As a solo developer, how best to avoid underestimating the difficulty of my game due to knowledge/experience of it?
In designing many different types of games where a player's skill is a factor in progressing through the game, one is able to put challenges ahead of a player of varying difficulties. For example, in ...
1 vote
1 answer
966 views
Opening an executable process in background from unity
I am trying to make a chess engine run in the background from an interface i designed ...
8 votes
2 answers
722 views
When should I start designing levels? [closed]
I'm working on a puzzle game. I thought of a core mechanic, implemented it, tuned it and now I have something I'm happy with. I'd really like to build a few levels before I work on stuff like UI and ...
1 vote
2 answers
3k views
Networking Client Server Packet logic (How they communicate)
I want to know what is the logic behind server client communication through packets for a real time game. for example the server sends x packets then the client receives x packets and processes them.. ...
1 vote
1 answer
1k views
Game development: Pre-production stage
I´m starting up a new project. It´s going to be a web browser game, developed using HTML5, JavaScript and CSS3. I have some general questions regarding the process of game developing. Should you know ...
7 votes
3 answers
2k views
What is the most common art creation process? [closed]
I am a developer and when I think about the creation of art assets I am a little lost. My idea is to create concept art first to get my thoughts into real images and after that start creating the ...
64 votes
10 answers
10k views
Are there any benefits for using the CPU instead of the GPU?
I've been researching processors and graphics cards, and I discovered that GPUs are way faster than CPUs. I read in this one article, a 2-year-old Nvidia GPU outperformed a 3.2GHz Core I7 Intel ...
-4 votes
2 answers
430 views
Is my "engine" development process ideal? [closed]
I was thinking about a game engine development, I understand as engine the main program that can develope next duties: Receives parameters. calculates what is needed. Delivers results. As an example ...