Skip to content

Commit eef5059

Browse files
authored
Overhaul (#67)
* more tests * iscomplete * typo * overhaul * tests * working * working * cleanup
1 parent a45d65a commit eef5059

File tree

7 files changed

+773
-393
lines changed

7 files changed

+773
-393
lines changed

notebooks/game_of_life.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@
194194
"end)\n",
195195
"ilua.display.display(hbox,speed_slider, output)"
196196
]
197+
},
198+
{
199+
"cell_type": "code",
200+
"execution_count": null,
201+
"id": "50217ab0-152a-4907-bd9b-e73d994f5e92",
202+
"metadata": {},
203+
"outputs": [],
204+
"source": []
197205
}
198206
],
199207
"metadata": {
@@ -203,9 +211,12 @@
203211
"name": "xlua"
204212
},
205213
"language_info": {
214+
"codemirror_mode": "",
206215
"file_extension": ".lua",
207216
"mimetype": "text/x-luasrc",
208217
"name": "lua",
218+
"nbconvert_exporter": "",
219+
"pygments_lexer": "",
209220
"version": "14.0.0"
210221
}
211222
},

0 commit comments

Comments
 (0)