|
|
|
|
|
by andreynering
3716 days ago
|
|
This is so awesome! I couldn't play yet because I am on mobile, but I will definitely do it later. I always liked this game. As someone who never coded a game (a part from one that don't use any graphics: https://github.com/andreynering/sudoku ), I always ask myself how hard is to code a 2d/3d graphic game. I say this because a game seems much more impressive than other kind of (boring) coding projects. |
|
Games are not my branch of work and I was like you. What I can tell you is that learning to deal with the game loop is the hardest part. The synchronization between the physics, the drawing and the game logic is not very intuitive for a web application developer :-)