ScratchData LogoScratchData
Back to seanbobe's profile

24x7 made easy (not hacked)

SEseanbobe•Created March 29, 2015
24x7 made easy (not hacked)
1
0
18 views
View on Scratch

Instructions

There is a stack with four digits. There are seven buttons: add mul sub mod div rot swp You have a mission. Make the number 24. Example stack is [ 1 3 4 2 ] add => [ 1 3 6 ] mul => [ 1 3 8 ] sub => [ 1 3 2 ] mod => [ 1 3 0 ] div => [ 1 3 2 ] rot => [ 1 4 2 3 ] swp => [ 1 3 2 4 ] Example solution: mul mul => [ 1 24 ]

Description

credit to ChristerNilsson for engine ( original project) -removed limit

Project Details

Project ID54965336
CreatedMarch 29, 2015
Last ModifiedMarch 29, 2015
SharedMarch 29, 2015
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root