Skip to content

Commit

Permalink
Merge pull request #4 from JP-Carr/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
why-keith authored Oct 17, 2020
2 parents 0ef1390 + e034f6c commit 93adb14
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# DnD_day_tracker
# D&D Time Manager
D&D Time Manager is a simple application created for Microsoft Windows to allow Dungeon Masters to keep track of in-game events and the times at which they occured. It also automates the rolling of local weather conditions as outlined in ch. 5 of the the Dungeon Master's Guide (with a few small tweaks).

## Installation
At present D&DTM is only available as a standalone .zip archive for Microsoft Windows. Download the [Latest Release](https://github.com/JP-Carr/DnD_Time_Manager/releases/latest), simply unzip the archive in your chosen directory and you're good to go.

## Usage
To start the program, run "DnD_Time_Manager.exe". This will present you with the app's GUI:
![GUI_v0.3.0](https://github.com/JP-Carr/DnD_Time_Manager/blob/media/Images/GUI/GUI_0.3.0.JPG)
#### Layout
* Row 1 - In-game time: Time(hh:mm), Day, Tenday, Month, Year
* Row 2 - Temperature and precipitation level
* Row 3 - Wind Speed and direction
* Row 4 - Hour change input, Day change input, Submit time change (change can be any positive or negative integer)
* Row 5 - Log input box, Enter log, open log.txt
-----------------------------------
Entering values in the time input boxes and clicking "Submit" will update the in-game time. Weather conditions are automatically rolled on a day change.
The "Log" function allows for notes to be recorded from the GUI, the log is stored alongside the in-game time and date for easy reference.

## Disclaimer
This is an unofficial piece of software and is in no way endorsed or sponsored by [Wizards of the Coast](https://company.wizards.com/)

0 comments on commit 93adb14

Please sign in to comment.