So, Mario Boards, you HAVE to have at least one other person who knows about the programming language Batch.
I'm trying to re-create LOZOOT as a text RPG.
Here's the code for the title screen (which is all I have so far) :
And the output is...
...ugly, to say the least.
What's the problem?
Before you say it:
chcp=437
editor=Notepad (normal and ++)
I'm trying to re-create LOZOOT as a text RPG.
Here's the code for the title screen (which is all I have so far) :
Code:
@echo off
title The Legend of Zelda Ocarina of Time 0D
color 14
echo ████████
echo █ █ THE LEGEND OF
echo █ █████ ███ ███ ███
echo █ █ █ █ █ █ █ █
echo █ ██ █ █ █ █████
echo █ █ █ █ █ █ █ █ █
echo █ █████ █████ ███ ███ ███
echo █ █
echo ████████
echo OCARINA OF TIME 0D
pause
...ugly, to say the least.
What's the problem?
Before you say it:
chcp=437
editor=Notepad (normal and ++)