kerrambit / InterStellar-Pong

A terminal-based resource-collecting Pong game.
1 stars 0 forks source link

Create separate folder for game & graphics with page loader. #33

Closed kerrambit closed 1 year ago

kerrambit commented 1 year ago

Create separate folder for game & graphics with page loader.

This should be done in dev branch and delivered with the new v.1.2.0. Basically, it should group the game mechanism into one folder (or subfolders) and the draw.h and terminal.h and page_loader.h libraries into separate folders to follow up the idea of making from these files one independent library.

kerrambit commented 1 year ago

Done.