Skip to content

Commit

Permalink
Merge pull request #2 from flo-bit/main
Browse files Browse the repository at this point in the history
add silly jumper
  • Loading branch information
flo-bit committed Nov 4, 2023
2 parents 7ec0877 + 52be6d4 commit 45d5684
Show file tree
Hide file tree
Showing 48 changed files with 771 additions and 0 deletions.
Binary file added src/lib/images/silly-jumper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
import dithering from '$lib/images/dithering.png?w=1000&format=webp';
import circlepacking from '$lib/images/circlepacking.png?w=1000&format=webp';
import sillyjumper from '$lib/images/silly-jumper.png?w=1000&format=webp';
const content: {
title: string;
description: string;
Expand Down Expand Up @@ -318,6 +320,13 @@
image: circlepacking,
tags: ['p5', 'art'],
url: '/circlepacking/'
},
{
title: 'Silly Jumper',
description: 'A silly jumper game. Includes local multiplayer. Pretty hard.',
image: sillyjumper,
tags: ['p5', 'game'],
url: '/silly-jumper/'
}
];
</script>
Expand Down
Binary file added static/silly-jumper/imgs/controls.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 static/silly-jumper/imgs/credits.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 static/silly-jumper/imgs/earth_1.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 static/silly-jumper/imgs/earth_2.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 static/silly-jumper/imgs/earth_3.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 static/silly-jumper/imgs/earth_4.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 static/silly-jumper/imgs/high_1.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 static/silly-jumper/imgs/high_10.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 static/silly-jumper/imgs/high_11.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 static/silly-jumper/imgs/high_12.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 static/silly-jumper/imgs/high_13.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 static/silly-jumper/imgs/high_2.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 static/silly-jumper/imgs/high_3.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 static/silly-jumper/imgs/high_4.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 static/silly-jumper/imgs/high_5.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 static/silly-jumper/imgs/high_6.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 static/silly-jumper/imgs/high_7.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 static/silly-jumper/imgs/high_8.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 static/silly-jumper/imgs/high_9.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 static/silly-jumper/imgs/planet_1.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 static/silly-jumper/imgs/planet_2.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 static/silly-jumper/imgs/planet_3.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 static/silly-jumper/imgs/planet_4.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 static/silly-jumper/imgs/planet_5.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 static/silly-jumper/imgs/planet_6.png
Binary file added static/silly-jumper/imgs/planet_7.png
Binary file added static/silly-jumper/imgs/rocket_1.png
Binary file added static/silly-jumper/imgs/rocket_2.png
Binary file added static/silly-jumper/imgs/rocket_3.png
Binary file added static/silly-jumper/imgs/rocket_4.png
Binary file added static/silly-jumper/imgs/title_1.png
Binary file added static/silly-jumper/imgs/title_2.png
Binary file added static/silly-jumper/imgs/title_3.png
Binary file added static/silly-jumper/imgs/title_4.png
Binary file added static/silly-jumper/imgs/title_5.png
Binary file added static/silly-jumper/imgs/title_6.png
Binary file added static/silly-jumper/imgs/title_7.png
Binary file added static/silly-jumper/imgs/title_8.png
Binary file added static/silly-jumper/imgs/ufo_1.png
Binary file added static/silly-jumper/imgs/ufo_2.png
Binary file added static/silly-jumper/imgs/ufo_3.png
Binary file added static/silly-jumper/imgs/ufo_4.png
Binary file added static/silly-jumper/imgs/ufo_5.png
13 changes: 13 additions & 0 deletions static/silly-jumper/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<meta charset="UTF-8">

<link href="https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap" rel="stylesheet"/>

<script src="https://cdn.jsdelivr.net/npm/p5@1.0.0/lib/p5.js"></script>
<script language="javascript" type="text/javascript" src="sketch.js"></script>
</head>

<body scroll="no" style="overflow: hidden; background-color: black;">
</body>
</html>
Loading

0 comments on commit 45d5684

Please sign in to comment.