roguelike-tutorials-website VS python-tcod-ec

Compare roguelike-tutorials-website vs python-tcod-ec and see what are their differences.

python-tcod-ec

Entity/Component containers for implementing composition over inheritance. Works well with type hinting. (by HexDecimal)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
roguelike-tutorials-website python-tcod-ec
3 3
46 1
- -
0.0 5.8
about 1 year ago about 1 month ago
JavaScript Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

roguelike-tutorials-website

Posts with mentions or reviews of roguelike-tutorials-website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • TCOD Tutorial
    1 project | /r/roguelikedev | 15 Mar 2023
    There has been discussion on changes to be made. I'd be interested in hearing about your changes. I'm already aware there are serious issues with the previous Python tutorials.
  • Sharing Saturday #452
    6 projects | /r/roguelikedev | 3 Feb 2023
    I have a detailed response to the GitHub issue made about the post.
  • Roguelike Tutorial – Written in Python 3 and TCOD
    3 projects | news.ycombinator.com | 6 Jan 2022
    I did a bit of a double take seeing this on HN. Seeing something I helped to create on here is... a strange feeling, to say the least.

    While I'm not completely satisfied with the way this tutorial stands right now, I certainly hope that it has given a few people some ideas and motivation for their own roguelike projects.

    Feel free to shoot any issues with the site or tutorial text over to the Github page: https://github.com/TStand90/roguelike-tutorials-website (fair warning: I'm pretty bad at responding to issues, and I sincerely apologize for that)

python-tcod-ec

Posts with mentions or reviews of python-tcod-ec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • Sharing Saturday #452
    6 projects | /r/roguelikedev | 3 Feb 2023
    I've also added a new class called Composite to tcod-ec which allows for multiple components per class and looking up components by a base class. While this is more flexible than ComponentDict I feel that the extra complexity detracts from its usefulness greatly and the new container quickly leads into anti-patterns in my attempts to use it. I struggle to make examples for Composite which couldn't be better expressed in other ways. So far it feels like the restrictions of ComponentDict are a feature rather than a flaw.
  • does an ECS system need unique identifier ( uuid ) ?
    3 projects | /r/roguelikedev | 3 Feb 2023
    For my own project I've been skipping the entity repository and systems and implementing only entity/component frameworks for practice and since I might not need systems most of the time (although there are big downsides for entities and components not being in a repository). My own project can be found here.
  • Dates are set for the 7DRL Challenge 2023!
    1 project | /r/roguelikedev | 5 Jan 2023
    I don't have ECS yet, I've tried the current Python libraries but didn't like their typing support, so right now I'm experimenting with basic EC frameworks. I have a decent example right now, and it should be clear how this is better than the Python tutorials implementation.

What are some alternatives?

When comparing roguelike-tutorials-website and python-tcod-ec you can also consider the following projects:

RoguelikeDevResources - A curated list of roguelike development resources

megastructures-prototypes - Prototypes for the MEGASTRCUTURE roguelike game project

VeraDungeon-Rogue - My roguelike game in Python