aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/game.hpp
AgeCommit message (Expand)Author
2022-06-13fix: add statusline length checkHampusM
2022-06-13feat: implement game of lifev0.1.0HampusM
2022-06-13refactor: replace last subscriber patterned codeHampusM
2022-06-13refactor: improve input handling & remove commandsHampusM
2022-06-13refactor: remove window classHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13refactor: replace DI files with the yacppdic libraryHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13refactor: add factory class & make DI container return unique ptrsHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13chore: add nolint comments to interfacesHampusM
2022-06-13feat: implement generations & multithreadingHampusM
2022-06-13refactor: move on start & on exit details to the game classHampusM
2022-06-13refactor: improve input configuring structureHampusM
2022-06-13feat: add status barHampusM
2022-06-13refactor: rename game initializer & move input configHampusM
2022-06-13refactor: add game factoryHampusM
2022-06-13refactor: add game initializerHampusM
2022-06-13refactor: add virtual destructors to interfacesHampusM
2022-06-13add game & vector2HampusM