このnoteではChatGPTを使った報告を書こうと思っていたのですが、今回の話題は次のチュートリアルの実施報告が主体でChatGTPの関与が少ないのでタイトルからChatGPTを外しました。これからもいろいろと脱線しますが、よろしくご了承ください。 とりあえずは ...
The basic structure of the game and how it loads the map is as follows.. A basic game class that has a list of level objects The level objects are loaded with a TMX map file, using PyTMX Levels ...
A fully playable Super Mario-inspired 2D platformer I built from scratch in Python using Pygame. img/ ← All tiles & background assets preloaded_levels/ ← Your finished levels (CSV) *.py ← Game code ...
Today I connected something a bit unexpected, yet awesome… A Python Pygame platformer → into a live backend running on Azure Kubernetes Service (AKS) — all on my first ever Kubernetes project 😂 The ...