RoguelikeDev Does The Complete Roguelike Tutorial - Week 1

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

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

  • Hopefully I will keep going for the whole 8 weeks! My repo is here: https://github.com/Jarlish/rogueliketutorial

  • gruid-rltuto

    Discontinued roguelike tutorial in Go using the framework gruid

  • If anyone is interested in doing the tutorial in Go, you may want to have a look at the gruid-rltuto repository: I'm making the tutorial in Go following the overall structure of the tcod tutorial.

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

    RoguelikeDev Does The Complete Roguelike Tutorial Starting June 29th 2021

  • So here's my repo. Wish me luck

  • rl2021

  • Here we gooooo! I've actually got a public repo up this time: https://github.com/lefishy/rl2021 name is... placeholder until I come up with an idea. I'll be following the rust rltk tutorial but I might try swapping specs for legion because it seems nicer to my smooth brain.

  • roguelike-tutorial-glsp

    A basic roguelike for the 2021/r/roguelikedev tutorial jam

  • Repository

  • bracket-lib

    The Roguelike Toolkit (RLTK), implemented for Rust.

  • I'm using Rust to build a host program, and the actual game logic written in GameLisp on top of the bracket-lib. I only have superficial knowledge of Rust, 0 lisp experience, and never embedded a language before, so that's a lot to learn and implement at the same time.

  • glsp

    The GameLisp scripting language

  • I'm using Rust to build a host program, and the actual game logic written in GameLisp on top of the bracket-lib. I only have superficial knowledge of Rust, 0 lisp experience, and never embedded a language before, so that's a lot to learn and implement at the same time.

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

    Discontinued Yet Another RogueLike (by niklasmennig)

  • I'm referencing the Rust Tutorial and here you can find my repo.

  • rdl2021-tutorial

    /r/roguelikedev Tutorial 2021

  • Fairhaven Adventures | Github

  • roguelike-online

    Post Apocalyptic 2D Turn Based Roguelike Game. Online game.

  • [Repo](https://github.com/jolav/roguelike-online) - [Play](https://roguelike.online/) Authoritative server - Go Dumb browser client - Javascript I will try to keep the project as simple as possible with minimal dependencies. This is a test for a future attempt to do some kind of multiplayer roguelike.

  • Roguelike-Tutorial-2021

    Roguelike tutorial written hard with GDscript (by tamamiyasita)

  • repo

  • rldev2021

  • My repo

  • rl2021

    r/roguelikedev 2021 tutorial in TypeScript with ape-ecs and rot.js (by anderoonies)

  • wasmrogue

    A roguelike written in WASM, of all things.

  • "Play" it - Read the source

  • RoguelikeTutorial2021

    2021 r/RoguelikeDev Tutorial

  • Repo

  • repo

  • KoboldRL

    A kobold roguelike based on the Libtcod Tutorial

  • My Repo

  • python-tcod

    A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.

  • For now I decided to go with libtcod's terminal16x16_gs_ro as my choice for font. The one in the tutorial isn't a full Code page 437 charcter set.

  • mengrl2021

    RoguelikeDev Does the Complete Roguelike Tutorial 2021 - menguanito

  • My repo: https://github.com/macaso/mengrl2021 My dev stack: Python3 + libtcod

  • rogueday

    Following along with r/roguelikedev Tutorial Tuesday 2021

  • The 2020 TCOD Tutorial for Python seems to be great. Parts one and two of my copy of the tutorial are here - https://github.com/nigeltc/rogueday - I'm using Python 3.8 on Linux Mint 19.2

  • RoguelikeDevTutorial

    My game made for the 2021 version of r/RoguelikeDev's RoguelikeDev Does The Complete Roguelike Tutorial

  • Repo

  • roguelike_2021

    Roguelike created whilst participating in as reddit roguelikedev tutorial

  • roguelike-tutorial

    Following http://rogueliketutorials.com/ ...but with Scala and Indigo.

  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

  • I'll be using C++, probably entt too.

  • roguelike-dev21

    Discontinued This repo is my implementation of the "Roguelike Tutorial" from r/roguelikedev

  • repo :D

  • HaxeRoguelike

    Discontinued A roguelike built in Haxe using HaxeFlixel.

  • Repo

  • roguelikedev_tutorial

    This repository is for keeping track of the roguelike I will make based of RoguelikeDev Does the Complete Roguelike Tutorial.

  • I have been interested in the roguelike genre for a few years but never decided to develop one my own. This year I'm more familiar with python so I will try to complete the base tutorial and maybe use pygame to change the graphics later. This is my github repo.

  • radiance

  • Here's the repo: https://github.com/rdmh/radiance

  • RLD-tut-2021

    Roguelike project created as aprt of the r/RoguelikeDev code-along event in 2021

  • Howdy! Gonna try and do this one in python3 with pyglet (I'm using this mostly as an opportunity to check what it has to offer), and tcod. Repo is here. Starting pretty slow as I don't have the patience to do more than a basic hello world -- @ is drawn, and it technically can be moved around, though not in a way most would expect.

  • cov-python

    Following along with RogueLikeDev Tutorial!

  • Repo can be found here: https://github.com/Larront/cov-python

  • RoguelikeRust

  • Repo

  • bowlrl

    A small roguelike

  • repo. I'm using Typescript, rot.js, and PixiJS.

  • RL2021

    Roguelike2021 (by squizm)

  • Repo

  • TheSadRogue.Integration

    An integration library between SadConsole and GoRogue

  • TheSadRogue integration library to quickly meld the two and save me the hassle of reinventing the wheel for basic things

  • rogueliketutorial2021

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

  • Third time's the charm - or at least I hope so. Have done a few tutorials each year during/after the attempt only to mostly forget everything I've learned during the year between. Going to try really hard to follow along this year, managed to get through part 0 and 1 without many issues. Am probably only going to use Python/Tcod per the tutorial. I'd like to make something with an urban fantasy/anime-inspired theme. Here's my repo: https://github.com/RivalRoman/rogueliketutorial2021

  • heck

  • repo - I'm using a few fonts I don't have permission to include in a public repo, so this unfortunately won't build as-is. I'll see if I can put some builds up as releases for people to check out.

  • PyRLTut2021

    Discontinued RoguelikeDev Does The Complete Roguelike Tutorial

  • Read through the first few parts of the tutorial and I signed myself up for quite a task! The patterns don't at all align with the way I understand HaxeFlixel (the library I know well enough to use) to work. I'll probably not follow the actual tutorial, just the broad steps in the titles of the parts in Haxe. I am comfortable in Python and did start a separate repo in Python following the tutorial with a devlog of thoughts.

  • SummerRoguelike2021

    Summer Roguelike project for /r/roguelikedev's 2021 tutorial event.

  • Finally, here's the repo for the project: https://github.com/ianmagenta/SummerRoguelike2021.

  • roguelike-tutorial

  • I've always wanted to learn Java, and I didn't see many people using Java here, so I thought I'd mix it up a bit. Here's the repo: https://github.com/yuxuwu/roguelike-tutorial It did take me about 2 days to get everything working tho, learning new stuff is definitely not easy.

  • rogueliketutorial2021

    Discontinued The basic python roguelike tutorial from /r/roguelikedev (by mothramber1101)

  • I'm following this tutorial using Python and tcod. Repo I have never used Python before but I'm not new to coding whatsoever so I am finding the syntax takes me a minute since I'm brand new to the language but it reminds me enough of JavaScript and Java that it's not overwhelming at all.

  • rl-tutorial-2021

    Discontinued Roguelike Tutorial-Along 2021

  • Repo

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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