I like Math and Science. I like them a lot. So on my "FrozenRemix" account I tend to make short algorithmic games and tests and variable solving codes. My most recent one got posted to my main account (this one) because it is actually something I'd say people could use practically.
It's called "How Strong is Your Password?" - http://scratch.mit.edu/projects/Friezeshrew/2728986
It uses an Algorithm suggested by the NIST and which was explained by a blog and a quick google search
Each character is equal to one Byte.
The first byte is equal to 4bit.
The next 7bytes are equal to 2bits each.
The next 12bytes are equal to 1.5bits each.
Anymore bytes after that are worth 1bit each.
For each mixed case(AbCdEf) of the password add 1bit (MAX: 6bits)
For each non-alphanumerical character (symbols/punctuation) add 1bit (MAX: 6bits)
[img url=https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-ash4/255494_10150977312016109_192020149_n.jpg][/img]
I had tonnes more of stuff here but I misclicked and lost everything after this point so I am going to move on.
__________________________________________________________________________
Algebraic Question Solver -
On FrozenRemix
I lost everything I had here too so I am just going to say that thank you for using it and I hope it helped with your homework as it did mine.
___________________________________________________________________________
Mind Reader - http://scratch.mit.edu/projects/FrozenRemix/2172936
Now this is something so simple that I fear putting it here xD
It is the Mind Reader app and It was one of my first algorithm type projects on Scratch it was very simply built. I would ask people to choose a number and then do a series of steps and then at the end tell me their resulting number. Then it would do the equations backwards starting with their resulted number and it would come back to their original number they picked. I also was messing around with variables and the join() tool so I could make it seem like was talking to the user. It helps people feel more comfortable This was actually kind of silly because it could be figured out right at the end, instantly.
On another note it did bring me to notice something. A lot of people had a hard time following the instructions xD they'd post saying how the thing told them something ridiculous and what their number actually was and told me I must have a bug. It sucked because I had to say 'Erm, no... sorry you're wrong..." because I knew from tests and gut that it worked 100% I even had safety nets for anyone who tried to use ridiculous and hardship inflicting numbers such as 1 or 0 xD
Anyways moving on
____________________________________________________________________________
Smash Free - http://scratch.mit.edu/projects/Friezeshrew/2557398
This game is actually considered (by me) to be the my best game yet. I put a lot of effort into it to get it to work and there are still a few bugs but its fine. One of the new things I invented for this game that I want to share here though is the code generator that can be used to restart from where you left off or died. I can't remember off the top of my head the full script but here is a picture:
(This next part will be written before the picture is added so keep that in mind)
It takes your score, level and lives to generate the code. It multiplies and adds to the level and score so people won't be able to design their own codes and get to level 99 by cheating > and then it adds their lives in at the end. Then when they click enter code and enter the code it works backwards like with the Mind Reader game and uses the hyphens to detect what's what. Then it puts everything in the right spot and starts the game. It can also detect malformed codes so if people try to cheat or if they entered the code wrong they are informed that it won't work.
Also I would like to mention that the game features some music that I made for my YouTube channel and I'm proud of that ;P
That's all for this.
________________________________________________________________________________
Thanks for your time and I hope you this and the projects provided.
I would also like to see some of your projects so please post them below! (Please keep everything related try not to stray off)
Check me out:
Scratch: Friezeshrew || FrozenRemix || Baboonaiih
YouTube: Baboonaiih || BoonProductions2007
Xbox Live: Babon85
Thanks again,
Joshua Bowers
_________________________________________________________________________________
Offline
This is pretty cool!
Offline
sonicfan12p wrote:
This is pretty cool!
Thanks!!
Offline