Skip to content

Commit

Permalink
Starting to add readmes/gifs for Examples folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Implausiblyfun committed Jul 13, 2019
1 parent ad77ebd commit 7cb1833
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions examples/platfomer-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Platformers
Check out how to make a simple 2d platformer. This has been broken into parts leading up to putting it all together.

## start
Learn to set up an oak scene with a single potentially movable character.
## moving
Get your character to move left and right.
## falling
Implement basic collision and make the character fall if they are not on solid ground.
## jumping
Bind the ability to jump if we are on the ground.
## correct jumping
Update ground detection to only be able to jump on the ground not when falling through ground.
## complete
Put it all together!

![Put it all together!](./6-complete/example.gif)
Binary file added examples/pong/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions examples/radar-demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Radar Demo
Keep track of entities evern when they are off screen with a basic radar.

Create a movable character, a randomly moving entities and draw them on the radar in the top right portion of the screen.

![radar](./example.gif)
Binary file added examples/radar-demo/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/slide/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Example SlideShow
See how to make a slideshow using Oak!

![example slideshow](./example.gif)
Binary file added examples/slide/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/text-demo-2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Text Creation
Continually draw text on screen with a random color

![text](./example.gif)
Binary file added examples/text-demo-2/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions examples/top-down-shooter-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Simple Top Down Shooter

## Start

## Shooting

## Enemies

## Sprites

## Viewport

## Performance

0 comments on commit 7cb1833

Please sign in to comment.