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

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

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.

![Society Fail Screenshot](https://github.com/user-attachments/assets/db69a8df-b3bf-456d-9607-1f3192008640)

## 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.