Sanoj Mathew


    Recent posts by Sanoj Mathew

    24 min read

    Coding Exercise: Build Tetris in Python using Pygame

    By Sanoj Mathew on Aug 17, 2020 5:12:00 AM

    Apply for Byte Academy's Coding Bootcamp with ISA options

    pygame is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL (Simple DirectMedia Layer) library. Simple DirectMedia Layer is a cross-platform development library designed to provide low-level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. Like SDL, pygame is highly portable and runs on nearly every platform and operating system. Millions of people have downloaded pygame itself, which is a whole lot of bits flying across the interwebs.

    Topics: coding exercises Python Programming Tips

    Featured