Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 19 hours 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.

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}
}
```