eliasku / 13

Fast-action P2P multiplayer game 13 (js13k-2022)
https://iioi.herokuapp.com/
94 stars 27 forks source link

Respawn screen: market #35

Closed eliasku closed 1 year ago

eliasku commented 2 years ago

When you die - you can spend coins to level up some skills before you respawn again

Some skills:

if auto-aim feature implemented: increase angle

3kh0 commented 2 years ago

Try taking some inspiration for leveling with this game: https://3kh0.github.io/projects/10-minutes-till-dawn/index.html

Since this is multiplayer, during games with actual players, the player would have 5 seconds to pick a upgrade, and during this time, they would be frozen in one spot, with a kind of "bubble" of protection. Other players can not harm them. When they select their upgrade, the shield would go away after 3 seconds to prevent spawn camping.

QARX6994 commented 1 year ago

I have some ideas for some shop items:

  1. Presets - you pay for a preset to spawn with. (shotgun, rifle, etc.) cost: 50 cp
  2. Shield - you can buy shields to start with. Cost: 50 cp per full shield
  3. Level your character up - give you more Health. Cost: 100 cp That’s what I can think of so far.
eliasku commented 1 year ago

planned for v1.0.27