Open daniel-luper opened 3 years ago
As a terminal-based game engine, AsciiEngine should allow developers to specify their game's filename and game name using parameters like so: ./AsciiEngine -filepath ../MyGame/myGame.cpp -name "Pacman"
./AsciiEngine -filepath ../MyGame/myGame.cpp -name "Pacman"
Great suggestion
As a terminal-based game engine, AsciiEngine should allow developers to specify their game's filename and game name using parameters like so:
./AsciiEngine -filepath ../MyGame/myGame.cpp -name "Pacman"