Wich language should I learn for Game Development / Game related ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Wich language should I learn for Game Development / Game related ?

:)

25th Apr 2018, 9:30 PM
Ji
Ji - avatar
9 Answers
+ 4
Depends on the type game, (3D first person shooter, arcade, puzzle), where do you want it to run? Website, mobile, games console, desktop / laptop? Is it just for fun, or are you hoping to make money?
25th Apr 2018, 9:34 PM
Emma
+ 4
I would say Unity Engine is a good option, so C#. There is also Unreal Engine, or a visual scripting language and C++. If you want to create a game from scratch, I prefer C++ because there is so many libraries (OpenGL for everything, SDL and SFML for 2D, And Ogre for 3D)
25th Apr 2018, 9:48 PM
Ariela
Ariela - avatar
+ 3
Let's say 2D Platformer on PC Desktop and Laptop (Doesn't matter) Windows It's for fun and learning
25th Apr 2018, 9:38 PM
Ji
Ji - avatar
+ 3
For simple games for fun, PyGame is useful alongside python. https://www.pygame.org/news
25th Apr 2018, 10:11 PM
Emma
+ 3
I'd go with SFML for a 2D platformer. Simple and quick. Though I'm a C (and C++) person.
25th Apr 2018, 10:38 PM
non
+ 2
Github is tried and tested. There's Bitbucket, too. If you use Github, don't version your graphics. It would be better to use your Google drive or Dropbox for graphics, since Github might penalise you for any file that's not plain text or large. It's easy to maintain directory structure by archiving the entire image set. It depends on how you're running things. Do some dry runs and see what works. The git software is compatible with a few repos beside github.
26th Apr 2018, 12:34 PM
non
+ 2
I'm not on the SL Discord yet (on my todo list), but you could try someone there. There's also the github documentation in most languages. If you have any specific questions, you can post them here.
26th Apr 2018, 11:29 PM
non
+ 1
And, another question in the same theme, if I want to create that game with 2 other guys, what's the best way to share it easely ( One do the texture tiles, Two codes ) Github ? Discord ?
26th Apr 2018, 6:39 AM
Ji
Ji - avatar
0
Im still new to development , any tip ? Or maybe could I ask your discord for more detailed questions ? :) Thanks for your answer
26th Apr 2018, 1:50 PM
Ji
Ji - avatar