From 9a3dc1cbe3773e5f027499d761795e8c99aad4ed Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Mon, 22 May 2017 11:34:33 -0500 Subject: [PATCH 1/2] Updated README with some TODOs for the future --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 94e43ecf1..67bc22e19 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,11 @@ TESTING TODO: Tasks TODO: Adding augmentations for Silhouette fac - Factions Info page isn't formatted correctly - - Augmentations that decrease time to make programs - + New server hostname in Purchase Server Pop-up Box needs limits..don't think the ones set in HTML work Secret Servers - - Hack time formula needs rebalancing I think, so does hack exp formula - + Create new menu page for purchased servers Account for Max possible int when gaining exp (it will overflow) @@ -30,7 +25,12 @@ Tasks TODO: OPTIMIZATION https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/ - + Every time you hack a server its "difficulty" variable goes up a small amount, like 0.005 maybe. + You can weaken() a server to get the security back down + + Add a few more servers maybe? Every 25 levels after 50? + + Private beta feedback I'd suggest putting a "Back" button in the tutorial @@ -41,4 +41,9 @@ test for open beta but for people who have no clue about coding etc. how about, later in the game, let them buy full scripts? should make it more easy for the average user -but the 50% penalty for not working 8 hours is a bit harsh \ No newline at end of file +but the 50% penalty for not working 8 hours is a bit harsh + + + btw +make nano more like nano +not some kind of weird gui based editor \ No newline at end of file From 6b7b25c2942fba196f061e2d112426851406e0df Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Mon, 22 May 2017 12:21:06 -0500 Subject: [PATCH 2/2] Don't add README to repo --- README.md | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 67bc22e19..000000000 --- a/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# netburner -Netburner Idle Game - -TESTING TODO: - - If a server has no more money available it cannot be hacked anymore - Should work automatically...because your money gained percentage will be multiplied by 0 - - Adjust leveling formula. Goes up way too high at first - http://gamedev.stackexchange.com/questions/55151/rpg-logarithmic-leveling-formula - - might be too slow now? - - -Tasks TODO: - Adding augmentations for Silhouette fac - - New server hostname in Purchase Server Pop-up Box needs limits..don't think the ones set in HTML work - - Secret Servers - - Create new menu page for purchased servers - - Account for Max possible int when gaining exp (it will overflow) - - OPTIMIZATION - https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/ - - Every time you hack a server its "difficulty" variable goes up a small amount, like 0.005 maybe. - You can weaken() a server to get the security back down - - Add a few more servers maybe? Every 25 levels after 50? - - - -Private beta feedback - I'd suggest putting a "Back" button in the tutorial - window, - -test for open beta - -but for people who have no clue about coding etc. how about, later in the game, let them buy full scripts? -should make it more easy for the average user - -but the 50% penalty for not working 8 hours is a bit harsh - - - btw -make nano more like nano -not some kind of weird gui based editor \ No newline at end of file