https://github.com/markjaquith/bigbrain
A familiar game to help you, uh, master your... mind.
https://github.com/markjaquith/bigbrain
Last synced: 12 months ago
JSON representation
A familiar game to help you, uh, master your... mind.
- Host: GitHub
- URL: https://github.com/markjaquith/bigbrain
- Owner: markjaquith
- Created: 2020-05-04T00:02:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:12:22.000Z (over 3 years ago)
- Last Synced: 2025-04-23T15:51:36.688Z (about 1 year ago)
- Language: Svelte
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BigBrain
BigBrain is code-guessing game.
You can play it at: https://playbigbrain.netlify.com/
## Objective
You are trying to guess a 4-color code that the game has generated. After submitting an attempt, your guess will be scored as follows:
* One black pin for every color that is in the correct position.
* One white pin for each color that exists in the code, but in a different position.
* Black pins override white... so if you guess blue in position one, but there are blues in positions one and two in the code, you'll just get a black pin.
Remember that there may between zero and four of each of the six potential colors in the code.
You have ten attempts to guess the code!
## Installation
1. Make sure `yarn` is installed on your system.
2. Install packages: `yarn`.
3. Compile: `yarn build`.
4. Run server: `yarn sirv`.
## Credits
Atticus Jaquith helped me with playtesting and UI feedback.
## Tools
Built with [Svelte 3][svelte].
[svelte]: https://svelte.dev/