0
Which programming is used for making games .....i am new and where frim start???
gaming
3 Answers
+ 1
It depends on what you want to make. You can pretty much make a game on any language like TicTacToe or a simple GUI button-pressing game.
It also depends on how far you want to go or how fast you want to make one. There are programs that allow you to jump right to making games without a lot of coding.
So assuming you're interested in making something like the ones on the Apple Store:
# Ones I think do not require much coding
Scratch
GameMaker (this might be what the guy who made Undertale used)
# Using an Engine
Scratch - very basic
Unity, learn C#
Godot, learn Python
Cocos3D
# No Engine
Pygame, Python Library
Games like Tetris, any language with GUI and animation libraries
C or C++
0
what kind a game?
even command lines could be a game
0
thx