Hello everyone. I completed a course in C ++ PROGRAMMING but I want to apply this knowledge into something real. So I decided that I will develop some games. But where to start? I am studying SFML and quite liked it. But what I wanted to know it is the logic behind a game. Should I create an engine? a map editor? before creating the game. Im looking for make a RPG.
I'm not Native American, so excuse my grammatical errors and semantic
Where to start in game programming?
Should I create an engine? a map editor?
Do not attempt to write an engine! (at least at start)
Take a look at this: http://geometrian.com/programming/tutorials/write-games-not-engines/
Also, a map editor is to be written after creating a game and testing it with a simple map, so that you know how your map works.
Start simple, something like Tetris, Tic Tac Toe, Snake Game, etc.
Here are answers to some frequently asked questions for getting started.
Also read this post at gamedev.net: http://www.gamedev.net/page/resources/_/technical/game-programming/your-first-step-to-game-development-starts-here-r2976
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement