Rebuilding dafluffy platform videogame code 20/01/202220/01/2022pythonprogramming platform videogame python [...]
Dafluffypotato platform videogame fork 19/01/202219/01/2022pythonprogramming Still on this platform videogame. Dafluffypotato platform videogame fork [...]
Worldplat – Pygame videogame in progress 16/01/202202/02/2022pythonprogramming This is what we achieved until now… I am continuing modifying code of this one of dafluffypotato. I added some graphic and some [...]
Exercises for accounting in html with Python script 13/01/202213/01/2022pythonprogramming This script makes you do accounting exercises in html with Python to help you manage the html code easily. Running the script you [...]
Adding sounds to a game in pygame 12/01/202213/01/2022pythonprogramming https://github.com/formazione/platformworlds.git The steps function to make the steps This is where I call it [...]
Code to make exercises in javascript with python for accounting 12/01/202212/01/2022pythonprogramming The output [...]
Rich module to color the console text 10/01/202210/01/2022pythonprogramming pip install rich and you will get something like this [...]
Videogame in progress 10/01/202230/01/2022pythonprogramming Now the coin moves around (27.1.2022) Now the tiles does not stop him when he jumps. Changed some sounds. Last video update 23.1.2022 [...]
Taichi for Python: how to visualize Mathematical algorithms – Graphic programming 06/01/202206/01/2022pythonprogramming This is interesting. https://docs.taichi.graphics/ How to install it pip install taichi This is an example This is the output [...]
How to scroll the map in a 2d game with Pygame 06/01/202206/01/2022pythonprogramming I get this code from https://gamedev.stackexchange.com/questions/117678/how-to-figure-out-which-tiles-are-within-view-and-where-to-draw-them-in-the-gri And I think it can be interesting for the people that wants to learn pygame. Video [...]