https://github.com/kucingkode/laundry-in-debt
A decentralized game created for js13kgames 2024 submission.
https://github.com/kucingkode/laundry-in-debt
decentralized-game js13kgames js13kgames2024
Last synced: 24 days ago
JSON representation
A decentralized game created for js13kgames 2024 submission.
- Host: GitHub
- URL: https://github.com/kucingkode/laundry-in-debt
- Owner: KucingKode
- License: mit
- Created: 2024-09-02T13:15:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:20:58.000Z (7 months ago)
- Last Synced: 2025-03-12T10:51:18.505Z (about 1 month ago)
- Topics: decentralized-game, js13kgames, js13kgames2024
- Language: JavaScript
- Homepage: https://dev.js13kgames.com/2024/games/laundry-in-debt
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laundry In Debt
## **Story**
You are a laundromat owner in a place where every **13:00**, an absurd amount of bills will be given to your laundromat account. Installing more machines in your laundromat will increase your income and daily bills. You also will be accompanied by a mysterious and calculative Wallow who will gladly trade some of his washing machines with you.
## **Rules**
1. When the clock reaches **13:00**, some coins will be deducted from your laundromat account based on the amount of machines you have installed.
2. When someone sells a machine to Wallow, he will pay less amount of coin for the next player that sells that same machine to him.
3. When someone buys a machine from Wallow, he will pay more coins for the next player who sells that same machine to him.## **How To Play**
1. Double-click the tile to install or uninstall machines at your Laundromat.
2. Click the store icon to go to Wallow's Store to trade machines with our mysterious and calculative NPC Wallow.
3. Click the return button when you get lost.
4. Click the "+" icon to deposit.
5. Click the "-" icon to withdraw.## **Mobile device**
Yes! You can play this game on your mobile browsers. Landscape screen orientation is recommended though portrait is not a problem.## **Decentralized**
**OP Guild**
This game has Wallow, an NPC that will gladly trade his washing machines with you. Wallow's logic is written in a smart contract so you can read its logic and state, ensuring fair game for every player.**Avalanche**
Avalanche is implemented at the core of this game. Wallow and billing rules are written in the Avalanche smart contract to ensure fair play for every player. We also implement ERC20 for in-game tokens and ERC1155.**Thirdweb**
We use Thirdweb SDK to interact with our smart contracts.[**Arcadia Challenge**](https://arcadia.fun/games/2fb6d245-d5c1-4269-a9c7-4ae6d628a9a6/?referralCode=2DNQ6B2B)
Yes, we are doing all of the categories