Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stateless-minds/the-commons-reclaim-earth
A gamebook about recreating civilization after a global collapse.
https://github.com/stateless-minds/the-commons-reclaim-earth
civilization collapse commons futurism gamebook ipfs p2p
Last synced: 2 days ago
JSON representation
A gamebook about recreating civilization after a global collapse.
- Host: GitHub
- URL: https://github.com/stateless-minds/the-commons-reclaim-earth
- Owner: stateless-minds
- License: mit
- Created: 2024-12-28T08:50:00.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T08:55:18.000Z (3 days ago)
- Last Synced: 2024-12-28T09:26:28.720Z (3 days ago)
- Topics: civilization, collapse, commons, futurism, gamebook, ipfs, p2p
- Language: Go
- Homepage: https://ipfs.io/ipns/k51qzi5uqu5dge9p6mb7nqaozuc9t3ns4q818hhwuqi7hqgct83lw6jzqaq2pw
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Commons - Reclaim Earth gamebook
![Logo](./assets/the-commons-reclaim-earth.png)
## Replay life on Earth from scratch
Would you repeat the same mistakes civilization did?
Can you challenge your own beliefs?
Is the course of humanity inevitable?
Is there an alternative to capitalism, dictatorship and technocratic society?
## Community
https://www.reddit.com/r/Commons_ReclaimEarth
## Installation
The app runs on the public IPFS network. In order to use it follow the steps below:
1. Install the official IPFS Desktop http://docs.ipfs.io/install/ipfs-desktop/
2. Install IPFS Companion http://docs.ipfs.io/install/ipfs-companion/
3. Install golang 1.20 or later version - https://go.dev/doc/install
4. Clone https://github.com/stateless-minds/kubo to your local machine
```
git clone https://github.com/stateless-minds/kubo.git
```
5. Build it and start the daemon:
```
cd kubo
make build
./cmd/ipfs/ipfs daemon --enable-pubsub-experiment
```
7. Navigate to The Commons - Reclaim Earth
8. If you like the app consider pinning it to your local node so that you become a permanent host of it while you have IPFS daemon running
![SetPinning](./assets/pin.png)
![PinToLocalNode](./assets/pin-to-local-node.png)## Acknowledgments
1. go-app
2. IPFS
3. js-interactive-novel-template
4. All the rest of the authors who worked on the dependencies used! Thanks a lot!## Contributing
## License
Stateless Minds (c) 2024 and contributors
MIT License