Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platane/js13k-2021
๐กโ๏ธ๐ก A pretty blob simulation with zero gameplay
https://github.com/platane/js13k-2021
blob game js13kgames js13kgames2021 webgl2
Last synced: 27 days ago
JSON representation
๐กโ๏ธ๐ก A pretty blob simulation with zero gameplay
- Host: GitHub
- URL: https://github.com/platane/js13k-2021
- Owner: Platane
- License: mit
- Created: 2021-08-18T10:59:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T11:13:49.000Z (over 3 years ago)
- Last Synced: 2024-10-24T16:56:55.680Z (2 months ago)
- Topics: blob, game, js13kgames, js13kgames2021, webgl2
- Language: TypeScript
- Homepage: https://platane.github.io/js13k-2021/index.html
- Size: 2.99 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delph
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![type: typescript](https://img.shields.io/npm/types/typescript.svg?style=flat-square)](https://github.com/microsoft/TypeScript) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/platane/js13k-2021/main?style=flat-square)](https://github.com/platane/js13k-2021/actions?query=workflow%3Amain) [![Size report](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Platane/js13k-2021/gh-pages/shieldio_size.json&style=flat-square)](https://github.com/Platane/js13k-2021/blob/gh-pages/bundle.zip)
> A pretty blob simulation with zero gameplay.
[![game](https://platane.github.io/js13k-2021/images/game.gif)](https://platane.github.io/js13k-2021/index.html)
A game submitted for the 2021 js13kGames.com competition.
Unfortunately the gameplay is non existent. But it's still fun to watch!
- โ [**Play !**](https://platane.github.io/js13k-2021/index.html)
- ๐ or go to the [js13k entry page](https://js13kgames.com/entries/delph)
- ๐ฆ [bundle.zip](https://platane.github.io/js13k-2021/bundle.zip)
- ๐ [debug game](https://platane.github.io/js13k-2021/index.html?all=1)# Original Intents
- You were suppose to control one color of blob, fighting against other colors controlled by IA.
A working mechanisms to destroy / absorb enemies blobs was yet to be developed.
- The game was suppose to look like a paper map with terrain elevation level and potatoes representing armies, as see in history courses.
# Technologies
Blobs are drawn with WebGL2.