index
:
mazerator
master
A maze generator written in c++
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-09
refactor: rewrite to c++
HampusM
2022-01-07
Revert "build: use Makefile instead of Cmake"
HampusM
2022-01-07
refactor: add explicit int types
HampusM
2022-01-07
build: use Makefile instead of Cmake
HampusM
2022-01-07
style: fix minor code formatting issues
HampusM
2022-01-07
fix: add missing includes
HampusM
2022-01-05
refactor: delete unused utility function
Hampus
2022-01-05
fix: add better number handling
Hampus
2022-01-05
feat: implement random start position
Hampus
2022-01-05
refactor: improve even more
Hampus
2022-01-01
refactor: fix memory leaks & general improvements
HampusM
2022-01-01
style: add clang format column limit
HampusM
2021-12-31
style: fix formatting
HampusM
2021-12-18
docs: fix usage in readme
Hampus
2021-12-18
refactor: clarify maze and stack logic
Hampus
2021-12-14
docs: fix short wall option name in help
Hampus
2021-12-14
build: improve CMakeLists
Hampus
2021-12-14
build: use cmake
Hampus
2021-12-14
refactor: restructure project
Hampus
2021-12-13
refactor: clean code
HampusM
2021-12-13
refactor: improve option validation
HampusM
2021-12-13
build: add makefile debug target & cflags
HampusM
2021-12-13
feat: add start coordinate options
HampusM
2021-12-13
refactor: clean up
HampusM
2021-12-11
refactor: fix formatting & move stack
HampusM
2021-12-11
build: add srcs variable in makefile
HampusM
2021-12-11
fix: add gitignore
HampusM
2021-12-11
refactor: improve width & height argument parsing
Hampus
2021-12-11
docs: add readme
Hampus
2021-12-11
fix: add indentation & optimize stack functions
Hampus
2021-12-11
add mazerator
hampus
2021-12-11
Initial commit
HampusM