This media is not supported in your browser
VIEW IN TELEGRAM
Create a platformer game with Python 👾
🔸Arcade is an easy-to-learn Python library for creating 2D video games. It is ideal for beginning programmers, or programmers who want to create 2D games without learning a complex framework.
⚙️Installation
🔗In-depth guide
#arcade #gamedev
🔸Arcade is an easy-to-learn Python library for creating 2D video games. It is ideal for beginning programmers, or programmers who want to create 2D games without learning a complex framework.
⚙️Installation
pip install arcade
🔗Arcade Academy Homepage🔗In-depth guide
#arcade #gamedev
Game Development with Pygame 📺
In this series, you will use
Even though the playlist is a quite old (last updated on Dec 17, 2016), this is the most complete tutorial on the
1. Game Development 1-1: Getting Started with Pygame [YouTube]
2. Game Development 1-2: Working with Sprites [YouTube]
...
58. Tile-based game Part 22: Game Over [YouTube]
🔗Full YouTube playlist
#materials #pygame #gamedev
In this series, you will use
pygame
to learn the fundamentals of game development by creating 3 types of games: shoot 'em up, platformer and tile-based game.Even though the playlist is a quite old (last updated on Dec 17, 2016), this is the most complete tutorial on the
pygame
library. I've used it to learn Python game development as a part of university research project last year, so I definitely recommend it.1. Game Development 1-1: Getting Started with Pygame [YouTube]
2. Game Development 1-2: Working with Sprites [YouTube]
...
58. Tile-based game Part 22: Game Over [YouTube]
🔗Full YouTube playlist
#materials #pygame #gamedev