Results 1 to 1 of 1

Thread: BASIC computer games

  1. #1

    Thread Starter
    Lively Member ahmedcrow's Avatar
    Join Date
    Jul 2017
    Posts
    82

    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:
    Code:
    option base 1
    Note: If you will use "rnd" function with quick basic, type this once in the program before using "rnd":
    Code:
    randomize timer
    The link:
    https://www.mediafire.com/file/h30rn...er%20Games.rar



    Last edited by ahmedcrow; Aug 5th, 2017 at 12:47 PM. Reason: additional notes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width