This is a book to help with some Solarus basics. I will add to it when I can.
Coming Next:
Everything with a '*' next to it is being worked on.`
-
Alpha 0.9+ releases and get the opinion of the Solarus community.
-
Release Beta 1.0
About:
This book is being worked on in seperate markdown (.md) files on Linux using Haroopad v0.13.1.
I will only provide HTML and PDF for this book. Others are welcome to make epubs, mobi, azw, lit, etc.
Putting the .md files together:
-
The
.mdfile extensions are renamed to.txtusing a bulk rename software. (EX: Thunar Bulk Rename) -
The 'cat' command is used in the Linux terminal to combine the
.txtfiles.
cd 'directory'
cat *.txt > Solarus-ARPG-Game-Development-Book_2.md
- The
.mdfile is exported as an HTML file and printed with Chrome. The table of contents, images, code syntax, style/theme, and everything still works in the pdf exported from Chrome.