Any DOS Batch game recommendations?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
nifty
Posts: 8
Joined: 04 Aug 2025 20:43

Any DOS Batch game recommendations?

#1 Post by nifty » 14 Aug 2025 10:22

Hello, Nifty here! Been reading DosTips tutorials for a few years now, and DOS Batch was literally the first programming language I ever heard anyone talk about, when I was six or seven years old, though life happened to take an interesting turn several years later and it ended up not being my first programming language (I started with JavaScript), but a year later I hopped back on that DOS train, where I should have started. This year, I became a fan of YouTube Dr. Al, known for his Lands of Death game written entirely in DOS Batch, made in 2016, as well as TheBatchGuy on Itch.io, who has a list of other DOS games on the platform, including a fairly popular game in the DOS community or so I've been told, Batch Town. Now I am about to start programming my own DOS game, The Twenty-Somethings, and I want more games that I can play and even look at the source code for inspiration. Do you recommend any DOS Batch games?

Aacini
Expert
Posts: 1932
Joined: 06 Dec 2011 22:15
Location: México City, México
Contact:

Re: Any DOS Batch game recommendations?

#2 Post by Aacini » 15 Aug 2025 18:28

Mmm... I just could talk about the games I wrote by myself:
Antonio

nifty
Posts: 8
Joined: 04 Aug 2025 20:43

Re: Any DOS Batch game recommendations?

#3 Post by nifty » 16 Aug 2025 03:00

These sound great! Nothing against PowerShell, I might even learn PowerShell one day, but I'm sticking to standard Batch for now, but I'm sure some of these games will help. I actually heard about the Snake one on some YouTube post, maybe it was a game demo with a link to this forum, and I think Snake games used to be a common thing in BASIC, so why not DOS? I will probably love this one! I will pass on the PowerShell for now, but it still seems interesting, like something I might look into one day.

IcarusLives
Posts: 183
Joined: 17 Jan 2016 23:55

Re: Any DOS Batch game recommendations?

#4 Post by IcarusLives » 16 Aug 2025 05:09

I also made a version of snake earlier this year.

https://github.com/IcarusLivesHF/Batch- ... main/snake

nifty
Posts: 8
Joined: 04 Aug 2025 20:43

Re: Any DOS Batch game recommendations?

#5 Post by nifty » 16 Aug 2025 11:02

These are nice! I wonder if there's a website that hosts Batch games from across the web, in the same way there is a website devoted to general text games, and a website devoted to audio games. At first, I thought DosTips itself was this because of the batch files link on the home page, but it's pretty much all tools, no games, I thought for sure that this Snake game, which I had heard of before, would be in there, but I guess they focus on just tools or something.

miskox
Posts: 668
Joined: 28 Jun 2010 03:46

Re: Any DOS Batch game recommendations?

#6 Post by miskox » 18 Aug 2025 08:06

Dave's:

- Colossal Cave Adventure: viewtopic.php?t=4876
- snake: viewtopic.php?f=3&t=4741

Saso

nifty
Posts: 8
Joined: 04 Aug 2025 20:43

Re: Any DOS Batch game recommendations?

#7 Post by nifty » 18 Aug 2025 08:41

Oh wow! I'm a lifelong fan of Colossal Cave Adventure! I'm glad to see that someone made a version for DOS, this is so nifty!

Sponge Belly
Posts: 235
Joined: 01 Oct 2012 13:32
Location: Ireland
Contact:

Re: Any DOS Batch game recommendations?

#8 Post by Sponge Belly » 19 Aug 2025 09:44

Hello All! :)

This discussion includes variants of Mastermind by Dave Benham, Foxidrive, Aacini, and T3RRY.

And this discussion contains a link to a game called Sokobox by Carlos, which requires his BG utility.

Have fun! 8)

- SB

Post Reply