Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluehexagons/foodguide
The Unofficial Don't Starve Food Guide and Crock Pot Simulator
https://github.com/bluehexagons/foodguide
dont-starve dont-starve-together gaming simulation
Last synced: 3 months ago
JSON representation
The Unofficial Don't Starve Food Guide and Crock Pot Simulator
- Host: GitHub
- URL: https://github.com/bluehexagons/foodguide
- Owner: bluehexagons
- License: other
- Created: 2015-08-09T19:40:48.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T19:41:56.000Z (3 months ago)
- Last Synced: 2024-11-12T20:29:32.733Z (3 months ago)
- Topics: dont-starve, dont-starve-together, gaming, simulation
- Language: JavaScript
- Homepage: https://foodguide.bluehexagons.com
- Size: 3.56 MB
- Stars: 113
- Watchers: 7
- Forks: 46
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# [Don't Starve Food Guide](https://foodguide.bluehexagons.com)
Provides some tools for avoiding starvation
in a game named after the task.## Use
Live version - [foodguide.bluehexagons.com](https://foodguide.bluehexagons.com)
github.io - [bluehexagons.github.io/foodguide/...](https://bluehexagons.github.io/foodguide/html/index.htm)
### Running Offline
This Food Guide must be run on a web server for most browsers to properly open it. With NodeJS installed, an easy way to run this offline is by hosting it with the http-server package:
```bash
npx http-server
```Using the defaults, it should become accessible locally in a browser on 127.0.0.1:8080.
### Desktop version (foodguide-app)
The [foodguide-app](https://github.com/bluehexagons/foodguide-app) repository has source code and release
builds for a thin Electron wrapper around this project.## Development
Pull requests and bug reports are greatly appreciated if anything is out of sync with Don't Starve's current versions.
The Unofficial Don't Starve Food Guide requires no setup and uses no imported code, and is a simple collection of JavaScript/HTML/CSS files. It must be served on a web server so that the JavaScript modules can be loaded by a web browser.
To format code automatically using eslint rules, run `npx eslint --fix` or your preferred formatting method.
This is not required before submitting a PR, as it will be run regardless.## Contributors
[bluehexagons](https://github.com/bluehexagons)
[rezecib](https://github.com/rezecib)
[levy9527](https://github.com/levy9527)
[brewingcode](https://github.com/brewingcode)
[agathasilva28](https://github.com/agathasilva28)
[6lancmange](https://github.com/6lancmange)
[lakhnishMonster](https://github.com/lakhnishMonster)
[lormico](https://github.com/lormico)
[VaingloriousReptile](https://github.com/VaingloriousReptile)