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.

Game Counter

multun

v2.6.02 MBAndroid 7.0+

Play Maker

Mystic Jungle

v1.15.242.7 MBAndroid 7.0+

Latin Defense

bommbomm34

v1.3.141.2 MBAndroid 7.0+

DropCount

F-Droid

v1.05 MBAndroid 7.0+

Crossword

Bill Farmer

v1.260.5 MBAndroid 5.0+

Jigsaw

Josef Ott

v1.3.017.7 MBAndroid 5.0+

The One App

Loikki

v5.1.424.1 MBAndroid 7.0+

Gridle

Bill Farmer

v1.231.8 MBAndroid 5.0+

LiveGalGame

F-Droid

v1.8.168.4 MBAndroid 7.0+

Pixel Wheels

Aurélien Gâteau

v1.0.128.1 MBAndroid API 19+

GameMaster Dice

F-Droid

v1.2-3-g973297a1.7 MBAndroid API 11+

Jass board

Simon Steinmann

v4.2.152.7 MBAndroid 7.0+

Ball2Box

Simon Dalvai

v4.1.944.5 MBAndroid API 19+

Free the bugs

MLM Games

v0.6.460.1 MBAndroid 7.0+

Doors of Doom

msx80

v0.0.98.2 MBAndroid 8.0+

Asteroid's Revenge

MLM Games

v0.15.470.9 MBAndroid 7.0+

Open Surge: retro game engine

alemart

v6.1.3.0-fdroid43 MBAndroid 5.0+

Li-Ri

Johnny Jazeix

v3.1.623.2 MBAndroid API 16+
🎮

CrossWords

F-Droid

v4.4.2077.2 MBAndroid 5.0+

Tensy

ROllerozxa

v1.0.12.5 MBAndroid 5.0+

Mancala

Willie

v1.22.1 MBAndroid 5.0+
🎮

Simon Tatham's Puzzles

Chris Boyle

v2025-09-12-1919-23762278-fdroid10.1 MBAndroid 5.0+
🎮

HyperRogue

F-Droid

v13.1e35.2 MBAndroid 5.0+

Page 4 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