Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhmmasson/find-ten-seconds
"Find Ten Seconds" is a fast-paced tile-matching game where players pair tiles based on matching characteristics. Players select a tile and find a matching one to earn points. Each round requires finding ten pairs before the board refreshes, with a tile disappearing every ten seconds.
https://github.com/dhmmasson/find-ten-seconds
html javascript ludum-dare ludum-dare-51 ludumdare ludumdare51 p5js p5js-game
Last synced: 13 days ago
JSON representation
"Find Ten Seconds" is a fast-paced tile-matching game where players pair tiles based on matching characteristics. Players select a tile and find a matching one to earn points. Each round requires finding ten pairs before the board refreshes, with a tile disappearing every ten seconds.
- Host: GitHub
- URL: https://github.com/dhmmasson/find-ten-seconds
- Owner: dhmmasson
- License: mit
- Created: 2022-10-01T21:46:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:32:30.000Z (3 months ago)
- Last Synced: 2024-10-10T22:42:55.874Z (about 1 month ago)
- Topics: html, javascript, ludum-dare, ludum-dare-51, ludumdare, ludumdare51, p5js, p5js-game
- Language: JavaScript
- Homepage: https://dhmmasson.github.io/Find-Ten-Seconds/
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13366421.svg)](https://doi.org/10.5281/zenodo.13366421)
# Find Ten Seconds Tile Game"Find Ten Seconds" is a fast-paced tile-matching game where the goal is to pair similar tiles based on matching characteristics. Players select a tile and then search for a second one that closely matches it, earning points based on the similarities between the two tiles. Each round requires finding ten pairs before the board refreshes, and every ten seconds, a tile disappears from the board, adding urgency to the gameplay. The game features customizable settings, hidden easter eggs, and a dynamic soundtrack with an option to mute. Built from scratch using P5.js, "Find Ten Seconds" offers a quick and engaging challenge that rewards sharp observation and quick decision-making.
# Ratings![Ratings](https://badges.jaxs.onl/51/find-ten-seconds/badge.svg)
# Cite this repository
If you want to cite this software, please cite use the following :
```APA
Masson, D. (2022). Find Ten Seconds (Version v1.0.1) [Computer software]. https://github.com/dhmmasson/ludumDare51/tree/v1.0.1
``````bibtex
@software{Masson2022_FindTenSeconds,
author = {Masson, Dimitri},
license = {MIT},
month = oct,
title = {{Find Ten Seconds}},
url = {https://github.com/dhmmasson/ludumDare51/tree/v1.0.1},
version = {v1.0.1},
year = {2022}
}
```