makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

Starting Screen #72

Closed t-scholtz closed 1 year ago

t-scholtz commented 2 years ago

Proposed changes

Added a Starting screen which lists all dl stories on local machines and allows player to choose which story to play.

Types of changes

Checklist

Further comments

Also changes to setup.py so its prints the name of the DL chosen, as the title of project is printed in the starting screen. Move all .dl files to Game library. Added GameAssets folder to store new banner text

t-scholtz commented 2 years ago

I made the requested changes, do I need to make a new pull request, or can you see the changes I made? Sorry, I kinda new to using git. Also I wasn't sure if I should add this to the read.me, but the game can be run from game_2.py, or from game_loader.py with --path allowing a user to enter a path file for a .dl , and --help working, although being very barren at the moment.

emilkovacev commented 2 years ago

Awesome, thank you! I can see the changes here, no worries about making a new PR. I'll get to these tomorrow, and get you a review asap! The changes look awesome btw :)

emilkovacev commented 1 year ago

Hey there, sorry for the late reply! I looked at your PR, and it is much improved! I have a few suggestions and additions to make just to clean up before we merge, especially since this is such a large PR.