+ 44
Can I make games using C language?
45 Answers
+ 32
MANUSHI💁
C language can be used to developgames but most of the people use other languages. Yes, You can create games in C Language.
source: https://www.quora.com/Can-I-make-a-game-with-the-C-language
Also check out this link:
https://www.codeproject.com/Articles/447332/Game-Programming-in-C-For-Beginners
I hope I was helpful
+ 25
For creating games you are best off with a game engine. My favorite is Unity 3d. Code in Unity is based on C#. There is also the Unreal engine, coded in C++, and the Dogot, which I have no experience with. For simple 2D and web games, or for just fooling around with lights and sound there is processing.org, construct 3, or sratch from MIT. All of these tools are free to download and get started.
+ 17
Do you mean like Guess the Number or Grand Theft Auto?
+ 16
C is a very low level language. It is really only one layer up from assembly language. As such, you could, in theory make a game with it, but it would take a lot longer than necesary. C is a better tool for writting, hardware drivers, like a printer driver, or a communication protocol for a VR headset, and hand controllers.
+ 14
Yes, many games can be made in C, but it is a bit difficult and long.
Two years back, when I was learning C from TutorialsPoint, i designed little GBA games using C.
Though, i must admit, it had a lot of bugs 😅
+ 14
Yes you can👍
+ 12
Yeah you can create but generally it is not preffered. Java and python would be the best language acc. to me.
+ 12
Python provides many inbuilt library. Also you would have heard about its pygame. U can take help from W3SCHOOL
+ 10
Thank you Alessio😊
+ 10
Check out unity or unreal with c# or c++
+ 10
It's not simple but tedious .....
+ 9
Thanks :) Basel Al_hajeri('MBH')
+ 8
MANUSHI💁 , you're welcome!
+ 8
Yes you can make games on c but I will recommend you to use a game engine. My favourite game engines are unity 3d and unreal.
+ 7
https://github.com/liballeg/allegro5
allegro has been around since the 90’s.
+ 7
Yes, but C is not very pratical
+ 7
The short answer..
You can programming a game engineer by c .
Then you can make a game !
+ 6
I think it would be great if you use c# than c to create games.
+ 6
Yes u can and get help from mva.microsoft.com and stack overflow w3 schools
+ 5
Yes