From c4c8d7f65719b111331341ef2f6d963063e7c0c1 Mon Sep 17 00:00:00 2001 From: pttb369 <56170294+pttb369@users.noreply.github.com> Date: Thu, 21 Nov 2019 10:26:15 -0800 Subject: [PATCH] fix grammar and improve clarity --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1a17ad..23aaa0d 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,8 @@ Practical AI programming examples, corresponding articles is here (in Chinese) [知乎专栏《游戏开发入门指南》](https://zhuanlan.zhihu.com/gdguide) -Game AI programming may be the most difficult part in game development. Because the creativity of players and designers is limitless, -there is always a new idea that looks great but needs a better AI function. +Game AI programming is the most difficult part of game development. Creativity from players and designers requires better AI functions. + +During my learning process, I started a tech article series to learn AI games and share my learning to others. You can use this project as references to study the book *Practical Game AI Programming*. -I am not that familiar with AI programming, but when I began to learn it, I found much more questions instead of more understanding. -So I started a tech article series, help myself study game AI and share what I've learned to other people at the same time. I have read the book -*Practical Game AI Programming*, and some examples in this project can be found in that book. You can use this project as references when -study the book.