Ninjajazz:
There is no such thing as a game programming language. There are programming languages that can be used to make games, but there are no programming languages specific to games.
C++ is by far the most common language used to program games. Buy this book: The C++ Programming Language or do a Google search for C++ Programming Tutorial.
You'll need to spend several hours familiarizing yourself with the language. Keep reading until you understand the full syntax and all of the following concepts:
Abstraction
Multiple Inheritance
Interfaces
When you've mastered the C++ language, you can start learning the concepts of game programming. Do a Google search for Game Dev Enginuity and choose the first match.
This is the first of a series of tutorials on creating a basic game engine.
If you find yourself stuck, you probably didn't read the book. If you read the book and didn't understand it, read it again until you do.
There is no easy way to program a game.
|