mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 22:50:43 +00:00
8 lines
193 B
Python
8 lines
193 B
Python
import os
|
|
|
|
import retro
|
|
|
|
retro_directory = os.path.dirname(retro.__file__)
|
|
game_dir = "data/stable/StreetFighterIISpecialChampionEdition-Genesis"
|
|
print(os.path.join(retro_directory, game_dir))
|