CS-Journeys / AsciiEngine

Game engine for building command-line, ascii art games
GNU General Public License v3.0
3 stars 0 forks source link

Confirmation Message Bug #8

Open daniel-luper opened 3 years ago

daniel-luper commented 3 years ago

Environement Ubuntu Linux

Description "MyGame.exe compiled successfully" displays even if there are compilation errors.

Steps to Reproduce

  1. Move AsciiEngine binaries to a directory other than the root directory
  2. Execute AsciiEngine binaries
  3. Enter the file path and project name

Expected Results If either of the three files don't compile successfully (i.e., game_ext.cpp, Engine.cpp, or the developer's cpp), an error message should be displayed instead of "myGame.exe compiled successfully."