Skip to content

Liquid democracy political simulator based on the automated data feed from the moneyless economy simulator Cyber Stasis.

License

Notifications You must be signed in to change notification settings

stateless-minds/cyber-acid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Acid

Logo

"A lot of people say if you care about global problems just be a politician. But is only the politician allowed to care about such issues? Isn't every living human being having that same right which is taken by the politicians with no other options presented? That's what representative democracy is all about. Full unconditional representation until the next election vote. Immense transfer of power with no guarantees whatsoever."

Cyber Acid is a political simulator based on the liquid democracy concept. It is designed as an integration module that works with Cyber Stasis - the moneyless economy simulator.

Screenshots

Screenshot of how-to Screenshot of the shortages Screenshot of list solutions Screenshot of suggest solution Screenshot of delegate vote Screenshot of delegate trust

Features

  • Check shortages - Review pressing issues.

  • Suggest a solution - Contribute with your expertise.

  • Vote for solutions - Vote for the best solution.

  • Delegate your vote - Not competent? Delegate your vote.

  • Infinite delegation - Delegation can be chained for maximum participation.

  • Cross delegation - Cross delegation is also supported.

Community

https://www.reddit.com/r/CyberAcid/

How to Play

The game runs on the public IPFS network. In order to play 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. Clone https://github.com/stateless-minds/kubo to your local machine, build it with make build and run it with the following command: ~/cmd/ipfs/ipfs daemon --enable-pubsub-experiment

  4. Follow the instructions here to open your config file: https://github.com/ipfs/kubo/blob/master/docs/config.md. Usually it's ~/.ipfs/config on Linux. Add the following snippet to the HTTPHeaders:


"API": {

"HTTPHeaders": {

"Access-Control-Allow-Origin": ["webui://-", "http://localhost:3000", "http://k51qzi5uqu5dj7sbshpejxkwj8qvttwegchimgx26pl1tu90rxaanpwefuoq5q.ipns.localhost:8080", "http://127.0.0.1:5001", "https://webui.ipfs.io"],

"Access-Control-Allow-Credentials": ["true"],

"Access-Control-Allow-Methods": ["PUT", "POST"]

}

},

  1. Navigate to Cyber Acid and let's simulate the future together!

  2. If you like the game consider pinning it to your local node so that you become a permanent host of it while you have IPFS daemon running

SetPinning

PinToLocalNode

Please note the game has been developed on a WQHD resolution(2560x1440) and is currently not responsive or optimized for mobile devices. For best gaming experience if you play in FHD(1920x1080) please set your browser zoom settings to 150%.

Roadmap

  1. Make reputation index context/category based

  2. Make voting time-restricted

Acknowledgments

  1. go-app

  2. IPFS

  3. Berty

  4. All the rest of the authors who worked on the dependencies used! Thanks a lot!

Contributing

Open an issue

License

Stateless Minds (c) 2022 and contributors

MIT License