From 74b7415ec233507de3b2a82c0810efd9146b4e7f Mon Sep 17 00:00:00 2001
From: Robby Zambito <contact@robbyzambito.me>
Date: Sat, 22 Jan 2022 15:48:12 -0500
Subject: Made post non-draft, added tags

---
 content/posts/using-lisp-for-game-ai/index.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'content/posts')

diff --git a/content/posts/using-lisp-for-game-ai/index.md b/content/posts/using-lisp-for-game-ai/index.md
index 3eed062..1e46d66 100644
--- a/content/posts/using-lisp-for-game-ai/index.md
+++ b/content/posts/using-lisp-for-game-ai/index.md
@@ -1,7 +1,9 @@
 ---
 title: "Using Lisp for Game AI"
 date: 2022-01-22T14:25:47-05:00
-draft: true
+type: "post"
+draft: false
+tags: [free-software, software, software-release, lisp, ai]
 ---
 
 The relationship I have had with Lisp until recently has basically amounted to: "It sounds interesting, it seems highly polarizing, and I have no immediate reason to learn it".
-- 
cgit