Skip to content
📱

Games apps for Android

528 apps

Games apps on Android are distributed the same way everything else is: through the Play Store, through developers' own release pages, and through a long tail of mirrors that may or may not be handing you what they claim. This page collects the games apps we have been able to trace back to a named publisher, with the official store link first wherever one exists.

The useful question before installing any games app is not whether the app is popular, it is whether the copy in front of you is the one the developer built. Start from the official listing if there is one. If you are installing an APK instead, check that the SHA-256 hash matches what the publisher published, and check the signing certificate fingerprint against earlier releases of the same app. Then read the permission list and ask whether each entry has an obvious reason to exist given what the app actually does.

Everything below has been traced to a publisher we can name. Where the app is on an official storefront, that link sits at the top of the listing and we do not try to outrank it — the store copy has the shortest chain of custody available. Where we host or mirror a build instead, the listing carries its SHA-256 hash, the signing certificate fingerprint, the version code, and the full permission list, so the file can be checked before it is installed rather than trusted after.

Box Stacker

Andy Balaam

v1.5.9-04.4 MBAndroid 7.0+

gobandroid ai gnugo

ligi

v2.1.24.8 MBAndroid API 15+

2050

F-Droid

v1.0.104.8 MBAndroid API 19+

Pekka Kana 2

F-Droid

v1.4.514.1 MBAndroid API 16+

Dealing Sheet

Matthew Vernon

v1.0.416.3 MBAndroid API 16+

Lato

Andreas Redmer

v1.1.69.2 MBAndroid API 14+

JustChess

F-Droid

v2.53.1 MBAndroid API 15+

Simple Chess Clock

F-Droid

v2.12.00.1 MBAndroid 5.0+

Kumquats

Dozing Cat Software

v1.1.119.7 MBAndroid API 16+

DékaDico

Vivek Thazhathattil

v1.8.14.5 MBAndroid API 16+

SUD💜KU

TheSunCat

v2.0.018.6 MBAndroid 5.0+

Open Chaos Chess

CorruptedArk

v1.9.91.1 MBAndroid API 16+
🎮

Open Golf

F-Droid

v1.073.2 MBAndroid API 18+

Trollslate

Scott Hamilton

vBotticelli1.6 MBAndroid 5.0+

Gao&Blaze

La Boussole

v5.0.2-gao-full166.3 MBAndroid 8.0+

Juvavum

Martin Schneider

v1.3.530.4 MBAndroid 7.0+

brainjogging

Fabian Kropfhamer

v0.1.016.7 MBAndroid API 16+

Dodge

Dozing Cat Software

v1.5.10.1 MBAndroid API 4+

Sokoban(g)

obfusk

v0.2.58.3 MBAndroid 6.0+

Geoperion

F-Droid

v1.0.06.6 MBAndroid 5.0+

Adnihilation

TrianguloY

v1.00.1 MBAndroid API 14+

krassesSpiel

F-Droid

v1.1.43 MBAndroid API 16+

Hot Death

Jason Priebe

v1.0.117.6 MBAndroid API 17+
🎮

Blackjack

Paul Raffer

v0.29.13.3 MBAndroid API 16+

Page 8 of 15

Before you install games apps

Is it safe to install games apps from an APK file?

The common failure is a repackaged build: a real games app, rebuilt by someone else with an addition you did not agree to, published under the same name and icon. It cannot be spotted by looking at it, because it is the real app plus something. It can be spotted by the signing certificate, because the attacker does not have the publisher's private key.

Which permissions should a games app actually need?

There is no single correct list for games apps — it depends on what the app does. The test that travels well is whether you can explain each permission from the feature list alone. If an app requests contacts, SMS, call logs, or accessibility services and you cannot point to the feature that needs them, that gap is the finding. Permissions that arrive in an update, for features you never asked for, deserve the same scrutiny.

How do I check a games APK is genuine before I install it?

Two checks, both on the listing page. Hash the file you downloaded with SHA-256 and compare it to the hash we published — if one byte differs, the whole hash differs. Then compare the signing certificate fingerprint to the publisher's earlier releases. Android enforces that match itself: it will refuse an update signed with a different key than the version already installed, which is why a matching fingerprint is meaningful evidence and a matching version number is not.

Other categories