From ec919d4dc8088a21c61a3d870f68b82a7138c8be Mon Sep 17 00:00:00 2001 From: Tommy Leung Date: Fri, 22 May 2020 10:10:14 -0600 Subject: [PATCH] update readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index be0f8e3..e9c1feb 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ This is an example or starter project for a Pac-Man-style game with the original ghost AI behaviors for Blinky, Pinky, Inky, and Clyde. +Power pellets and general level design is not implemented. + [The code corresponds to a 6 part series on YouTube](https://www.youtube.com/playlist?list=PLumYWZ2t7CRsM-oQWyh_8NGSVXXRO8uw2) where we go over implementing each ghost AI using the State Pattern. [Check out a demo here](https://ourcade.co/templates/pac-man-starter-template).