Posts

Rock Paper Scissors | Source Code | Mr. UnRivaled |

Rock Paper Scissors | Source Code | Creators_world | Hello Friends ! Welcome to my blog ! Here is the source code for the program . . . Thankyou for visiting my blog ! import androidhelper import random from os import * import time android = androidhelper.Android() def main():     title = 'Rock, Paper, Scissors'     message = ('Choose anyone from the following...')     android.dialogCreateAlert(title, message)     android.dialogSetPositiveButtonText('Rock')     android.dialogSetNegativeButtonText('Paper')     android.dialogSetNeutralButtonText('Scissors')     android.dialogShow()     global response      response = android.dialogGetResponse().result     return response['which'] in ('positive', 'negative', 'neutral') def main2():     global a     a = response['which'] in ('positive')     global b     b = response['which'] in ('negative')   ...

Ping Pong Game On Scratch!!

Image
My First Game On Scratch!! Welcome visitor!! This is beginner Game Coder blog for scratch software. Hello visitor I'm Sai Patil. I had just been wondering on internet for simple 2D game, app, animation, creator software. At last all my efforts paid and I found a software named Scratch by mit. Here's link - click here! The first game I created on Scratch is just a simple small children game i.e Ping Pong!! It took me a week to complete make it. Just give it a try. Here is the download link --  click here! For the desktop just download and open the file (HTML) with Google Chrome.  Link (Desktop): click here!! Here are some screenshots -- Thank you for visiting!!