Page 2 of 2

So you want to program DOS games? Steps inside...

Posted: Sat Nov 26, 2022 5:46 pm
by kronoman
How could I share links to my MS DOS games with source code? Every time I want to put a link or an image, the forum won't let me. I have enough source code to show and teach how to program MS DOS games.

So you want to program DOS games? Steps inside...

Posted: Wed Nov 30, 2022 12:09 pm
by MrFlibble
I gather this should be your current website?
https://alvarogonzalezferrer.github.io/

You already have five posts, so I think you should be able to post links right now.

This is all spam prevention policy, sorry.

So you want to program DOS games? Steps inside...

Posted: Wed Jan 18, 2023 2:05 pm
by MadButcher
Dutch wrote: Sun May 29, 2022 6:27 am I can't find any literature about game developement for DOS....
And maybe someone can advise where to start with VESA-modes programming. VGA is good, but I would prefer 640x480.
you think in the right direction, my friend!

if you succeed with VESA-modes programming - the game development ideas will come later

i remember when approx 20-25 years ago i programmed with Borland C/Pascal and i implemented every time assembler code in my programs when i needed to activate VESA-modes or to transfer big amount of data quickly

so i think a good knowledge of 16-bit Assembler will help you in dos programming