Commit Graph

6 Commits

Author SHA1 Message Date
PersonGuyGit
f2edd31ebf Added to do items into Insert Character.gd 2024-03-24 12:49:50 -06:00
PersonGuyGit
30ef1cac67 Created a way for the player data from AddCharacter.gd to be stored in the PlayerCharacterTemplate object and the Player Character Singleton. 2024-03-24 12:19:05 -06:00
MacDugRPG
de608e7c33 Updates MVP Game Code for XML (cont'd)
Updates working XML and continues update on file parser; currently working on building the dict we can use to run our game (as JSON version currently runs game).
2024-03-17 15:27:33 -04:00
PersonGuyGit
8d3f317f01 Added subfolder for Charcter code for the MVP 2024-03-17 13:03:57 -06:00
MacDugRPG
0482b38e4d Updates MVP Game Code for XML
Adds working XML file and initial parser; currently navigating nodes and printing. Will need to transfer this to dict to use JSON code for module loading.
2024-02-18 15:13:47 -05:00
MacDugRPG
2b9e6b1120 MVP Game Code (Initial)
Adds initial MVP game code from the merged demo web version. See project README for more.

Intro notes:
	This project updates the RPGR BCI merged demo game from August 6, 2023 for
	the Modgodtoolset and associated updates. Draws game from XML, and adds
	numerous missing features.

	The roadmap for this file can be found in the project Github:
		Phase2/Documentation
2024-02-04 14:57:34 -05:00