📦
Scan Please
Pickup point simulator. Scan a QR code to see the order.
How it works
1
Launch game → get a token via POST /api/users
2
Create a game session via POST /api/games
3
An NPC arrives → game creates an order → shows a QR code
4
Scan QR with your real phone → see the item list
API
POST /api/users create player
POST /api/games create game
POST /api/orders create order
GET /orders/{id} order page
EN RU