Skip to content

Zefk/Solarus-ARPG-Game-Development-Book_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

583 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solarus-ARPG-Game-Development-Book

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

Book Export Process:

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:

  1. The .md file extensions are renamed to .txt using a bulk rename software. (EX: Thunar Bulk Rename)

  2. The 'cat' command is used in the Linux terminal to combine the .txt files.

cd 'directory'

cat *.txt > Solarus-ARPG-Game-Development-Book_2.md

  1. The .md file 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.

Packages

 
 
 

Contributors