Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
53% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements

12 Posted Topics

Member Avatar for vjcagay

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 …

Member Avatar for vegaseat
-1
4K
Member Avatar for Amr_Mohammad_R

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 …

Member Avatar for Heanre
0
215
Member Avatar for petrarobert002

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 …

Member Avatar for Jack_11
0
408
Member Avatar for verse.ability
Member Avatar for nufftalon

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

Member Avatar for llgms
0
605
Member Avatar for iConqueror

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 …

Member Avatar for llgms
0
274
Member Avatar for Waqas Ahmad

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/

Member Avatar for llgms
0
155
Member Avatar for divinity02

not sure how much time you have but I think these lessons would help you https://www.youtube.com/watch?v=KkMDCCdjyW8

Member Avatar for llgms
0
322
Member Avatar for andrew80

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

Member Avatar for llgms
0
86
Member Avatar for saja.omarii.7

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.

Member Avatar for saja.omarii.7
0
381
Member Avatar for llgms

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 …

Member Avatar for llgms
0
360
Member Avatar for PulsarScript

Try to write a tweening class. Try that without using any external classes.Chek this one https://github.com/jesusgollonet/ofpennereasing

Member Avatar for llgms
0
146

The End.