jleonard2099 / LHG_ProBB

Lance Haffner Basketball Pro Game
GNU Affero General Public License v3.0
2 stars 0 forks source link

Unixdev #19

Closed jleonard2099 closed 1 year ago

jleonard2099 commented 1 year ago

Developped game routines to run as part of main EXE. This allows faster execution of game code, fewer "windows" popping open, and most importantly - ability to compile for Mac / Unix in QB64PE.

This also forced each variable in the game to be named very uniquely; a precursor to using more friendly names.

Finally, used the opportunity to start making some consistency changes, particularly with SCHEDULE.

jleonard2099 commented 1 year ago

Testing already done with the work to confirm consistency and absence of bugs