Movement Game 2D

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
(_osd_)
Posts: 25
Joined: 01 Mar 2015 07:41

Movement Game 2D

#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_)

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Movement Game 2D

#2 Post by Squashman » 10 Mar 2015 11:08


ShadowThief
Expert
Posts: 1167
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Movement Game 2D

#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.

Post Reply