chore: remove comment
This commit is contained in:
@@ -112,7 +112,6 @@ pub const Game = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (std.meta.eql(newHead, self.food)) {
|
if (std.meta.eql(newHead, self.food)) {
|
||||||
// TODO: randomize and check for collisions
|
|
||||||
self.food = self.getEmptySpace();
|
self.food = self.getEmptySpace();
|
||||||
self.grow = true;
|
self.grow = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user