Fix input system and rendering bug
Remake README using Org export
Improve formatting in README
Change README to Org and tidy up code
Clean up based on rust-analyzer
start work on NPC systems and components
add dungeon-style map generation for testing
finish visibility system and play with colorschemes
begin work on visibility system
add basic map gen and collision detection
separate input from specific components
input is now a true-blue system
return to using non-derive imports - builds broke without them
add license header to every file and start command/input system
basic movement/input system complete
add license comment and exhaustive match case