Skip to content

Commit

Permalink
page with links to all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KilledByAPixel committed Nov 19, 2024
1 parent 94242f3 commit 539865a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<head>
<title>LittleJS Examples</title>
<link rel=icon type=image/png href=../favicon.png>
<body>
<h1>All LittleJS Engine Examples</h1>
<p>
<img src=screenshot.jpg width=500>
</p>
<h2>Main Demos</h2>
<p>
<a href="starter">Starter</a> - Clean example with only a few things to get you started<br>
<a href="stress">Stress</a> - Max sprite/object test and music system demo<br>
<a href="platformer">Platformer</a> - Platformer/shooter with level data from Tiled Editor<br>
<a href="breakout">Breakout</a> - Block breaking game with post-processing effects<br>
<a href="breakoutTutorial">Breakout Tutorial</a> - Tutorial Breakout example<br>
<a href="puzzle">Puzzle</a> - Match 3 puzzle game with HD rendering and high score tracking<br>
<a href="particles">Particle Designer</a> - Particle system editor and visualizer<br>
<a href="js13k">JS13K Starter</a> - Special small size demo for JS13K Games<br>
<a href="empty">Empty</a> - A blank hello world project for LittleJS<br>
</p>
<h2>Plugin Demos</h2>
<p>
<a href="box2d">Box2D</a> - Box2D plugin demonstration and testbed<br>
<a href="uiSystem">UI System</a> - A simple hierarchical UI system using LittleJS rendering<br>
<a href="htmlMenu">HTML UI Menu</a> - Example using html to create an overlay menu<br>
</p>
<h2>Environment Demos</h2>
<p>
<a href="module">LittleJS using modules</a> - Loads LittleJS as a module<br>
<a href="typescript">LittleJS using TypeScript</a> - Uses LittleJS type definitions<br>
<a href="electron">LittleJS building with Electron</a> - Builds to an executable<br>
</p>
</body>

0 comments on commit 539865a

Please sign in to comment.