RoguelikeDev Does The Complete Roguelike Tutorial - Week 7

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

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-Tutorial

  • Code | Play

  • game-experiments

  • Exploring TypeScript (and eventually WGLT) this week in a new repo. I've also realized that some of the issues I had with having so many different modules for all my different classes (and then needing to import all of those in my index.html) could be solved with webpack, so I'm learning that as well. I don't find TypeScript to be that tough to learn, but figuring out how the parts of webpack interact and all of the options has been tricky. I find that a lot of tutorials assume the reader understands the context of webpack, and so they tend to be focused on getting a simple example up without going into much of the why. Or they rely on a bunch of additional packages, again without really explaining why they were chosen or why they are necessary. Luckily, webpack's documentation has been really nice, especially the getting started and concepts pages.

  • 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 logo
  • wglt-roguelike-tutorial

  • WGLT + TypeScript | Repo | Part 12 | Part 13 | Playable

  • vite

    Next generation frontend tooling. It's fast!

  • If you're open to different tools, I strongly recommend Vite for anything new. It includes TypeScript, embedding in HTML, minification, and a bunch of other goodies built into the single tool. And it's much faster.

  • string_id

    A small C++ library to handle hashed strings serving as identifiers.

  • String ID's involve hashing the string to the size of an int and using a database to prevent collisions and reverse the process. See this library as an example. Currently it's easier to just use plain strings for this since I don't have time to fixup this library and migrating to this later will be simple to do.

  • r-RoguelikeDev-Tutorial-2022

    C# implementation of the r/roguelikedev tutorial

  • Hex Caverns | C# + Unity | GitHub | Playable

  • roguelike

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

    RoguelikeDev Does The Complete Roguelike Tutorial 2022

  • Part 12 - Increasing Difficulty: github tag

  • RoguelikeTutorial2022

    A vanilla Javascript implementation of the /r/roguelikedev Tutorial2022 using rot.js

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

  • Transform plugin works but fails type check

    2 projects | /r/vuejs | 3 Jun 2023
  • Authentication system using Golang and Sveltekit - Frontend user registration and activation

    1 project | dev.to | 4 Jun 2023
  • Help with React-Select

    3 projects | /r/reactjs | 3 Jun 2023
  • Installing React with Vite

    1 project | dev.to | 29 May 2023
  • __webpack_public_path__ equivalent with vite.js

    1 project | /r/react | 29 May 2023