cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Library for Roguelikes
Library for Roguelikes
Jul 24, 2012 at 3:03pm UTC
evulaye
(3)
I want to make a roguelike in Windows. Can anyone recommend any libraries that i should use for this??
Jul 24, 2012 at 4:12pm UTC
Computergeek01
(5613)
How about Win32? The console functions are capable of handling stuff like this pretty easily.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682073(v=vs.85).aspx
Jul 24, 2012 at 4:55pm UTC
Disch
(13742)
I'd go with something like SFML or SDL:
http://www.sfml-dev.org/
http://www.libsdl.org/
Jul 24, 2012 at 6:19pm UTC
evulaye
(3)
Thanks guys!!
Topic archived. No new replies allowed.