https://github.com/simonrw/soulsbros
Dark souls assistance/antagonism system
https://github.com/simonrw/soulsbros
Last synced: over 1 year ago
JSON representation
Dark souls assistance/antagonism system
- Host: GitHub
- URL: https://github.com/simonrw/soulsbros
- Owner: simonrw
- Created: 2013-12-05T15:41:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T19:36:44.000Z (over 12 years ago)
- Last Synced: 2025-02-06T08:45:16.456Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Dark souls bros
A meeting place for Dark Souls collaboration/antagonism. Mostly it should be a way to easily update your character's details as this may quickly become desynchronised.
## Design
The design works in two ways: one for helpers and one for helpees. The helpers create posts offering help, and the helpees can view the posts sorted by most useful.
Both use cases require the user to input their character details, which is kept in a box on the home page.
Each user can post their character and location to a region-localised board. Each post corresponds of
* username
* soul level
* location
* build
After assisting/invading the user can be rated and classed as an invader or sunbro for other users to see.
### Phantoms
### Helpees
Can rate the other players and classify them based on whether they invaded or helped.
## Backend