Great engine but could use some improvement.
I thought that it has paper-like 3d tiling, or in other words 3d imaging with a 2d screen and multiple layers.
But I want to tell you something, RabbitHare.
- Your readme file is broken.
You didn't include line breaks anywhere in your readme file. Therefore it opens all in one line as opposed to having multiple paragraphs.
- Also, in your downloadable .zip file, you included Windows system files that you made in Linux.
Specifically, .obj files are windows system files.
btw, Here's an example of what your readme would look like with line breaks.
Code:
Scroller
========
The start of a sidescroller game engine.
Directions:
To compile the game: scons
To compile the editor & game: scons --editor=1
To run game: ./scroller \[path to .lvl file\]
To change game controls and display: config.xml
EDIT: sorry, actually you did include line breaks.
The line breaks were just not picked up by Notepad in Windows.
Last edited by KRSplatinum; Feb 10, 2014 at 05:48 AM.
|