From 88a10616dc24f392931fd6a0e2aa133f629652b7 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:39:44 -0500 Subject: [PATCH] Update typescript-asteroids.md --- content/post/typescript-asteroids.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/post/typescript-asteroids.md b/content/post/typescript-asteroids.md index a2c780c..0632969 100644 --- a/content/post/typescript-asteroids.md +++ b/content/post/typescript-asteroids.md @@ -86,3 +86,5 @@ has already [been extensive research in training robots to play Asteroids](https://www.gymlibrary.dev/environments/atari/asteroids/); what I want to try differently here is specifically train on this browser-playable game. + +Meanwhile, click [here](https://bpcreech.com/asteroids/) for the game as it is, in glorious modern TypeScript form.