/js-stunned

Drew Conley's tutorial "Building an RPG with Javascript..." and here's what I managed to do: I split the chapters into separate commits, links are in the Readme.

Primary LanguageJavaScript

discord

Chapters of first part

I. 00:00:00 - Intro

II. 00:01:23 - Vite setup (optional)

  1. 00:02:42 - Drawing to a Canvas
  2. 00:15:50 - Sprite Class
  3. 00:35:49 - Game Loop
  4. 00:44:42 - Keyboard Inp
  5. 00:52:05 - Grid Movement
  6. 01:03:16 - Walls
  7. 01:07:50 - Animation Track
  8. 01:28:28 - Game Objects
  9. 01:45:39 - Event System
  10. 01:54:36 - Hero Camera
  11. 02:00:00 - Item Pickups
  12. 02:19:41 - HUD Inventory
  13. 02:30:00 - Ready method for Game Objects

Chapters of second part

  1. 00:01:24 - The Exit Object
  2. 00:06:51 - Changing Levels
  3. 00:26:22 - Starting Position
  4. 00:34:26 - NPCs
  5. 00:45:21 - Text Boxes with Fonts
  6. 00:55:50 - Text Boxes with Sprites
  7. 01:13:49 - Typewriter Effect
  8. 01:22:50 - Input Actions
  9. 01:35:07 - NPC Portraits
  10. 01:46:36 - Story Flags