i need help please

Hi everybody,

so heres my problem. I've been doing C++ for a little while now, i've made some good useful calculators and thats nice and all but i want to get into making games, i dont want to start with anything crazy, just a small command line game like snake or something, what i really want to do is make like a small command line game in which your character would be a '>' and the enemies would be '@'s and you would click space to fire a rocket (-) at them, making them explode (*) but i dont know how to do that, or where to start even.

if anybody could help me i would be super appreciative!

Thank you!
Believe it or not, it's actually harder to do this in the console than it is with graphics.

Get a graphic lib and dive in.

I often recommend SFML:

http://www.sfml-dev.org/

Download + install + read the tutorials.
Topic archived. No new replies allowed.