diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index 3c988cb5f..c96950030 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -337,6 +337,7 @@
     tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
     tip_free_your_mind: "You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus"
     tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
+    tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
 
   game_menu:
     inventory_tab: "Inventory"
diff --git a/app/templates/play/level/level_loading.jade b/app/templates/play/level/level_loading.jade
index 781e0692e..236f07d69 100644
--- a/app/templates/play/level/level_loading.jade
+++ b/app/templates/play/level/level_loading.jade
@@ -77,3 +77,4 @@
     strong.tip.rare(data-i18n='play_level.tip_recurse') To iterate is human, to recurse divine. - L. Peter Deutsch 
     strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
     strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
+    strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.