2
votes
5answers
480 views

Is It More Efficient To Make Games In Languages I Like?

Is it more "efficient" to develop games with languages you're good with and like best rather then the "best" language? For example: I like C# (It's My First Language) and I'm really good at it and ...
-2
votes
1answer
246 views

Where to begin? [closed]

I'd like to start designing and creating games in either C or Java (as these are the primary languages I know). Is there a good book or online guide on where to begin development with these languages? ...
5
votes
2answers
923 views

How to shuffle cards in a card game?

I am new to programming, I am trying to develop an app for Android Can anyone suggest me how to write code for "shuffling the playing cards"?