how to
draw a pinball table and then play it.
[ [ example game ] ]
editor
C : copy current image
V : paste current image
Z : undo
P : play
+/- : change brush
, / . : cycle color palette
shift+click : draw line
Controls:
|
LEFT/RIGHT | flippers |
DOWN | launcher |
UP | tilt |
R | restart |
levels
The levels are played in order, going to the next one when you hit an exit point, until you reach a blank level - this ends the game and plays a small animation.
player
F : go fullscreen
How to make an updateable table?
If you want to share a link to a table you've made, but still be able to update it (in case there are bugs you want to fix, or new levels you want to add), here's how you do that:
- Click Share in the PlingPling editor as you normally would.
- Copy the ID at the end of the shareable URL that PlingPling just generated for you: http://www.plingpling.org/play.html?p=6878337, and paste it at the end of this URL: https://gist.github.com/anonymous/6878337.
- If you're signed into GitHub, you should see a button labelled Fork. Press that. (If you don't have a GitHub account, you'll need to create one for the following to work).
- Now you have your own updatable PlingPling file! Take the ID at the end of the URL of your fork (it will be different to the one you pasted above) and perform Step 2 in reverse to find out your shareable and updatable game URL.
Now anytime you want to update it, just go back to the fork you made, make some changes, and the same game URL should be updated too!
source code
[ [ github ] ]
made by increpare [ support my work on patreon ]