Chess Presentation
Chess Presentation
Scratch
Intro abt myelf and Abd
Why did I choose this idea. I had just got off from my laptop after playing
chess(I was absent that day) and got to knw in the whtsapp group that
there is some sort of scratch project to be made for ICT.
So chess just came up to my mind it was simple yet complicated
to make and work it out on scratch cuz there is limited
functionality.
How did we create and what does each code block do?
What are the functions?
You can move around the pieces according to your moves legally.
All the pieces will get placed automatically on correct places when
you start the game by. Our two sprites are board and pieces.
The chess board itself has also been coded(Sprite 1). And the pi
eces our sprite 2 with multiple costumes for each piece on the
board for both colours. The white pieces get aligned first starting
form the white rook and than the code is run multiple times by
changing the costume until it gets all the white pieces aligned.
The same is than repeated for black pieces. So like this the whole
pieces get aligned by changing their position and costume with
running the repeat block.
What Blocks did we use?
Control,Motion,Looks,Events and Sound.
Control: Repeat code and create clone of Multiple pieces Like
pawn,knight,bishop,rook.
Motion: Changed the axis of pieces according to their position.