Open curtisdelicata opened 5 months ago
Finally someone is building a pbbg game using laravel and livewire keep up the good work @curtisdelicata
Some cool things to help you for your journey and database structure: https://github.com/AdamKyle/flare/tree/master/app/Flare/Models
Thank you @nicotravassos
Database Schema for Persistent Browser-Based Game
Issue Description
Overview
We need to design and implement a comprehensive database schema for our persistent browser-based game. The game involves player management, in-game resources, quests, items, inventory management, and guilds. The schema should be scalable and efficient, supporting the game's functionality and ensuring data integrity.
Requirements
The database schema should include, but not be limited to, the following tables and their relationships:
Players
Player_Profiles
Guilds
Guild_Memberships
Items
Player_Items
Quests
Player_Quests
Resources
Additional Notes
Acceptance Criteria
References
Tasks
Assignees
Labels
Milestone
Please let me know if there are any additional requirements or changes needed.