How to Save data of dictionary in Html file table 09/08/202109/08/2021pythonprogramming from dictionary in python to html table [...]
How to bind a particle effect to an event 06/08/202106/08/2021pythonprogramming We have this class to make a window where we initialize the self.particles list that will contain the particles data another method will [...]
How to add fx to Matchpair 1.9, a game in Pygame 05/08/202105/08/2021pythonprogramming I am still adding stuff to this game to complete it. Now I added some fx, among other stuff. These 2 methods of [...]
Updated the github repository of matchpair 02/08/202102/08/2021pythonprogramming https://github.com/formazione/matchpair The latest code is here (it is more updated than the repository), I still haven’t committed the changes (I’m writing this the [...]
MatchPair 1.5 coming soon: a casual game made with Pygame 30/07/202130/07/2021pythonprogramming I’m still making my changes to Matchpair. Soon I will update the github repository with the new version. There is still the old [...]
How to make a Macthing Pair game with Pygame 29/07/202130/07/2021pythonprogramming Today we start with our vacation free games offering to start learning python making games. Let’s start soon with this one: matching.py, a [...]
How to make a map editor 4.0 with Pygame 19/07/202119/07/2021pythonprogramming Free map editor for a free game Crystal of time [...]
How to make a Map editor for Crystal of time in Pygame v.3.0 13/07/202113/07/2021pythonprogramming This time we want to change the list that contains the tiles so that we can use any number of tiles and not [...]
How to clone a branch in git 12/07/202112/07/2021pythonprogramming Just write this in th cmd Let’s make an example with the game editor of Crystal of Time If I want to clone [...]