README.md in author_engine-0.1.0 vs README.md in author_engine-0.3.0
- old
+ new
@@ -6,22 +6,26 @@
# Getting Started
## Install
`gem install author_engine`
## Run
-`author_engine`
+`author_engine [filename] [options]`
+- Run AuthorEngine editor with optional filename argument to open project.
+
+`author_engine export filename`
+- Export project to web using [Opal](https://opalrb.com).
### Options
`--native` Open AuthorEngine in fullscreen and maximized.
# Interface
## Play
-![play_view](#)
+![play_view](https://raw.githubusercontent.com/cyberarm/author_engineV2/master/screenshots/play.png)
## Sprite Editor
-![sprite_editor_view](#)
+![sprite_editor_view](https://raw.githubusercontent.com/cyberarm/author_engineV2/master/screenshots/sprite_editor.png)
## Level Editor
![level_editor_view](#)
## Code Editor
-![code_editor_view](#)
+![code_editor_view](https://raw.githubusercontent.com/cyberarm/author_engineV2/master/screenshots/code_editor.png)
ยน: Does not directly run any kind of assembly
## Development