|
SiMPLE For Non-Programmers!
|
SiMPLE is a beginner-friendly programming language for kids (and adults) who are looking for a new way to have fun with their computers. And you can have some of that fun even if you don't want to write your own programs! That's because you can now find many SiMPLE programs that have already been written for you, and which are just waiting to be run! (For example, see The SiMPLE Program Gallery.)
A SiMPLE program is merely a text file containing a set of instructions that tell your computer what to do. (This text file is usually referred to as a "source listing".)
As an example of a SiMPLE program, look at the source listing shown below. (Don't worry if you don't understand anything in the listing -- You don't need to understand a program's source listing in order to run the program.)
| Source Listing |
The above program is a game in which the player uses the mouse to launch a rocket through a field of twinkling stars and tries to hit a UFO near the top of the screen.
To run the above example program (after you've installed SiMPLE), all you would have to do is perform the following three steps:
|
A. Copy the source listing into the Windows Clipboard, B. Paste the Clipboard into a new text document, C. Drop the text document onto the "runner" icon. |
Let us now go through each of these three steps to see exactly how to do them.
A. How to copy the source listing into the Clipboard:
|
B. How to paste the Clipboard into a new text document:
|
C. How to drop the text document onto the "runner" icon:Just use your mouse to drag the source listing text document onto the "SiMPLE" (toy block) icon.*
|
A black window will open, and some words (""Starting Win-SiMPLE...", "Translating...", "Compiling...") will appear briefly. Then the game will begin.
|
Go ahead and play the game for as long as you like. When you're ready to to quit, just press the "Esc" key on your keyboard.
One of the advantages of having a program's source listing is that you are free to make whatever changes to it that you like! However to do so generally requires at least an elementary knowledge of computer programming. Nevertheless, let's go ahead and try something... just for the heck of it.
Reopen the source listing file with the NOTEPAD editor, and then look at the sixth line:
rocketcolor=3; ufocolor=8Let's change the "3" to a "4":
rocketcolor=4; ufocolor=8After you've made the change, save the file, and then run the program again. Notice that the game now uses a red rocket!
|
|
Try experimenting with other numbers besides "3" and "4" to see how they affect the color of the rocket.
(And see if you can figure out how to change the color of the UFO too.)
Congratulations! You now know how to run any SiMPLE source listing. (Merely follow the same steps that you just went through: Copy! ... Paste! ... Drop! )
| Give Me Some More Source Listings To Run! |
| Show Me How To Create My Own Computer Art |
| Tell Me About SiMPAINT |
Have fun with SiMPLE, The Programming Language For
Kids!Everyone!
|
Are you sure that your copy of SiMPLE is up-to-date?
Remember to Update it regularly!
|

[
Webmaster |
FAQ's |
Home Page |
Contact Us ]