Using C and NCurses to make a game.
- noise maps working and rendering
- astar pathfinding implemented and working?
- limit fps correctly using a deltaTime
- try to fix bug with small viewport, scrambles map
- use napms() because its builtinto curses, or just getch,
- use async (may coroutine) for timed things (E moves once a second, etc.)