Skip to content

Commit

Permalink
Add Screenshots to the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jul 6, 2022
1 parent 8443e50 commit 7d57820
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
Turtle is an Android Application inspired from the original Turtle Graphics and Logo, Logo is an educational programming language designed in 1967 by Computer scientists Wally Feurzeig, Seymour Papert, and Cynthia Solomon and it known for its use of turtle graphics,
this project has a simple tree walking interpreted language called Lilo (Inspired from Logo too :D), with declarations statements, control flow, collections, and instructions for control the turtle in 2D Space which is our case a custom Android Canvas View and also control colors

## Screenshots

<p align="center">
<img src="media/screenshots/screenshot_editor.png" width="30%" height="500">
<img src="media/screenshots/screenshot_preview.png" width="30%" height="500">
<img src="media/screenshots/screenshot_docs.png" width="30%" height="500">
</p>

## Features
- Free And open source with no ads.
- Full Text Editor that support auto complete, snippets, highlighter for Lilo.
Expand Down
Binary file added media/screenshots/screenshot_docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/screenshots/screenshot_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/screenshots/screenshot_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d57820

Please sign in to comment.