Commit Graph

7 Commits

Author SHA1 Message Date
fegger 94ceebb50a Change World to variable-height columns and API 2026-04-26 17:08:35 +02:00
fegger f45f73cb27 Refactor code style, comments, and robot implementations
Move UML PDF to doc/ and update .gitignore. Normalize includes,
whitespace and function signatures across headers/sources and add
concise class/function documentation. Fix RandomBot so the mine
limit is computed once and simplify DigDeepBot/SortBot mining logic.
Tidy World/Game initialization, error handling, and minor const/var
clarifications for readability and correctness
2026-04-20 12:06:33 +02:00
fegger 976775f603 Add UML PDF and adjust World display
Add uml_diagram.pdf and a .gitignore entry to ignore the TeX source.
Remove unused <atomic> include, shorten the console separator, and add
a comment describing default player position values in World::display.
2026-04-20 10:16:45 +02:00
fegger 6880bd2a41 implement mining functionality in SortBot and add .gitignore 2026-04-15 15:55:26 +02:00
fegger 2780697235 Implement World rearrange and add RandomBot and main
Make World::checkEffects non-const and provide its implementation.
Add RandomBot implementation and declare a private randomNumber helper.
Add a simple main() entrypoint.
2026-04-15 14:08:52 +02:00
fegger b43f266973 added robot interface and robot base class 2026-04-14 23:44:24 +02:00
fegger d53986f907 initial comitt 2026-04-14 22:49:02 +02:00