Skip to content

Commit

Permalink
[Chore] Add citations elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmmasson authored Sep 29, 2024
1 parent 09b088c commit 55e7c1f
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 10 deletions.
27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.2.0
title: Enter the Deeper Trance
message: "If you use this software, please cite it as below."
authors:
- given-names: Dimitri
family-names: Masson
orcid: 'https://orcid.org/0000-0002-7072-3146'
email: [email protected]
identifiers:
- type: doi
value: 10.5281/zenodo.13857251
version: v1.2.3
date-released: 2021-04-26
type: software
repository-code: 'https://github.com/dhmmasson/deeperAndDeeper/tree/v1.2.3'
url: 'https://dhmmasson.github.io/deeperAndDeeper/releases/compo/'
abstract: >-
Enter the deeper trance" is a tunnel runner
brought in 3d with autostereograms (magic images).
Try to go deeper and deeper through the levels
hypnotized by the musical illusion that descend
infinitely until you reach the **deeper trance**!
keywords:
- Ludum Dare
- Game
- Web
license: MIT
69 changes: 59 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,68 @@
# deeperAndDeeper
# Enter the Deeper Trance
[![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/dhmmasson/deeperAndDeeper/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/dhmmasson/deeperAndDeeper)
[![SWH](https://archive.softwareheritage.org/badge/swh:1:dir:27863e0f6c7979f0a73f0f2cb4edef13de20d0f2/)](https://archive.softwareheritage.org/swh:1:dir:27863e0f6c7979f0a73f0f2cb4edef13de20d0f2;origin=https://github.com/dhmmasson/deeperAndDeeper;visit=swh:1:snp:8eba932273443a6bd2f4e8d618393ec40760de6c;anchor=swh:1:rev:09b088cdf57e1e5033c8f4b2db1e1c728c798ab8)
Ld 48 submission
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13857251.svg)](https://doi.org/10.5281/zenodo.13857251)

# Current State
updated 7:49
Basic prototype V.1.0
This game will led you into a deeper and **deeper trance*** as you descend deeper and deeper through the levels.! Let the music descend infinitely until you reach the **deeper trance**!

* you are a falling rectangle
* you can rotate with keyboard left and right
* you must go through holes in planes
You loved magic images when you were a child where you could see 3D images hidden in seemingly random arrangement of dots! You wished that this 3d images could move and lead you into their world ? **This game is made for you!**

that's it... there is a depth indicator on the top of the screen. You lose if you touch a border.
There is only two holes to go through right now.
*no guarantee. Some subjects are immune to trance and/or autostereogram!![Cover.png](https://static.jam.host/raw/c6b/3/z/3c30f.png)
You should be able to read Deeper Trance in the above image.

## What is it ?

In reality the plane are falling, camera and player are fixed.
The game use the [autostereogram](https://en.wikipedia.org/wiki/Autostereogram) effect to make you see a 3d paddle that you can rotate to go through slit shaped holes at it fall _deeper and deeper_.

The game in itself is a classic take on a tunnel runner agility/fall-_deeper-and-deeper_-through-holes game.

The music is a [shepard tone](https://en.wikipedia.org/wiki/Shepard_tone) to continuously go _deeper and deeper in pitch_

## How to play

- Start the game, you should relax your eyes to see at a greater distance than your screen. You should **enter the image** and a 3d horizontal bar should appear.
- Rotate the bar with your left and right arrows.
- Planes will move toward you, there is a slanted slit. Orient the bar to go through
- Press space to take a break

The game starts slows so that you can take your time to see the effect. If you miss the slit, it starts over. You can see your deepest score in the menu (space bar)

## Help I can’t see anything but noise

The game is **hidden** in the noise, you have to let your eyes get lazy. I added two kinds of help

1. squint hint : display to dots that can help you uncross your eyes. You should first see them double, then align the red and blue in the middle to see : red dot, mixed/superposed dots, blue dot.
2. Cheat mode : you see the depth map. Not funny but it might help you see what is hidden

I still can’t see anything: some people can’t see autostereogram. I am deeply sorry, you can play in cheat mode, but it’s not a fun game.


# Ratings

![Ratings](https://badges.jaxs.onl/48/deeper-trance/badge.svg)

# Cite this repository

If you want to cite this software, please cite use the following :

```APA
Masson, D. (2021). Enter the Deeper Trance (v1.2.3). Ludum Dare 48. https://doi.org/10.5281/zenodo.13857251
```

```bibtex
@software{masson2021_DeeperTrance,
author = {Masson, Dimitri},
title = {Enter the Deeper Trance},
license = {MIT},
month = sep,
year = 2024,
publisher = {Ludum Dare 48},
version = {v1.2.3},
doi = {10.5281/zenodo.13857251},
url = {https://github.com/dhmmasson/deeperAndDeeper/tree/v1.2.3}
}
```

# Ideas :
- **visual effect** deeper and deeper = Hypnosis / trance => using [autostereogram](https://en.wikipedia.org/wiki/Autostereogram) ( magic image ) to put the player into a trance like state
Expand Down

0 comments on commit 55e7c1f

Please sign in to comment.