˟

[Python] Fun


A series of simple game progamming in Python for Beginner.

14 Apr, 2021

Fun 4 - [Python] Maze Solver

Creating and solving a 2D maze with Breath First Search algorithm (more)

4 Apr, 2021

Fun 3 - [Python] 2D Bouncing Ball

Introducing turtle and making your own class by building a bouncing ball simulator (more)

4 Apr, 2021

Fun 2 - [Python] Pong in Pygame

In the second part of the Fun series, we are going to create the classic pong game using Pygame with concepts such as game loop, boundaries, and collision. (more)

4 Apr, 2021

Fun 1 - [Python] A simple Hangman game

Post No. 1 of the Fun series, in which I demonstrate quick, fun, little game that you can code in Python with lessons that you can learn from. (more)