Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from tajerdev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jozanza authored Dec 29, 2023
2 parents 74dcace + 1c6a198 commit c2201f4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 182 deletions.
Binary file added docs/_media/pancakegame.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 docs/_media/pongs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [Quick Start](/quick-start)
- [Tutorial](/tutorial)
- [examples](/examples)
- [Recipes](/recipes)

<br />
Expand Down
9 changes: 9 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[![Pancake Game](/_media/pancakegame.png)](https://github.com/jozanza/turbo-demos/tree/main/pancake-cat)

**Pancake Game:**
Catch falling pancakes in this delightful game. Explore the source code [here](https://github.com/jozanza/turbo-demos/tree/main/pancake-cat).

[![Pong Game](/_media/pongs.png)](https://github.com/jozanza/turbo-demos/tree/main/pong)

**Pong Game:**
Classic Pong game where two paddles bounce a ball back and forth. Check out the source code [here](https://github.com/jozanza/turbo-demos/tree/main/pong).
14 changes: 12 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,18 @@ text!("Let's gooo!", x = 32, y = 48, color = 0xff00ffff, font = Font::L);

Congratulations on starting your game development journey! 🎉

Ready to level up? To dive deeper, explore drawing shapes, animating sprites, handling gamepad input, game settings, state modeling, and Web3 APIs...
Ready to level up your skills?

#### [Check out the Tutorials Section &rarr;](/tutorials)
Dive deeper into exciting techniques like:

- Drawing shapes
- Animating sprites ‍♀️
- Handling gamepad input ️
- Implementing game settings ⚙️
- Modeling game states
- Unlocking Web3 integration
- Explore the possibilities through interactive demos:

#### [Check out the different game demos Section &rarr;](/examples)

<br />
179 changes: 0 additions & 179 deletions docs/tutorial.md

This file was deleted.

0 comments on commit c2201f4

Please sign in to comment.