From the course: AI Algorithms for Game Design with Python
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
What you should know - Python Tutorial
From the course: AI Algorithms for Game Design with Python
What you should know
- [Narrator] This course is designed to give you an idea of the high level concepts behind game playing algorithms. So before we get started, please be advised that there are some requirements to make the best out of the course. First, this is not a beginner level course, so if you are new to programming, please consider taking an introductory course from our library, like Foundations of Programming: fundamentals, which will give you all the tools you need to get algorithms into code. Second, all of the code examples you'll see in this course are written in Python 3, so you should feel comfortable with this programming language. If you are not experienced in Python, I recommend that you consider taking an introductory course like Learning Python. And lastly, the code examples run on GitHub Codespaces. So no setup or installations are required, just an internet connection, and a web browser. Once you are okay with these requirements, you may go ahead, and start the course.