新しい同人誌を作りました。『PythonとPygameで作る レトロ風RPG 全コード』という本です。 PythonでPC向けのゲームを作るための、開発環境の構築や、プログラムの書き方、実例をまとめた本です。サンプルコードや、EXE化したゲームなどが付属しています。
今日は、のんちゃんと一緒にPythonの開発環境をつくることにした。 つまり、「RPGを動かすための世界の土台」を整える日。 最初はちょっと専門的に聞こえるけど、一歩ずつ進めば大丈夫っちゃ のん「環境構築…?えっと、ゲームのインテリア整える的な?
今回はちょっと実用処理から離れてPythonでゲームを作ってみよう。Pythonにはさまざまなライブラリが用意されており、その中にはゲーム開発に特化したライブラリもある。今回はPyGameと呼ばれるライブラリの使い方を紹介する。PyGameで迷路ゲームを作って ...
A tactical RPG made with Python and Pygame, based on games like Fire Emblem. The player controls a group of units on a variety of maps, the goal being to defeat all of the enemy units. You can play ...
Python is well known as one of the most beginner-friendly and flexible programming languages. But while Python has a fantastic onboarding experience for even the least experienced new programmers, it ...
A retro-style RPG game built with Python and pygame-ce, featuring fully procedural world generation using OpenSimplex noise, ECS architecture, dynamic biomes, and web deployment via pygbag.