+ 2
How to make game?
Tell it with coding
1 ответ
+ 6
class howToMakeGame() {
public int main(argv[]) {
thread.run(learn(atLeastOneLangage));
thread.run(learn(aGameFramework));
if (youWantAdvancedGameProgramming) {
thread.run(learn(aMaxOfComputerTechnicsLinkedToWhatYouExpectAsGameEngine));
}
if (youWannaGameWithNetworkCapabilities) {
thread.run(learn(aMaxOfNetworksTechnics));
}
if (youPlanToStoreInformations) {
thread.run(learn(aMaxOfDataBasesTechnics));
}
thread.pool.wait();
var context = coder.allYourGreatExperience;
planAndStartCodingYourGame(context);
}
public void learn(type) {
bool stillLearning = true;
while (stillLearning) {
getLearn();
getPractice();
if (coder.practice > level.HIGH) and (coder.learnComplete) stillLearning = false;
}
}
}