Skip to content

Commit d48d53a

Browse files
Final Commit
1 parent fd43110 commit d48d53a

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

release/main.exe

0 Bytes
Binary file not shown.

release_pack.zip

-64 Bytes
Binary file not shown.

src/exec/main.exe

0 Bytes
Binary file not shown.

src/exec/main.ilk

767 KB
Binary file not shown.

src/exec/main.pdb

232 KB
Binary file not shown.

src/exec/vc140.pdb

0 Bytes
Binary file not shown.

src/main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ using namespace sf;
1818
Add init state from mouse clicks
1919
Add comments in cpp as well as onion
2020
*/
21-
constexpr int ROWS = 160;
22-
constexpr int COLS = 160;
21+
constexpr int ROWS = 175;
22+
constexpr int COLS = 175;
2323

2424
bool getRandBoolCustom(int r, int c) {
2525
// return getRandBool50();
26-
// return (r == c || r + c == COLS - 1);
27-
return r * r + c * c < 50;
26+
return (r == c || r + c == COLS - 1);
27+
// return r * r + c * c < 50;
2828
}
2929

3030
void drawDebugLines(RenderWindow& window) {

src/obj/grid.obj

0 Bytes
Binary file not shown.

src/obj/main.obj

0 Bytes
Binary file not shown.

src/obj/randoms.obj

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)