@@ -111,19 +111,22 @@ Participate [by joining the Discord server][cybergate-dis].
111
111
right part is "clash of crabs" where player is able to use the item] ( backpack.jpg )
112
112
_ Minimalist schema for sharing items in different games_
113
113
114
- [ Backpack] is an inventory system to share items between different games.
115
-
116
- The author wants to see more interconnected games:
117
-
114
+ [ Backpack] is an inventory system to share items between different games, for example:
118
115
- Raise a crab in Crab Simulator,
119
116
- Make it fight in Crab Shooter,
120
117
- Cook it in Crab Cook...
121
118
- Gain a crab skin in your favorite game!
122
119
123
- [ Backpack] is in a pre-MVP state: a tech prototype is working,
124
- proving the underlying concept works.
120
+ [ Backpack] is in a pre-MVP state: a tech prototype is working.
121
+
122
+ The project is not affiliated or related to Blockchain/NFTs:
123
+ it uses a PostgreSQL DB to store users, games and items.
124
+ Authentication is done via email/password,
125
+ third party authentication via OAuth will be a future goal.
126
+ An Authenticated user can create apps and add item definitions to these.
127
+ Other users can get an independant instance of that item and modify its data.
125
128
126
- The next project milestone should be
129
+ The next project milestone is
127
130
2 minimalist interconnected games released by the end of 2023.
128
131
129
132
[ Backpack ] : https://github.com/Vrixyz/backpack
0 commit comments