gbowne1 / StarshipAscension

A C++ Space and Starship game in a 80x24 space
GNU General Public License v3.0
6 stars 0 forks source link

Game Definitions #6

Closed Karutoh closed 1 year ago

Karutoh commented 1 year ago

Game.h Is missing it's definitions and there is and empty Game file floating about.

gbowne1 commented 1 year ago

@Karutoh

Those are artifacts from the original compile/build. I built some executables when I was trying to test a see if the main and game would compile

the main program exists in main.cpp and game.h when they need to be renamed. The rest of the files .cpp and .h make up the functionality of the game

gbowne1 commented 1 year ago

I removed game and the game.h needs to be renamed to main.h and really main.cpp needs to get refactored. game.h is a artifact of the original program which was game.cpp and game.h