Map maker - C++ & Allegro - [ How does it work? ]
Loading...
5,094
Loading...
Uploader Comments (aldex123)
see all
All Comments (26)
-
whats the map editor name?
i want to download it.
-
theres a tutorial to dev a map editor i need that for mah game.. my own format is ready to use i need an editor to create simple level to test physics and i dont know a good way to do
-
@aldex123 Im going to start reading the book soon but where did u learn the other stuff?
-
allegro_message( "bla bla" );
-
@aldex123 Beginning C++ Through Game Programming Book FTW
-
oh wow thats really smart
so u just displayed the box and print the line in the middle of it?
haha i thot it was like some function or something ;P
-
ur game is really awesome!!
Loading...
How do u get a text box to pop up in the program?
Angeljruiz 2 years ago
@Angeljruiz I had to program it myself, checking which keys are pressed and adding the corresponding character to a String, then I print the string in the "Message Box" right there, so it feels like you are typing on it (Which is exactly what u're doing) and erasing the last character every time you hit Backspace..
aldex123 2 years ago
where did u learn c++
ive been trying really hard to make a tile engine
but i dont know how to
so far ive just made pong and a shooting game (check it out! :P)
Angeljruiz 2 years ago
Well I started learning from a book called Beginning C++ through game programming.. it's pretty basic but it gives good ideas about how to use C++ for game dev purposes.
I'll check your vids :P
aldex123 2 years ago
great vid , cleared somethings up for me , and your english is fine :)
rooski8 2 years ago
Haha thanks! ;)
aldex123 2 years ago