First coverage reports. Tests don't get near enough coverage but running the program does.
This commit is contained in:
parent
988edf13d7
commit
97255eb813
7 changed files with 127 additions and 5 deletions
|
@ -1,11 +1,14 @@
|
|||
TODAY'S GOAL:
|
||||
* Neighbors needs a rewrite
|
||||
* Neighbors algo isn't using greater parameter
|
||||
* Think up an enemy system.
|
||||
* Revisit map generation.
|
||||
* How do we do coverage reports in C++?
|
||||
* Better tests and more coverage.
|
||||
* Clean up and document as much code as possible.
|
||||
* Doxygen? Other docs tool?
|
||||
|
||||
TODO:
|
||||
* Think up an enemy system.
|
||||
* Revisit map generation.
|
||||
* Write a method for renderer that can translate coordinates.
|
||||
* Can std::any be defaulted to a noop in the events?
|
||||
* Save file isn't saving gold.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue