Skip to content

Commit

Permalink
latest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
salvan13 committed Sep 5, 2024
1 parent 3462f81 commit 9189b61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ new Engine({
const h = this.getEntity(id).props.h / 2;
const y = Math.max(h * 2, pos.y - pos.h / 2) - h;
this.setEntityProps(id, {
x,
x: Math.max(Math.min(x, 90), 10),
y,
display: "none",
text: "",
Expand Down
13 changes: 13 additions & 0 deletions readme
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Kyabetsu

js13kGames 2024 entry

---

Kyabetsu is an adventure game inspired by graphical adventures like Monkey Island

### Controls

Click on the scene to move around.

Select an action on the bottom and click on objects in the scene to interact with them.
Binary file added screenshots/big.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 screenshots/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9189b61

Please sign in to comment.