Difference between revisions of "HOWTO-Engine Inclusion"

Jump to navigation Jump to search
m (minor language changes)
(→‎Preparing your engine: -- we allow RPGs)
Line 11: Line 11:
We cover the really basic requirements here first:
We cover the really basic requirements here first:


* Your engine must target an 2D point&click adventure game.
* Your engine must target an adventure game or an RPG
* All your code must follow our Code Formatting Conventions. It does not have to be perfect, but it needs to follow the overall style. We will happily point out issues and help you with the remaining issues.
* All your code must follow our Code Formatting Conventions. It does not have to be perfect, but it needs to follow the overall style. We will happily point out issues and help you with the remaining issues.
* Your code should reflect the fact that you know our Coding Conventions and have tried to implement them in your code. If you have questions about specifics, you are free to ask us.
* Your code should reflect the fact that you know our Coding Conventions and have tried to implement them in your code. If you have questions about specifics, you are free to ask us.