lambdaclass / afk_gacha_game

AFK Gacha Game is an autobattler by LambdaClass
Apache License 2.0
3 stars 0 forks source link

[GH-411] Dungeon supercampaign scene #478

Open ncontinanza opened 3 months ago

ncontinanza commented 3 months ago

Part of #411

Motivation

Connect the backend features that implement the dungeon supercampaign, its campaign and levels with our client.

Summary of changes

How has this been tested?

In order to win the dungeon levels and test all the available levels in the campaign, you may need to edit the character.csv in the backend and reduce El1xir's life to 10, so that you can easily beat it in this first level.

Checklist

lotuuu commented 3 months ago

Here's some easier code for fetching the user without needing to know the name! [user] = GameBackend.Repo.all(GameBackend.Users.User) assuming you didn't crate any other users of course

tkz00 commented 3 months ago

Also I think it would be nice that if a level has a max number of units, it automatically deselects the leftover units, but I believe that is a backend change.

ncontinanza commented 3 months ago

Also I think it would be nice that if a level has a max number of units, it automatically deselects the leftover units, but I believe that is a backend change.

Yes, we'll need a PR in the backend for that to be made properly: https://github.com/lambdaclass/afk_gacha_game/issues/485