Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
(_osd_)
- Posts: 25
- Joined: 01 Mar 2015 07:41
#1
Post
by (_osd_) » 10 Mar 2015 08:15
Hi,
I need a batch movement game in 2D.
Something like this:
#####################
# #
# T#
# # ## #######
# o #+#+++#++++# #
#####################
o=Player
T=Finish line
#=Walls you have to jump on
+=Spikes (will kill when you touch them)
Something like this. You have to jump (with wasd (?))
and get to the finish line. then you get teleported to
the next level.
Thanks for anwers,
-(_osd_)
-
ShadowThief
- Expert
- Posts: 1167
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
#3
Post
by ShadowThief » 10 Mar 2015 12:53
Squashman wrote:http://www.dostips.com/forum/viewtopic.php?f=3&t=4741
I think the super-complicated xcopy+file redirection is a bit extreme for something that doesn't require realtime gameplay and therefore can be accomplished with a simple choice /C:WASD /N>nul command.