How to Program Games in Notepad

Most game program languages have their own code-writing programs that assist with editing and code integrity. Some programmers, however, prefer to write code in the no-frills, stripped-down environment of Microsoft Notepad, relying on their own skills and troubleshooting methods to get the code right.

Things You'll Need

  • Microsoft Notepad
  • Launch program
Show More

Instructions

    • 1

      Open a new, blank document in Microsoft Notepad.

    • 2

      Code your program in your preferred programming language. Because Notepad provides no behind-the-scenes interference (spell check, auto correct), typed code should remain exactly as entered.

    • 3

      Click on "File" and then "Save As" to save the file in an appropriate folder.

    • 4

      Load and run the code in the appropriate programming environment (steps will vary based on the source code type and loading program--consult the proper documentation for details).

    • 5

      Re-open the source code in Notepad to add, edit or correct the source code manually.

Tips & Warnings

  • Notepad provides no assistance to coders; every line will need to be entered manually.

Related Searches:

Comments

You May Also Like

Related Ads

Featured