summaryrefslogtreecommitdiff
path: root/dungeon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* refactor Cargo.toml filesFreya Murphy2025-10-301-6/+10
* Wave function collapseAudrey L Fuller2025-10-306-61/+827
* dungeon: add step_by function for Pos, and rename step to step_by for FPosFreya Murphy2025-10-271-8/+36
* graphics: use atlas texture when rendering (and lots of refactoring)Freya Murphy2025-10-251-0/+5
* dungeon: fix hash calculation for floor tilesFreya Murphy2025-10-241-1/+1
* dungeon: add x,y getters for Pos and FPosFreya Murphy2025-10-231-0/+60
* dungon: supress wfc clippy warnings (for now)Freya Murphy2025-10-231-15/+17
* dungon: use EnumIter from strum to add values methods to enumsFreya Murphy2025-10-233-7/+23
* dungeon: add hash to to check if it has been changedFreya Murphy2025-10-231-8/+47
* dungeon: add FPos for decimial positionsFreya Murphy2025-10-233-4/+156
* Started implementing wfc crate into mapalf93102025-10-233-1/+119
* dungeon: refactor constructorsFreya Murphy2025-10-191-11/+10
* dungeon: refactor into entity module, and add struct (better match proposal)Freya Murphy2025-10-183-118/+124
* dungeon: make const_pos! not require name paramFreya Murphy2025-10-162-7/+7
* dungeon: add more getters and lib fnsFreya Murphy2025-10-162-0/+46
* further improve const fns for PosFreya Murphy2025-10-082-10/+20
* add some functionality to PosFreya Murphy2025-10-082-5/+76
* add more default implsFreya Murphy2025-10-082-2/+8
* impl default to dungeon and its typesFreya Murphy2025-10-083-3/+56
* initial baselineFreya Murphy2025-10-085-0/+536