-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |