Writing a QBasic game from scratch -- Snake game example
Loading...
12,323
Loading...
Uploader Comments (Bisqwit)
see all
All Comments (38)
-
@blodseker2 те ут Българиа ле се?
-
znam da pisem u programu,al neznam engleski bas najbolje
xDDDDDDDDDD
-
ok.aj me sad nauci :)
-
u r the best!i wont to be like u.ehhh. :(
plz teach me
-
@InspectorCarnbarn Oh, and also, do note that you need to set up at least one channel as an AdLib channel (such as A1). Otherwise, all of them are PCM channels (such as L1 or R1), and no adlib sounds can be played.
-
-
LOL this is something like TRON! xD
Loading...
i know somethings but it isn`t enought :(
blodseker2 4 months ago
@blodseker2 Programming languages are highly formal. A single letter spelled wrong may and often does change the meaning of a program: it is often the difference between a properly functioning program and a program that does not work.
I suggest that you first improve your spelling and grammar. Written ability in natural languages (such as English or Serbian) is correlative with programming potential, and it _can_ be improved.
Bisqwit 4 months ago
Is this the best for ASCII games? I wanted to learn programing but only to do stuff in ASCII, im a huge fan of games like Dwarf Fortress and Rogue =)
ProjectZeus 1 year ago
@ProjectZeus Definitely one of the easiest approaches, if you don't mind the fact that it's an obsolete platform. For a more modern platform (for ASCII games), I recommend trying Lua or Python.
However, both have the issue that they both run on a wider variety of terminals (i.e. input & output devices) than just a DOS prompt. Line input and text output are trivial, but achieving _colors_ already requires making assumptions on what the program is being run on. Which may or may not be a factor.
Bisqwit 1 year ago