

| Ezpz.js | Blank.html |
| Chris3.jpg | Chris3.png |
| cards_jfitz.png | cards_jfitz_back.png |
| SpriteSheet.png | BounceSound2.mp3 |
| Program | Codeskulptor Text | EzpzJS |
| Super Shrubbery | Super Shrubbery | Super Shrubbery |
Super Shrubbery is a simple script to get us right into the concept of print statements. You can print a statement in the SimpleGUI or the canvas.
| Program | Codeskulptor Text | EzpzJs |
| 1 to 3 | 1 to 3 | 1 to 3 |
1 to 3 is a simple number guess game. This script demonstrates the randomizer's use in a simple game.
| Program | Codeskulptor Text | EzpzJs |
| Computer Food | Food | Food |
This is a text base guessing game to guess what the computer wants to eat. This shows off the randomizer number to string principal.
| Program | Codeskulptor Text | EzpzJs |
| Vacancy Sign | Vacancy Sign | Vacancy Sign |
This script demostrates a flashing vacancy sign running under the influence of a timer.
| Program | Codeskulptor Text | EzpzJs |
| XMan | XMan | XMan |
X Man is a simple program that shows you an "X" that moves around a canvas. A timer that you set controls the canvas. A notable difference is that in Codeskulptor, canvas art must be run under a draw handler with a hidden timer that is pre-set. EzpzJs enables you to make the program run as fast or slow as you like.
| Program | Codeskulptor Text | EzpzJs |
| Super Hello | Super Hello | Super Hello |
Super Hello Demonstrates Ezpz's ability to mimic the canvas drawing of SimpleGUI
| Program | Codeskulptor Text | EzpzJs |
| Sound | Sound | Sound |
This is a program that plays, pauses, rewinds, and increases and decreases the volumes of a sound file.
| Program | Codeskulptor Text | EzpzJs |
| Video | No Equivalent | Movie |
This is a program that plays, pauses, rewinds, and increases and decreases the volumes
| Program | Codeskulptor | EzpsJs |
| Moving Image | No Equivalent | Moving Image |
This program is similar to XMan, but instead it's the Chris3.png file moving around the canvas. There is no equivalent because this uses the simple image drop command
| Program | Codeskulptor | EzpzJs |
| Moving Image 2 | Moving Image 2 | Moving Image 2 |
This program is similar to XMan and Moving Image except it's a card moving around. This calls a specific section of a file
| Program | Card Images | Config Alteration |
| Moving Card to Android | Moving Card Script | Config File Line Addition |
Here is the old moving card on canvas video, the difference?: Entire files' dimensions is dependant on screens, and it's on the phone!
| Program | Codeskulptor | EzpsJs |
| Picture Explorer | No More Codeskulptor Explorers | Picture Explorer |
Here is an image exploring another image!
| Program |
| Square Collision Code |
This is a code concerning how to see when two squares touch
| Program |
| Circle Collision Code |
This is a code concerning how to see when two circles touch
| Program |
| Triangle/Small Circle Collision Code |
This is a code concerning how to see when two squares touch
| Program |
| Canvas Bound Image |
This is a code like MovingImage2.html, but it is trapped on the canvas
| Program |
| Image Trapped in Image |
This is code like PicExplore.html, but it is trapped in the picture
| Program |
| Bouncing Ball |
A ball bouncing in a canvas with a sound for every hit
| Program |
| Sprites |
A moving working sprite