Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60ed1c4

Browse filesBrowse files
authored
N45: Backpack (rust-gamedev#1360)
1 parent 16328a2 commit 60ed1c4
Copy full SHA for 60ed1c4

File tree

Expand file treeCollapse file tree

2 files changed

+29
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+29
-1
lines changed

‎content/news/045/backpack.jpg

Copy file name to clipboard
33.7 KB
Loading

‎content/news/045/index.md

Copy file name to clipboardExpand all lines: content/news/045/index.md
+29-1Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Feel free to send PRs about your own projects!
3535
- [Learning Material Updates](#learning-material-updates)
3636
- [Tooling Updates](#tooling-updates)
3737
- [Library Updates](#library-updates)
38-
- [Other News](#other-news)
3938
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
39+
- [Other News](#other-news)
4040
- [Discussions](#discussions)
4141
- [Requests for Contribution](#requests-for-contribution)
4242
- [Jobs](#jobs)
@@ -116,6 +116,34 @@ to GitHub Pages using GitHub Actions.
116116

117117
## Library Updates
118118

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+
119147
## Popular Workgroup Issues in Github
120148

121149
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.