thekabal / tki

The Kabal Invasion - A web based space exploration (4x) game
Other
11 stars 7 forks source link

Eliminate die() in class files (replace with try/catch and thrown exceptions) #58

Open thekabal opened 7 years ago

thekabal commented 7 years ago

Files with die() remaining in classes:

Game.php, Ibank.php, PlanetCombat.php, Player.php, Ship.php, TraderouteBuild.php, TraderouteDie.php

thekabal commented 6 years ago

Now down to just TraderouteDie.php and Ibank.php.