10000 Update index.md · Vrixyz/rust-gamedev.github.io@c8c56f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8c56f5

Browse files
authored
Update index.md
1 parent 0ec1e1b commit c8c56f5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

content/news/045/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,22 @@ Participate [by joining the Discord server][cybergate-dis].
111111
right part is "clash of crabs" where player is able to use the item](backpack.jpg)
112112
_Minimalist schema for sharing items in different games_
113113

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:
118115
- Raise a crab in Crab Simulator,
119116
- Make it fight in Crab Shooter,
120117
- Cook it in Crab Cook...
121118
- Gain a crab skin in your favorite game!
122119

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.
125128

126-
The next project milestone should be
129+
The next project milestone is
127130
2 minimalist interconnected games released by the end of 2023.
128131

129132
[Backpack]: https://github.com/Vrixyz/backpack

0 commit comments

Comments
 (0)
0