게임 엔진을 game 모듈로 통합

This commit is contained in:
2026-05-06 22:42:09 +09:00
parent c1c50267b5
commit 8763430475
17 changed files with 1242 additions and 1302 deletions
-4
View File
@@ -14,10 +14,6 @@ extensions = cythonize(
"coolrl_lost_cities.games.classic.game",
["src/coolrl_lost_cities/games/classic/game.pyx"],
),
Extension(
"coolrl_lost_cities.games.classic.engines.fast",
["src/coolrl_lost_cities/games/classic/engines/fast.pyx"],
),
],
language_level=3,
compiler_directives={