chore: remove comment

This commit is contained in:
2025-07-29 23:49:18 +02:00
parent ef70fb1ce4
commit a5737a1322

View File

@@ -112,7 +112,6 @@ pub const Game = struct {
}
if (std.meta.eql(newHead, self.food)) {
// TODO: randomize and check for collisions
self.food = self.getEmptySpace();
self.grow = true;
}