balatro everyday
- 1 Devlogs
- 3 Total hours
An app that allows you to create a group with friends and play runs on the same Balatro seed to compete with each other. Resets daily, or some other increment of time that you can set.
An app that allows you to create a group with friends and play runs on the same Balatro seed to compete with each other. Resets daily, or some other increment of time that you can set.
I finished setting up the monorepo for the whole project. The plan is to use Vue for the web interface, Hono + SQLite w/ DrizzleORM for the backend, and later Lua for the in game interface (haven’t started this yet as I want to focus on finishing the basic feature set).
Next up is start setting up the schema for the database containing groups, users, and score submissions for each groups.