LOL programming question.
Discuss popular GCS tools like ZZT, Megazeux and Adventure Game Studio, as well as programming and other topics related to game design.
tinman47
How ?
For starters, BUY A NEW KEYBOARD, one without caps or shift key , especially for you.
A topic title as PROGRAMMING QUESTION!!! is shouting at people, so if you want answers learn typing.
And I don't care that you're a 13 year young puber with acne, if you shout in my face you can solve your problems by yourself.
For starters, BUY A NEW KEYBOARD, one without caps or shift key , especially for you.
A topic title as PROGRAMMING QUESTION!!! is shouting at people, so if you want answers learn typing.
And I don't care that you're a 13 year young puber with acne, if you shout in my face you can solve your problems by yourself.
dosraider
tinman47
- 486 player
- Gaming Demi-god
- Posts: 1228
- Joined: Wed Sep 18, 2002 6:32 am
- Location: Europe
486 player
- Dogbreath
- Admin
- Posts: 4620
- Joined: Sat Sep 14, 2002 7:02 pm
- Location: In the back of a jacked-up Ford.
It's theoretically possible, but it'd be a pretty sucky game. Not very efficient, either. If you're looking for an easy "starter" language, you're better off going with Q-BASIC. (Heh heh)
You might want to try a Game Creation System instead, so you can focus on honing your actual programming and game design skills without having to build your own game engine.
You might want to try a Game Creation System instead, so you can focus on honing your actual programming and game design skills without having to build your own game engine.
Dogbreath
- Swiftcutter
- Expert
- Posts: 151
- Joined: Thu Jun 23, 2005 7:49 am
Post by Swiftcutter »
When I was in high school, I wrote a simple "game" in batch using the aforementioned CHOICE command. It was basically a "choose your own adventure" story. I believe the current version of batch code in XP's console has more commands available, so you may be able to do something more complex with it.
Swiftcutter
tinman47
dosraider
There are ways around it... here's how I did it in my batch script:tinman47 wrote:Problem though,XP has 5.1 MS-DOS,it doesn't have choice.
Code: Select all
set choice=
set /p choice=Pick a number.
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto LUCIDA
if '%choice%'=='2' goto LINEDRAW
if '%choice%'=='3' goto OTHER
ECHO "%choice%" is not valid please try again
wardrich
uh, XP doesnt have DOS 5.1 because that is the version of winXP, you are not running the DOS included with winXP, you are running the shitty command prompt they include alongside the DOS that comes with winXP.
go to run and type each and after typing one push enter.
CMD
COMMAND

go to run and type each and after typing one push enter.
CMD
COMMAND

Intel Core2 DUO e6750 @ 2.66GHZ
Asus P5KC Mother Board
Windows Vista Home Premium SP1
2 Gigabytes DDR2 800 RAM Dual Channel
500 Gigabytes SATA2 Hard Disk
Creative X-FI Extreme Music
BFG Geforce 8800gt 512mb PCI-E (OC1)
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX Case.
Click here to download 'Milo The Fuel Run'. [More Information.]
Asus P5KC Mother Board
Windows Vista Home Premium SP1
2 Gigabytes DDR2 800 RAM Dual Channel
500 Gigabytes SATA2 Hard Disk
Creative X-FI Extreme Music
BFG Geforce 8800gt 512mb PCI-E (OC1)
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX Case.
Click here to download 'Milo The Fuel Run'. [More Information.]
franpa
tinman47
abyss
- 486 player
- Gaming Demi-god
- Posts: 1228
- Joined: Wed Sep 18, 2002 6:32 am
- Location: Europe
486 player
I'm going after a computer science major, so I figured I would share some light on this subject. Since we're at a DOS games site, I'll talk about DOS game programming. First, you need to know the programming language C. Not C++, it's way too overhead for DOS and was barely used. You can program straight in DOSBox using Turbo C (the compiler). Next I would suggest picking up Tricks of the Game Programming Gurus by Andre' LaMothe. You will be making games in no time. But take your time and don't skip over any of these steps.
redshock
Jump to
- Announcements
- ↳ Announcements
- General Discussion
- ↳ General Gaming
- ↳ Find Old Games
- ↳ Get Games to Work
- ↳ Game Help, Hints and Tips
- ↳ Game Creation
- ↳ Hardware
- Off-Topic
- ↳ General Off-Topic
- ↳ Media, Entertainment, & Music
- Site Forums
- ↳ Game Reviews
- ↳ dosgames.com Site Suggestions
- ↳ dosgamesarchive.com Site Suggestions
- ↳ playdosgames.com Site Suggestions
- ↳ Discussion Forum Trouble Reports
- ↳ Forum Suggestions
- Archive
- ↳ Webmasters Forum