From 416d70fbeddad55908e7c4a539442c0c4fa4c3c4 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 14 Dec 2022 17:06:47 +0100 Subject: [PATCH] updated README --- README.md | 11 +++++++++++ src/main.cpp | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4b4bb5c..317eff5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Game_of_Life +Proof of concept Conway's Game of Life. + +# Todo ++ load() doesnt work ++ save() can segfault somehow; dunno how to recreate the bug tho + +# Notes ++ resizing the window will lead to either stripping balls or (more likely) a crash ++ if one loads a fauna that was saved under different screen size + everything is gonna be offset; however i hardly care ++ an insanely sized screen will cause int overflows and abnormal behaviour diff --git a/src/main.cpp b/src/main.cpp index 5b208e6..d228065 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -13,17 +13,6 @@ bool running = false; unsigned int std_height = 0; unsigned int std_width = 0; -/*--------------------------------------------Todos------------------------------------------------\\ -| >load() doesnt work -| >save() can segfault somehow; dunno how to recreate the bug tho -\\-------------------------------------------------------------------------------------------------*/ - -/*--------------------------------------------Notes------------------------------------------------\\ -| >resizing the window will lead to either stripping balls or (more likely) a crash -| >if one loads a fauna that was saved under different screen size -| everything is gonna be offset; however i hardly care -| >an insanely sized screen will cause int overflows and abnormal behaviour -\\-------------------------------------------------------------------------------------------------*/ signed main(){ //init