-
BASIC computer games
These are two good books in small games programming with BASIC, I think you can use codes with any BASIC dialect with simple changes, the books edition is microcomputers edition because there is another editions for these books, but I think these books edition is the best because it use the Microsoft BASIC dialect which we can use it simply in Quick basic and GW-BASIC and may be BASICA, these dialects common and close to general BASIC (I think that), you can use DOSBox to run QBasic and start program and type these games, may be these kind of programming is old but I don't know why I care in it much.
Note: It seems that arrays in codes of the books start with 1 not 0, for example first member of the array A is A(1) not A(0), to solve problem with QBasic type this:
Note: If you will use "rnd" function with quick basic, type this once in the program before using "rnd":
The link:
https://www.mediafire.com/file/h30rn...er%20Games.rar
https://s2.postimg.org/9qmo29lcl/untitled-1_copy.jpg
https://s2.postimg.org/avvhkxmgl/Untitled-2_copy.jpg