Amir Eldor's (Game)Dev Blog

Amir Eldor's (Game)Dev Blog

Follow
homebadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Testing my Game Design with... Svelte? (or: "is it fun?")

Dec 9, 20216 min read

It'd been quite a while, actually longer if you consider all kinds of efforts and re-writes and dreams over the years since I started writing the...

Testing my Game Design with... Svelte? (or: "is it fun?")

Foundations for pushing notifications to WebSocket clients and receiving commands from them

Jun 17, 20213 min read

Hello there. Today I will write about how I lay down the foundations for async communications between the clients and the server using WebSockets for...

Foundations for pushing notifications to WebSocket clients and receiving commands from them

Python pytest testing with SQLAlchemy for my game

Jun 4, 20214 min read

In this development blog for my online single/coop 4X space game post I will write about my Python pytest testing with a database environment. My game...

Python pytest testing with SQLAlchemy for my game