ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
Because it isn't worth the dev creating another build of the game for the 0.000001% of users with such an outdated device.
Sell the tablet and use it as money off of a SteamDeck if you need portable Balatro
Of course someone with PC specs on their profile would say this lol.
There's 3 big announcements coming, one being a major update for 2025.
It's speculated the other 2 are a mobile port, and a physical card game.
Just speculation but as there's an unofficial mobile port already (and unrelated but is playable via Geforce Now on mobile), OP is likely to get their wish.
I haven't tried it myself, but here's a quick guide based on https://love2d.org/wiki/Game_Distribution that should work in theory:
- Open Balatro.exe in 7-zip or any other archive manager.
- Extract all the files into a folder.
- Recompress said files into a .zip file (absolutely important: make sure the files and folders you've extracted are at the root of the zip file, and not inside a folder in the zip, or else it won't work)
- Rename the file and change the extension from .zip to .love (e.g. Balatro.love)
- Install Love2D at https://love2d.org/
By this point, you can run the .love file with Love2D to run it, and it should just work. If you want to get an executable out of that (and replace Balatro.exe):- Open Love2D's directory (usually at C:\Program Files\LOVE or elsewhere)
- Copy all exe and dll files into Balatro's folder and overwrite any files.
- Open a command prompt or a powershell in the folder by shift-right clicking the folder
- Type the following command: cmd /c copy /b love.exe+Balatro.love Balatro.exe
Note that any updates to the game will break it, and verifying the game's cache will undo it.There's even a way to convert it to an Android APK as well on github
either way you don't "need" an APK, you can also just download Love2D on the play store, and then run the .love file as-is.
there could be issues if the game you're porting in is designed for keyboard/mouse input only (since y'know you're on a touchscreen), but in theory Balatro should work since that's just with the mouse.