An open API service indexing awesome lists of open source software.

https://github.com/thecodingcouple/trijam-174

Source code for our Trijam #174 entry. The theme is "Game based on a quote."
https://github.com/thecodingcouple/trijam-174

gamejam trijam trijam-174

Last synced: over 1 year ago
JSON representation

Source code for our Trijam #174 entry. The theme is "Game based on a quote."

Awesome Lists containing this project

README

          

# trijam-174
Source code for our Trijam #174 entry. The theme is "Game based on a quote."

[Trijam](https://itch.io/jam/trijam-174) is a weekly game jam where the goal is to create a game in under 3 hours (per a team member) of development time.

## Synopsis

> Was mich nicht umbringt, macht mich stärker
>
> What does not kill me makes me stronger
>
> *- Friedrich Nietzsche*

*What Doesn't Kill Me* is a math-based puzzle and memory game. Players assume the role of a scientist conduting an antibiotic experiment on a bacteria. Each round players use antibiotics to weaken the bacteria with the objective of not killing it.

If players kill the bacteria the game is over. If they manage to weaken it just enough, the bacteria survives, stronger than ever for the next round.

### How to play

* Click on an antibiotic to weaken the bacteria. Each antibiotic has a different damage value.
* Apply damage 4 times with the goal of not killing the bacteria to advance to the next round.

### Trijam #174 Results

What Doesn't Kill Me [ranked 10 out of 33 entries](https://itch.io/jam/trijam-174/results).

## Project Setup

Run with local web server

```bash
python -m http.server 8000
```

or

```bash
python3 -m http.server 8000
```

## Built With

* Vanilla JS
* Visual Studio Code
* [Color Hunt Palette](https://colorhunt.co/palette/06283d1363df47b5ffdff6ff)

## Third Party Assets

* Run Away_looped.wav (megamusiccollection)

## Useful Resources

* [Add border gradient with border radius](https://stackoverflow.com/a/51496341/263158)
* [Pad Start](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart)
* [Shuffle an array](https://stackoverflow.com/a/12646864/263158)

## Ideas for future improvements

* TBD

## Maintainers

* [Ashley Grenon - @townsean](https://github.com/townsean)
* [Michael Grenon - @nsipid](https://github.com/nsipid)

## License (MIT)

MIT License

Copyright (c) 2022 The Coding Couple

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.