Symbroson
Usergroup: Moderator
Created: 2019-11-28 07:50:50
Resources
Minesweeper spk
standard Minesweeper game - Detect all mines with red flags without hitting one! Colored numbers are showing the amount of mines around it. By default use long touch to place a flag. The flag button on the top reverses short and long touch. You can a...
Icey spk
Fun game with bouncing penguins and a little orange ghost searching his girlfriend Find the way through the labyrinth of trees on frozen seas. Keep an eye on the penguins - they'll try to bounce you out of your way! But maybe you can even get them to...
Snake spk
Simple snake game with pixel graphics steer the snake by wiping in the direction you want eat as many items you can but don't eat yourself or you'll get hurt
CodeFormatter spk
Format your js code with this lightweight formatter. It uses the format script from http://jsbeautifier.org to make your code look as good as possible. You can edit the options in the code itself and the option property documentation is located in th...
DocsPreview spk
A small app which serves as preview for the latest DroidScript docs. It supports basic docs features such like theming and html method anchor jumps. Additionally it is able to retrieve updates from the remote GitHub repository of DroidScript (https:/...
A plugin generator app for creating, debugging, exporting and installing DroidScript JavaScript plugins on the fly. Remote source location: https://github.com/SymDSTools/PluginGenerator
Pong spk
The retro game 'Pong' created with the DroidScript's ImageView. Pong is a two-player game in which the screen is divided into two halves and each player tries to prevent the ball from slipping through his defense. You can play against the computer or...
Tic Tac Toe spk
The popular TicTacToe game built with DroidScript's button controls. TicTacToe is a round-based game where each of the two player tries to get 3 of his own symbols in a row horizontally, vertically or diagonally. This program also demonstrates how UI...