@@ -35,8 +35,8 @@ Feel free to send PRs about your own projects!
35
35
- [ Learning Material Updates] ( #learning-material-updates )
36
36
- [ Tooling Updates] ( #tooling-updates )
37
37
- [ Library Updates] ( #library-updates )
38
- - [ Other News] ( #other-news )
39
38
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
39
+ - [ Other News] ( #other-news )
40
40
- [ Discussions] ( #discussions )
41
41
- [ Requests for Contribution] ( #requests-for-contribution )
42
42
- [ Jobs] ( #jobs )
@@ -116,6 +116,34 @@ to GitHub Pages using GitHub Actions.
116
116
117
117
## Library Updates
118
118
119
+ ### [ Backpack]
120
+
121
+ ![ left part is "crab simulator" game where the player gains an item
122
+ right part is "clash of crabs" where player is able to use the item] ( backpack.jpg )
123
+ _ Minimalist schema for sharing items in different games_
124
+
125
+ [ Backpack] is an inventory system to share items between different games,
126
+ for example:
127
+
128
+ - Raise a crab in Crab Simulator,
129
+ - Make it fight in Crab Shooter,
130
+ - Cook it in Crab Cook...
131
+ - Gain a crab skin in your favorite game!
132
+
133
+ [ Backpack] is in a pre-MVP state: a tech prototype is working.
134
+
135
+ The project is not affiliated or related to Blockchain/NFTs:
136
+ it uses a PostgreSQL DB to store users, games and items.
137
+ Authentication is done via email/password,
138
+ third party authentication via OAuth will be a future goal.
139
+ An Authenticated user can create apps and add item definitions to these.
140
+ Other users can get an independant instance of that item and modify its data.
141
+
142
+ The next project milestone is
143
+ 2 minimalist interconnected games released by the end of 2023.
144
+
145
+ [ Backpack ] : https://github.com/Vrixyz/backpack
146
+
119
147
## Popular Workgroup Issues in Github
120
148
121
149
<!-- Up to 10 links to interesting issues -->
0 commit comments