- Grab either the latest release or build the repo.
- Where the executable is make a file called
Save.txt
this is the file that saves the books within. - In that sane folder there should be a folder called
Books
if it is not present than make one and place books from the Book Release into the folder [Unzip the zips]. - Run the Executable than it should run as intended.
- Run the Executable.
- Enter the title of the book you want to read as listed in the console.
- Read away, Note:
<
means go to the prior pageX
means close the page and>
means go to the next page in the book.
- Open The
Books
Folder. - Make a new folder with any name you want, Just cannot be the same as one already in the folder.
- Starting at
0.txt
make new text files for each page in the the book the maximum amount of lines per page is35
with a max line length of86
. If your story has chapters addChapter: [REPLACEMEWITHYOURNAME]
on the first line of each page in that chapter meaning you'll have34
lines instead.
- Add a way to make text Italic/Bold/Strikethrough.
- Add a system where you can download books from online.
- Add a way for the program to default to open a certain book if its the only option present in the
Books
folder. - Maybe rehaul the UI with animations somehow(?).