Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. I agree learning engines is good
  2.  
  3. Blizzard used Unity to make Hearthstone for mobile devices
  4. http://unity3d.com/showcase/case-stories/hearthstone
  5.  
  6. I'm sure you've heard of Blizzard (makers of World of Warcraft, Starcraft, Diablo).
  7.  
  8. Here's some tutorials on Unity
  9.  
  10. http://unity3d.com/learn/tutorials/projects
  11.  
  12. http://unity3d.com/learn/tutorials/modules/beginner/2d
  13.  
  14. http://unity3d.com/learn/tutorials/modules/beginner/editor
  15.  
  16. http://unity3d.com/learn/tutorials/modules/beginner/scripting
  17.  
  18. Kerbal Space Program (a pc game)
  19. was also written using Unity
  20.  
  21. /watch?v=H9fvjKVuULQ
  22. https://www.youtube.com/watch?v=H9fvjKVuULQ
  23.  
  24. however I disagree that scripting is all you should learn.
  25.  
  26. You can script Unity with either javascript or C#, so either would be good to learn.
  27.  
  28. But Blizzard also made their own custom engine for Diablo 3, and they're looking for C++ programmers for it and for World of Warcraft. (They are also looking for java programmers, but that's for their web site, not for games).
  29.  
  30. http://us.blizzard.com/en-us/company/careers/posting.html?id=13000J5
  31.  
  32. http://us.blizzard.com/en-us/company/careers/posting.html?id=13000I7
  33.  
  34. and I'm sure if you looked at other web sites you'd see most openings are for C++. So I think C++ is definitely the way to go.
  35.  
  36. ==================
  37. and A* and pathing is a must if you haven't learned that yet.
  38.  
  39. /watch?v=KNXfSOx4eEE
  40. https://www.youtube.com/watch?v=KNXfSOx4eEE
  41.  
  42. 2nd part
  43. https://www.youtube.com/watch?v=BG7Bc3C-W-k
  44.  
  45. http://www.danielsoltyka.com/older-personal-works/a-ogre-3d-demonstration/
  46.  
  47. http://heyes-jones.com/astar.php
  48.  
  49. http://justinsboringpage.blogspot.com/2009/02/who-uses-a-code.html
  50.  
  51. this is a particularly in depth read
  52. http://theory.stanford.edu/~amitp/GameProgramming/index.html
  53.  
  54. =================
  55.  
  56. and totally forget the artist stuff
  57.  
  58. yes, you need to know what textures and sprite bones and animation are, but only so you can program the stuff, but you do not have to be able to draw or use 3ds max
  59.  
  60. look at the Table of Contents of this book - see chapters 4, 6, 7, 8, 9, 19, 20, 23
  61. http://www.amazon.com/Introduction-3D-Game-Programming-DirectX/dp/1936420228/
  62.  
  63. you need to know all the "artist" knowledge so you can program it into games
  64.  
  65. what's a mesh ? how does lightning, shaders, animation work ?
  66.  
  67. but you need to know it from a programmer's perspective, not an artist's perspective
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement