Open cagdasgerede opened 3 years ago
I would like to work on this Kaan efe keles 191101026
Sana gönderdiğim daveti kabul etmen gerekiyor. Epostanı kontrol et.
Bu arada projeyi bilgisayarında çalıştırmayı denediğini ve bir sorun yaşamadığını varsayıyorum.
Merhabalar hocam, Kod bilgisayarımda sorunsuz çalışıyor, davetinizi kabul ettim. Teşekkür ederim, iyi günler dilerim.
On Mon, Mar 29, 2021 at 6:38 PM Cagdas Evren Gerede < @.***> wrote:
Assigned #22 https://github.com/cagdasgerede/JavaFX-Tetris-Clone/issues/22 to @kaanefekeles https://github.com/kaanefekeles.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/cagdasgerede/JavaFX-Tetris-Clone/issues/22#event-4522285891, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARPCGPL77BHHIYE3QTJBMBLTGCNH7ANCNFSM4ZUDKXKQ .
Implement a set of item types such that when such an item drops and when touches the other blocks it explodes and destroys blocks around the vicinity.
Determine
Create a hierachy of such item types. Make use polymorphism to prevent any code duplication. Common behavior should be implemented in a common place and specialed behaviors should be done in children classes.
Also, add an audio option for explosions and add a beeping sound when such a special item is moving down.
Add score points for the exploding blocks.