Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Create snake with Python PyGame

    Posted By: naag
    Create snake with Python PyGame

    Create snake with Python PyGame
    MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | 0 hours 39 minutes | 7 lectures | 297.48 MB
    Genre: eLearning | Language: English

    Introduction to game development

    This course teaches you how to make the 2d game snake with Python. You will learn to use the module pygame. pygame is a Python game development library designed for use with the The Python programming language. pygame is designed to provide low level access to audio, keyboard, mouse, joystick, and graphics as well as high level modules for tasks such as video playback.
    The snake game is the most classic and influential arcade game in the video game universe, It is a video game classic that has been played by many players since its inception. It used to be on an arcade machine but these days is available even in phones.
    pygame is a set of Python bindings for the SDL multimedia library. It works with a variety of operating systems and hardware platforms, including Linux with Raspberry Pi, Microsoft Windows, Apple Mac OS X, BeOS, FreeBSD, OpenBSD, Sharp Zaurus, iPAQ, HTC Dream phone and even Android.
    General Python knowledge is required. We will use object orientated programming concepts and another module called random to generate random numbers for our game. While the course shouldn't be to difficult to grasp, knowledge of object orientated programming like classes and objects are recommended.
    Upon completing this course you'll be able to make your own 2d games, have a working snake game and have basic game development skills. All source code is included with this course.