RoguelikeDev Does The Complete Roguelike Tutorial - Week 5

This page summarizes the projects mentioned and recommended in the original post on /r/roguelikedev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rt

  • Sorry, I think you checked out the wrong version of the code. The branch I was talking about is this one, if you used git you can do `git checkout in-window-debugging`, otherwise you can download that version.

  • Roli

    A simple roguelike with a synthwave flavour (by pnjeffries)

  • Nowadays, I've learned my lesson and mostly avoid this (having realised that provided I structure it cleanly,'hard coded' game data is actually fine - a .cs file is just a text data file, after all), only going the 'implement a whole new markup system' route when it actually provides some benefit. Mostly.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • shanes_time_tunnel

    r/RoguelikeDev Does the Complete Roguelike Tutorial. This is my follow along

  • Repo <--

  • cov-python

    Following along with RogueLikeDev Tutorial!

  • Crown of Vorona Repo

  • libtcod

    A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

  • Also, I misread some of the functions: looking here, especially this comment, it looks like it is already possible to do what we're trying to do. The solution is to put the debug-ui's rendering between SDL_RenderCopy and SDL_RenderPresent (I think, I didn't test it).

  • roguelike-tutorial-2021

    Basic roguelike game following /r/roguelikedev annual roguelike tutorial. It's written in Rust with Bevy game engine (by MichalGniadek)

  • Repo | Web version

  • Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  • I tried looking into vcpkg. Install instructions on Windows require Visual Studio in the prerequisite, so I guess I should go with the Linux instructions. Then I found this page: https://github.com/microsoft/vcpkg/blob/master/docs/users/mingw.md

  • 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.

    InfluxDB logo
  • rogueliketutorial2021

    Following along with the /r/roguelikedev complete roguelike tutorial 2021 (by RivalRoman)

  • Repo

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • This doesn't compile, though. It still gives a load of errors of undefined stuff complaining about ImGui. Despite everything being there. Out of sheer luck I found a recent issue: https://github.com/ocornut/imgui/issues/4301

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts