https://github.com/platane/js13k-2017
🖼️ Vernissage !
https://github.com/platane/js13k-2017
aframe game js13k js13kgames js13kgames2017 museum
Last synced: 6 months ago
JSON representation
🖼️ Vernissage !
- Host: GitHub
- URL: https://github.com/platane/js13k-2017
- Owner: Platane
- Created: 2017-08-27T14:54:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T11:36:29.000Z (over 3 years ago)
- Last Synced: 2025-03-25T23:01:44.834Z (6 months ago)
- Topics: aframe, game, js13k, js13kgames, js13kgames2017, museum
- Language: JavaScript
- Homepage: https://platane.github.io/js13k-2017
- Size: 32.1 MB
- Stars: 56
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vernissage
====[](https://platane.github.io/js13k-2017/)
_My entry for the 13k js 2017_
🖼️ __[play!](https://platane.github.io/js13k-2017)__
🏆 or go to the [js13k entry page](http://js13kgames.com/entries/vernissage)
📜 or read the __[postmortem](https://platane.github.io/js13k-2017/postmortem/)__
🏭 or look at the [awesome tool](https://platane.github.io/js13k-2017/image-crusher-ui/) I wrote to produce the low res paintings
📏 or look at the [awesome map edit](https://platane.github.io/js13k-2017/mapedit/) I wrote to edit the scene
# Gameplay
You are lost in a museum.
Navigate from a painting to another in order to find your way out.
### Controls
- desktop : use the mouse + space to move forward
- mobile : use the gyroscope + touch the screen to move forward
- cardboard : use the gyroscope + magnetic button to move forward# Inspiration
I challenge myself to put as much image as possible in the game, in form of widly known piece of art.
To do so, I used a genetic algorithm to describe an arbitrary image as a set of colored dot.
# Map Edit
[](https://platane.github.io/js13k-2017/mapedit)
I built map editor for the game.
It have some pretty cool features, such as
- 📏 intuitive UI
- 🎥 live reloading
- 💽 localstorage persistance[check it out!](https://platane.github.io/js13k-2017/mapedit)