~/categories/blog$
|
About Blog Snippets Projects

blog

Cover image for Asteroid Chase - Pyweek, Season 31
python April 15, 2021

Asteroid Chase - Pyweek, Season 31

I really like Python and games. To combine these two passions, I parcitipate in PyWeeks. This event is very special to me because no matter what theme people choose, no matter what framework your game is written in, Python is always present.

Cover image for Cross-platform python databases
benchmark August 28, 2020

Cross-platform python databases

Recently I have been looking for a way to save states of my scripts in python and return to them freely later. I came up with an idea to use embedded database. An additional criterion was that it should be easily transferable between environments. Here is my benchmark of databases that can be installed directly from the pip program.

Cover image for Procedural 2D map generation
python August 05, 2020

Procedural 2D map generation

There are many benefits of using a procedural generation in games. And it's not about randomness for players, it's about predictability for developers.

Powered by Zola | Theme: Izy
•
•