goveo / euro-diffusion

Euro diffusion task implementation using TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculations in conditions

IanaKhitsko opened this issue · comments

if (x + 1 <= this.maxX) {

if (x < this.maxX) ?
if ( x > this.minX) ?
the same for Y

Thanks, fixed!