Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lopis committed Apr 19, 2024
1 parent 9b25f53 commit 2984edc
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Synaptic Harmonics

## Meat-based energy cell optimizer

> Your meat-brained species excels at **pattern recognition**, albeit through instinct rather than understanding. This experiment aims to determine if human intuition can **optimize** our multi-dimensional quintessence-fused energy cells effectively.
>
> **Do not concern yourself** with the intricacies of our technology; your fleshy brain could not begin to comprehend. Focus on **instinctively** finding the most **harmonious** parameter configurations.
## About

Synaptic Harmonics is a game designed and developed for the [GameDev.js 2024](https://gamedevjs.com/jam/2024/) game jam. Moreover, this is an entry for the js13k challenge of this jam, because this whole game is under 13Kb zipped.

In a future not far away, non-human entities, far supassing our technological capabilities, have deemed our feeble meat-based brains as a potentially valuable resource. Seems like our species has evolved to identify patterns and to recognize symetry and harmony. These characteristics are actually projections of multi-dimensional effects on our 3D world and by manipulating them, we can aparently help them optimize their energy production needs.

## Development

If you want to build this game, simply run:

```
yarn
yarn build
yarn serve
```

Or if you want to run the dev build

```
$yarn dev
```

## Acknowledgements

- [roblouie](https://github.com/roblouie) for creating the [js13k-typescript-starter](https://github.com/roblouie/js13k-typescript-starter)
- [xem](https://github.com/xem) for creating [w.js](https://xem.github.io/W/)

0 comments on commit 2984edc

Please sign in to comment.