- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
12 Posted Topics
![]() | Re: usually Java Csharp or c++ but, ideally you ll need to learn OOP and you should be as flexible as you can. For eg nowadays Node.js or Angular.js developers get loads of money even more than many Java/C developers , you can t simply say js is shit scripting language … |
Re: You could see this book to begin, http://books.google.co.uk/books?id=79ud9_8mbgYC&pg=PA542&lpg=PA542&dq=Game+development+Finite+State+machine+ebook&source=bl&ots=HqnAxOUhWZ&sig=fOU7WNCSJX1qSKHfAYJYBJDK0GA&hl=en&sa=X&ei=E71mVP_lFqrfywOTkILwCg&ved=0CEAQ6AEwBA#v=onepage&q=Game%20development%20Finite%20State%20machine%20ebook&f=false What you mainly need to focus are Finite state machine in games development Pathfinding ( Dijkstra's_algorithm and others...) Design patterns ( although recorded for actionscript, these video tutorials are cool, https://www.youtube.com/watch?v=l0P8q0gWsR8&list=PLj_1FhRbJP_LEWYWJh3-OEkI-JegU5oMM The videos basically explain design patterns in Games development environment very … | |
Re: I would start learning Swift as it is a relatively new language. If you have a mac you can download xcode and start coding if you are on windows you can use vmaware and run a torrent version of the software on vmware it s rather slow and not legal … | |
Re: If you tidy up your code that would look better. | |
Re: I guess this should work for you , a 12 part tutorial but shouldn t take too long to nail I believe http://www.thegamecontriver.com/p/your-own-subway.html | |
Re: Interfaces are the contracts you need to follow while you are creating your class. Interfaces are different from the abstract classes, as interfaces simply tell you what methods you need to use in your class. You could implement more than one interfaces in your class(you are signing different contracts) but … | |
Re: it would be good to use the method in a static/orutils class here is a good example http://www.geeksforgeeks.org/write-a-program-to-reverse-an-array/ | |
Re: not sure how much time you have but I think these lessons would help you https://www.youtube.com/watch?v=KkMDCCdjyW8 | |
Re: please refer to this link https://social.msdn.microsoft.com/Forums/vstudio/en-US/63984958-5bf3-4a29-9e66-860d70f8dfb6/how-to-make-an-xmlbased-quiz?forum=vbgeneral | |
Re: There are a few things you could do to create it. Try complosite or chain of responsibility patterns or simple swithc case statements. If you come back with some progress I would be very happy to help you. | |
Hi guys I am trying to buld an rss reader for random rss feeds in javascript. I need to catch the data in an event as I am going to pass around that event. I tried realtime.co or firebase and feedthefire but, there is no result so far. If someone … | |
Re: Try to write a tweening class. Try that without using any external classes.Chek this one https://github.com/jesusgollonet/ofpennereasing |
The End.