rltk icon indicating copy to clipboard operation
rltk copied to clipboard

Roguelike Toolkit - Modern C++ (14) SFML-based toolkit for creating roguelikes.

Results 3 rltk issues
Sort by recently updated
recently updated
newest added

rather than using the results from calling the navigator ::get_x() and ::get_y() functions.

I wanted to slightly change pathfinding algorithm to find a way to cells adjacent to goal. However, setting is_goal function in navigator class to static bool is_goal(location_t &pos, location_t &goal)...

question

Let the client determine whether or not they want vsync, via a flag. See rltk.cpp line 34.

enhancement