Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavorix/telegram-game
Telegram mini app game - TONs of Dungeons πΊοΈπ°
https://github.com/kavorix/telegram-game
game telegram-mini-app ton
Last synced: 29 days ago
JSON representation
Telegram mini app game - TONs of Dungeons πΊοΈπ°
- Host: GitHub
- URL: https://github.com/kavorix/telegram-game
- Owner: Kavorix
- Created: 2024-11-27T11:44:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:10:20.000Z (about 1 month ago)
- Last Synced: 2024-12-16T17:27:16.465Z (about 1 month ago)
- Topics: game, telegram-mini-app, ton
- Language: TypeScript
- Homepage: https://t.me/tonsofdungeons_bot
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TONs of Dungeons πΊοΈπ°
TONs of Dungeons game integrates both casual gaming and play-to-earn mechanics, appealing to players who enjoy light strategy and earning real-world or virtual assets (e.g., crypto or tokens in the TON ecosystem).
## Setup
Set env variables
```bash
VITE_CONVEX_URL=
```Go to [convex.com](https://www.convex.dev/) and create a new project. This will be you backend
```bash
npx convex dev
```## Setup ngrok for local development
1. Install ngrok globally and create an account on ngrok and get the authtoken
```bash
brew install ngrok/ngrok/ngrok
ngrok config add-authtoken
```2. Start ngrok
Set the domain to the domain created in the ngrok account
```bash
ngrok http --domain=[DOMAIN] https://localhost:5173/```
3. Go to Telegram Bot Father -> Bot Settings -> Edit menu button URL and set it to the ngrok URL