Skip to content

Commit

Permalink
Added the Little Game example
Browse files Browse the repository at this point in the history
  • Loading branch information
npiegdon committed Jan 29, 2023
1 parent b7cf528 commit 8f9047a
Show file tree
Hide file tree
Showing 13 changed files with 892 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ An adaptation of Kevin Beason's [smallpt](http://www.kevinbeason.com/smallpt/) r
Demonstrates image loading while recreating [an effect](https://youtu.be/aQGgKvJPuZA) from the 1993 PC/DOS game "Jetpack Christmas Special!"

<img alt="Example A" src="images/exampleA.png" height="240">

---

### Example B - A Little Game
A remake of an old high school project of mine, demonstrating how to load images from resources embedded right in the application. A basic level editor is included, which is also fun to tinker with.

<img alt="Example B" src="images/exampleB.png" height="240">
Loading

0 comments on commit 8f9047a

Please sign in to comment.