Janfiderheld / Snake-That-MO

Projektarbeit im Fach "Mobile Systeme" von Niclas Muss & Jan-Philipp Töberg an der Technischen Hochschule Ostwestfalen-Lippe im WS18/19
Apache License 2.0
7 stars 0 forks source link

Coin-Creation inside block #19

Closed Janfiderheld closed 5 years ago

Janfiderheld commented 5 years ago

during playing yesterday, some coins overlapped the block, so there is something wrong with the randomized x and y values

Janfiderheld commented 5 years ago

Problem: Testability Who to control if all coins are correctly placed? Maybe needs a "mathematical" prove?!

Janfiderheld commented 5 years ago

Did a small test where I created 10 000 coins. From these, 18 spawned inside the block which equals a percentage of 0,18%...

Janfiderheld commented 5 years ago

Fixed with the latest commit. From the 10 000 spawned coins, 0 were spawned in an invalid area