https://github.com/shpigford/society-fail
Browser-based incremental post-apocalyptic clicker game
https://github.com/shpigford/society-fail
game javascript
Last synced: about 1 year ago
JSON representation
Browser-based incremental post-apocalyptic clicker game
- Host: GitHub
- URL: https://github.com/shpigford/society-fail
- Owner: Shpigford
- License: mit
- Created: 2024-08-28T14:55:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T21:25:02.000Z (over 1 year ago)
- Last Synced: 2025-04-15T05:48:31.837Z (about 1 year ago)
- Topics: game, javascript
- Language: JavaScript
- Homepage: https://society.fail
- Size: 291 KB
- Stars: 36
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Society Fail
Society Fail is a browser-based incremental clicker game built by [@Shpigford](https://twitter.com/Shpigford).
It was built almost exclusively using AI.

## Running locally
I've tried to keep it as simple as possible. No build process. No dependencies. Just pure, post-apocalyptic partying.
Due to the use of ES6 modules, you can't just open the `index.html` file in your browser. You have to run a local server. I recommend using [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) for VSCode/Cursor as it makes it ridiculously easy without having to install anything else.
## Contributing
Want to contribute? Please do! Just open an issue for feature requests or submit a PR.
The `docs/gamedesign.md` is a solid file to reference when using AI to make changes/additions as it contains a lot of rules/logic/best practices for this type of game.
## License & Copyright
Released under the MIT license, see the [LICENSE](https://github.com/Shpigford/society-fail/blob/main/LICENSE) file. Copyright (c) Sabotage Media LLC.