https://github.com/phil-r/stars
Counting stars is hard
https://github.com/phil-r/stars
counting game prototype sapper stars svelte
Last synced: 23 days ago
JSON representation
Counting stars is hard
- Host: GitHub
- URL: https://github.com/phil-r/stars
- Owner: phil-r
- License: mit
- Created: 2020-05-29T10:23:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:21:00.000Z (over 3 years ago)
- Last Synced: 2025-06-04T08:23:40.826Z (about 1 year ago)
- Topics: counting, game, prototype, sapper, stars, svelte
- Language: JavaScript
- Homepage: https://stars.rukin.me
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Counting] Stars
## Idea
Humans are quite bad at estimating the number of things they see, so in this little game you'll need to estimate the number of things you see.
## Modes
There're multiple game modes selected at random:
- Lines of text
- with numbers
- with percentages
- different colors
- different text
- Symbols
- mixed with other symbols
- counting number of symbols of given color
- ordered or not
## Game loop
1. Show text / symbols for X seconds
2. Player writes the number
3. Show image and correct answer
4. Repeat
## Disclaimer
Please note that it's a prototype that was built in less than 4 hours