From 4559f0ae9a2ccb0c0af3c440f81af59ac4271e1f Mon Sep 17 00:00:00 2001 From: Piers Williams <solar_1992@hotmail.co.uk> Date: Tue, 15 May 2018 08:24:57 +0100 Subject: [PATCH] Moved exercise where it belongs --- _data/index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/index.json b/_data/index.json index 2856ec8..c5d8d45 100644 --- a/_data/index.json +++ b/_data/index.json @@ -15,7 +15,7 @@ "name": "Monday PM", "topic": "Flappy Bird & Practical", "links": { - "exercise": "slides_pdf/code/Entropy.java", + "code": "https://git.fossgalaxy.com/ce810/asteroids", "lab-parameter": "GEN" } @@ -24,6 +24,7 @@ "name": "Tuesday AM", "topic": "Proc Gen & Player Experience", "links": { + "exercise": "slides_pdf/code/Entropy.java", "procgen": "GEN", "evaluation": "GEN" } -- GitLab