Marine man (game from video game programming on the fly vid)
Loading...
3,287
Loading...
Uploader Comments (concavator)
see all
All Comments (9)
-
How long did that take you to make?
-
he made it fucktard, so go screw ur mom, just cause ur jealous, u dont gotta be a bitch
-
i feel bad because i can only make a hello world program useing c i dont know where to start off can anyone help me...
-
wow i feel like a noob now beacuse i can create a hello world app. by using c i can do it by myself with no guide but i cant to any c++ i just dont know where to start at???
-
nice one! respect!
Loading...
Hi, I'm an allegro user too, although much worse than you. And I'm using linux as well. I was wondering, do you know how to add a background music to the game in linux?
In windows it is easy but in linux that MIDI_AUTODETECT thing just won't work. And I would love to have a midi music playing. Any suggestions?
Oh, by the way, nice work!
DeBaimbo 4 years ago
you need to emulate midi on linux. google for allegro patches.dat file and place it in cwd of your game. Then use MIDI_DIGMID instead of autodetect for the case of linux
concavator 3 years ago
u did all that just for this!!!!!!!!!... man i cant wait to leran how to do this i wonder how does it go with big video games
mofohofo 4 years ago
you have to remember that C/C++ are general purpose programming languages that can write anything from apps like firefox to your music player. They give you full control of the game development. For big games, most programmers (myself included) build up the game engine in C++ and then write a higher level scripting language to control the game at a high level with commands such as "go_right" and "add_enemy x,y" etc. This is how I wrote my 3D hospital game.
concavator 4 years ago