Welcome to the "Adventure of Purple PIllow".

A simple 2D Top Down RPG I've been working on following some online courses. I started adding more features and just using this as a prototype for now to explore game development.

Features:

  • So far we have a basic RPG setup using Unity and URP. 
  • Some Tile Map setup.
  • Basic Combat and Dash System.
  • Basic Enemies. 
  • Basic Saving and Load System:
    • Storing user data, like coins collected, location, scene, dialogue choices, and quest progress.
    • Still, a work in progress for HTML5 builds, since the 'main' save happens on application quit, which does not get triggered in browser builds.
    • However, this is an autosave feature and some progress gets saved between transaction scenes. 
  • A Dialogue system (some of which is still in a 'sandbox' scene):
    • Dialogue using Ink
    • Replies
    • Saved choices and Triggers
    • Sound System 
    • Portrait System
  • A quest system (still in the early stages):
    • Quests
    • Pre-Requirments
    • Order of quest with multiple steps.