To make a video game you have to code it, if you've never did any kind of coding before you should start by making Hello world.
CLS
PRINT "HELLO"
WAIT 100:CLS
END
At first,make too simply game.
I hope the beginners would like to make "Hitting Number Game" and "Snake Eating Game" these are the basic of BASIC game programming.