Age | Commit message (Expand) | Author |
---|---|---|
2022-06-13 | refactor: add cursor controller interface | HampusM |
2022-06-13 | fix: change move cursor argument to non-const reference | HampusM |
2022-06-13 | refactor: move directions to vector2 & make vector2 hashable | HampusM |
2022-06-13 | refactor: move input config to own file & improve cleanup | HampusM |
2022-06-13 | refactor: add game initializer | HampusM |
2022-06-13 | feat: add moving cursor | HampusM |
2022-06-13 | feat: add input handler & quitting with 'q' | HampusM |
2022-06-13 | fix: stop segfault caused by game ctor | HampusM |
2022-06-13 | add basic engine graphics | HampusM |
2022-06-13 | add game & vector2 | HampusM |
2022-06-13 | refactor: delete exception usages & game options | HampusM |
2022-06-13 | feat: add basic program stuff | HampusM |