Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 3, 2019
1 parent 1da0d9d commit a9ca02a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,16 @@ source file can contain this command directive.
```

#### Example Programs

The best way to learn any language is through examples. Below is a collection of examples from applications that
have been written in Snap. The source code for these examples are available on Github and are free to download.

##### Mario

This is a clone of the Mario Game comes with the full source code in addition to the images and sounds. It has
been written twice, once with full static typing and once with dynamic typing. Below is a YouTube video of the
program being run and debugged with Snap Studio.

[![Debug Desktop Game](http://img.youtube.com/vi/6vo2y83unG0/0.jpg)](https://www.youtube.com/watch?v=6vo2y83unG0)

[Source Code - Statically Typed](https://github.com/snapscript/snap-develop/tree/master/snap-studio/work/demo/games/src/mario)
Expand All @@ -205,6 +213,8 @@ source file can contain this command directive.

##### Flappy Bird

This is a clone of the Flappy Bird program and is targeted for Android.

[![Debug Android Game](http://img.youtube.com/vi/w-baBQbZ5dI/0.jpg)](https://www.youtube.com/watch?v=w-baBQbZ5dI)

[Source Code](https://github.com/snapscript/snap-develop/tree/master/snap-studio/work/android/flappybird/src/flappybird)
Expand Down

0 comments on commit a9ca02a

Please sign in to comment.