Skip to content

ag-do/rlreddit-roguelike-tutorial

 
 

Repository files navigation

rlreddit roguelike tutorial project by KN

Godot 4 local multiplayer in a roguelike.

Day 1 / Week 1

Man locked in a room with a bear outside. Same picture but now with status bars on the bottom. Week 1 Summary: I'm still tinkering away at 2021's r/rldev's entry 'DUBD', but wanted a refresher so I'm back! Now I'm utilizing what's possible with Godot 4 and what I learned from Copyfrog and the Electric City and making a local multiplayer RL with the inspiration of Selina Dev. The game is still turn based, but upon moving the world comes alive (or will), each player will have 5 stamina pips per round to use: allowing them to move fast in spurts and then slowly at the pace of the slowest or most burdened player. Not sure how fun this will be in practice, will need to get some players.

Currently implemented:

  1. Movement
  2. Stamina
  3. UI Basics

Working on:

  1. Multiplayer with multiple keyboard and controller players.
  2. Exiting the starter room
  3. Dungeon Generation

Week 2

Three screens of people in caves. Week 2 Summary: Alright I'm caught up for this week~ The initial part of getting multiplayer running was hair raising in how few times I could test while coding, but after a few Vector2i schenanigans, it works! (All Vector2i were killed for this release.) Supports 2 keyboard players and a controller for now, my other cable is unstable so I either need another or just hold it better or get a bluetooth dongle, we'll see!

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 100.0%