minesweepears

MineSweepears Island is a hex-based puzzle game inspired by Minesweeper, where players use spatial audio cues to detect hidden mines. Created for Ludum Dare 32, the game blends strategy with innovative sound-based gameplay.

https://github.com/dhmmasson/minesweepears

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

game game-development javascript ld32 ludum-dare ludum-dare-32 ludumdare ludumdare32
Last synced: 4 months ago · JSON representation ·

Repository

MineSweepears Island is a hex-based puzzle game inspired by Minesweeper, where players use spatial audio cues to detect hidden mines. Created for Ludum Dare 32, the game blends strategy with innovative sound-based gameplay.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
game game-development javascript ld32 ludum-dare ludum-dare-32 ludumdare ludumdare32
Created over 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

MineSweepear Island

DOI

MineSweepear Island is a Minesweeper-inspired puzzle game developed for Ludum Dare 32, where the theme was "An Unconventional Weapon." Set on a hexagonal grid, players must create sweep paths to score points while avoiding hidden mines. Each tile displays the number of adjacent mines and its point value, adding a strategic layer to path creation. The unique twist comes from the game's use of spatialized audio cues—players use their ears to detect nearby mines, introducing an innovative audio-based gameplay mechanic.

Folder architecture.

Public contains every ressources needed by the webpages such as img, css, js. Currently contains basic cover css from bootstrap, the philoGL lib, a bufferLoader lib for importing sounds and a spatialHash lib that I often use.

views contains the ejs necessary to produce the webpage.

res are some code base I use to remember how to set up philoGL and WebAudio, some examples shaders and the frequency of all the musical notes (e.g A = 440Hz)

Install

bash mkdir -p docs/game/ npx ejs views/pages/landing.ejs -o docs/index.html npx ejs views/pages/game.ejs -o docs/game/index.html

Cite this repository

APA Masson, D. (2015). MineSweepEar Island (Version v1.1.0) [Computer software]. https://doi.org/10.5281/zenodo.13743147

bibtex @software{Masson2015_MineSweepEar, author = {Masson, Dimitri}, license = {MIT}, month = apr, title = {{MineSweepEar Island}}, url = {https://github.com/dhmmasson/MineSweepEars/tree/v1.0.0}, version = {v1.0.0}, year = {2015} }

Owner

  • Name: Dimitri Masson
  • Login: dhmmasson
  • Kind: user
  • Location: Bidart, France
  • Company: Estia

Citation (CITATION.cff)

cff-version: 1.2.0
title: MineSweepEar Island
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Dimitri
    family-names: Masson
    orcid: 'https://orcid.org/0000-0002-7072-3146'
    email: dhm.masson@gmail.com
identifiers:
  - type: doi
    value: 10.5281/zenodo.13743147
repository-code: 'https://github.com/dhmmasson/MineSweepEars/tree/v1.1.0'
url: 'https://dhmmasson.github.io/MineSweepEars/'
abstract: >-
  MineSweepears Island is a hex-based puzzle game
  inspired by Minesweeper, where players use spatial
  audio cues to detect hidden mines. Created for 
  Ludum Dare 32, the game blends strategy with 
  innovative sound-based gameplay
keywords:
  - Ludum Dare
  - Game
  - Web
license: MIT
version: v1.1.0
date-released: '2015-04-20'

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 19
  • Total Committers: 3
  • Avg Commits per committer: 6.333
  • Development Distribution Score (DDS): 0.368
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Dhim g****m@g****m 12
Dimitri Masson 5****n 6
GameDhim g****m@g****m 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package.json npm
  • ejs ^2.3.1
  • express ^4.12.3
package-lock.json npm
  • 130 dependencies