Build a Platform Game in Python With Arcade
For many video game players, the lure of writing games is a prime reason to learn computer programming. However, building a 2D platform game such as Lode Runner, Pitfall!, or Super Mario Bros. without proper tools or guidance can leave you frustrated. Fortunately, the Python arcade
library makes creating a 2D game in Python accessible for many programmers!
If you haven’t already heard about it, the arcade
library is a modern Python framework for crafting games with compelling graphics and sound. Object oriented and built for Python 3.6 and above, arcade
provides you with a modern set of tools for crafting great game experiences, including platform games.
By the end of this tutorial, you’ll be