How to make game? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

How to make game?

Tell it with coding

22nd Dec 2016, 6:26 AM
$h@dow
$h@dow - avatar
1 Respuesta
+ 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; } } }
22nd Dec 2016, 7:12 AM
visph
visph - avatar