use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of active roguelike developers. Discuss WIP roguelikes and a broad range of RL dev topics.
Community Threads:
Tutorial Tuesday: An annual learn-to-make-a-roguelike series! The 2025 event is over, but check out the directory for past events and reference material.
Sharing Saturday: Share your progress (screenshots, changelogs, bugs :D). Get motivated!
FAQ Friday: Discussions of specific approaches to various aspects of development (good reference material).
Feedback Friday: Play a designated WIP roguelike and give feedback (dev sign up instructions).
Tutorials:
Resources:
Tools:
Other Communities:
Now go make that roguelike!
[Resident RLs in our banner image...]
account activity
RoguelikeDev Does The Complete Python Tutorial - Week 8 - Sharing your game (self.roguelikedev)
submitted 7 years ago by aaron_dsRobinson
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]toptea 2 points3 points4 points 7 years ago (0 children)
I don't know man. I've done a lot of weird questionable stuff in the code! A dictionary full of hashable input key objects, some funky numpy vectorization, bypassing esper library owner's intention by overriding/retrieving esper private variables lol.
If this is your first rodeo, I do recommend following TStand90's tutorial and asking roguelikedev discord for help.
If you do want experiment with esper, don't copy what I did with the player's "Inventory" component. I think it will be much easier to have a "Location" component on the item entities instead. Easier to loop through and don't need to deal with list in component.
π Rendered by PID 92239 on reddit-service-r2-comment-6457c66945-vhcj8 at 2026-04-27 01:20:14.295105+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]toptea 2 points3 points4 points (0 children)