4
0

feat: Rename Bomberman to BombExpert

This commit is contained in:
2025-12-05 01:29:08 +01:00
parent 04405066c4
commit 05564c3136
3 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import os
import webbrowser
PORT = 3333
DIRECTORY = "bomberman"
DIRECTORY = "bombexpert"
os.chdir(os.path.join(os.path.dirname(os.path.abspath(__file__)), DIRECTORY))