Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 822 Bytes

File metadata and controls

17 lines (14 loc) · 822 Bytes

RPG

Overview

A 2D RPG written in C++ from scratch (in development).

Screenshots

Screenshot 2026-02-16 at 7 21 48 PM Screenshot 2026-02-16 at 7 22 45 PM

TODO

  • Discord integration
    • Show current location in Discord status
    • Support sending messages from the game to Discord (for multiplyer chat)
  • Explore C++20 modules.
  • Add GTest unit tests.
  • Add more asserts!
  • Add better debug drawing on top of Sprites, e.g. highlight (by drawing a circle) location on entity used to check for collisions.