Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konradlinkowski/saptcha
Slightly Automated Public Turing test to tell Computers and Humans Apart
https://github.com/konradlinkowski/saptcha
game hacktoberfest js13kgames pwa web-monetization
Last synced: 3 months ago
JSON representation
Slightly Automated Public Turing test to tell Computers and Humans Apart
- Host: GitHub
- URL: https://github.com/konradlinkowski/saptcha
- Owner: KonradLinkowski
- License: mit
- Created: 2019-08-15T17:36:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T18:31:56.000Z (over 2 years ago)
- Last Synced: 2024-10-14T02:40:57.337Z (3 months ago)
- Topics: game, hacktoberfest, js13kgames, pwa, web-monetization
- Language: JavaScript
- Homepage: https://konradlinkowski.github.io/Saptcha
- Size: 695 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saptcha
***Slightly Automated Public Turing** test to tell **Computers** and **Humans Apart***## Description
A game made for [Js13kGames](https://js13kgames.com/) competition.## Intro
Imagine that you are at the back of the Captcha system.
The programmers didn't have time to code a real artificial intelligence
so now you have to match the pictures with the given name
to help websites test if the user is a Human or a malicious Robot.## How to play
Select all images that look like the animal given by the name and than click verify.
For each correct answer you earn points
and you lose points for each mistake.
Earn points to unlock new types of animals.**Play [online](https://konradlinkowski.github.io/Saptcha/).**
## Screenshots
| ![Unselected tiles][unselected] | ![Selected tiles][selected] | ![With some score][score] |
| --- | --- | --- |## Licence
Saptcha is [MIT licensed](LICENCE).[unselected]: screenshots/unselected.png
[selected]: screenshots/selected.png
[score]: screenshots/score.png