View Full Version : Random question about game programming.`
Function
05-20-2010, 10:17 PM
Hello, I would really like to get into game programming. The thing is: I have NO idea where to start. I would just like to start off small with some useless pointless never ending game (say a 10x10 box with a little guy in the middle and with a up, down, left, right button to move him). No objective just an interactive exe I guess. But what should I start looking up java, c++? All help is appreciated :)
x[Warrior]x3500
05-20-2010, 10:47 PM
if you want to do something small (like a small game) using C++, i personally would recommend using Allegro or SDL (http://www.libsdl.org/). both are easy to learn and efficient.
Function
05-20-2010, 10:49 PM
x3500;711766']if you want to do something small (like a small game) using C++, i personally would recommend using Allegro or SDL (http://www.libsdl.org/). both are easy to learn and efficient.
Thanks! I'll look at both of those. Although I want to write code not make like a flash game with click and dragging stuff (at least I Think that is how they are made). Does anyone know any C++ compilers? And any free tutorials?
x[Warrior]x3500
05-20-2010, 10:50 PM
i use Dev-C++
edit: and Allegro and SDL libraries. thus it is pure code.
Function
05-20-2010, 10:52 PM
x3500;711768']i use Dev-C++
edit: and Allegro and SDL libraries. thus it is pure code.
Sweet thank you. I'll start looking up some tutorials. And with c++ it is possible to make it so you can click on an icon and bring up a small window right. I know that sounds rather dumb and you probably didn't understand it but if you did haha.
x[Warrior]x3500
05-20-2010, 10:55 PM
... like a pop-up window? yah i dont see why C++ would not allow for that. you just need to detect when the icon has been clicked, then create a process in which a new window is initialized.
Function
05-20-2010, 11:06 PM
x3500;711772']... like a pop-up window? yah i dont see why C++ would not allow for that. you just need to detect when the icon has been clicked, then create a process in which a new window is initialized.
I'll have to look up a tutorial :)
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.