https://github.com/shadowxpa/abstract
A number guessing game similar to Mastermind
https://github.com/shadowxpa/abstract
android expo game ios master-mind react-native
Last synced: 5 months ago
JSON representation
A number guessing game similar to Mastermind
- Host: GitHub
- URL: https://github.com/shadowxpa/abstract
- Owner: ShadowXPA
- License: mit
- Created: 2024-08-27T13:13:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T17:02:27.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T16:52:25.519Z (about 1 year ago)
- Topics: android, expo, game, ios, master-mind, react-native
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abstract

Abstract is a number guessing game.
This game was made using [React Native](https://reactnative.dev/) and [Expo](https://expo.dev/).
It was inspired by Abstract (from "The A to Z book of Computer Games" by Thomas C. McIntire) and [Mastermind](https://en.wikipedia.org/wiki/Mastermind_(board_game)).
## How to play
A random 4-digit number is generated in the beginning of the game. You will have 10 chances to guess the solution.
After each guess, some clues are presented to show the relative accuracy of each of the digits you provided.
The clues are presented in a specific order, and **DO NOT** reveal which clue belongs to which digit.
You can learn more by viewing the in-game "How to play".
## Installation
Head to the [Releases](https://github.com/ShadowXPA/Abstract/releases/latest) tab and download the latest version available.
Download the `.apk` that applies to you. If you do not know which CPU architecture you have, you can download the universal apk `Abstract-[VERSION].apk`.
For `iOS` users, you will have to compile the code yourself (I don't own a mac :) ).