diff --git a/Making a Wargame.ipynb b/Making a Wargame.ipynb index 8d466e9..26a820a 100644 --- a/Making a Wargame.ipynb +++ b/Making a Wargame.ipynb @@ -704,13 +704,13 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": { "collapsed": false }, - "outputs": [], - "source": [] + "source": [ + "Replaced the debug labels and coloured the status and minimap two different ways. " + ] }, { "cell_type": "code", @@ -719,7 +719,23 @@ "collapsed": true }, "outputs": [], - "source": [] + "source": [ + "#%load strategygame.kv" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "collapsed": true + }, + "source": [ + "We should probably have a viewer and a hexagon map underneath!!\n", + "\n", + "But not for now...let's make an overlay of boxes...and label them with an \"offset-r)\n", + "\n", + "Hmmmm....overlay...is...having...issues. \n", + "\n" + ] }, { "cell_type": "code",