feat: add tournament support to game screen
For testing, you'll need to rebase against https://github.com/lichess-org/mobile/pull/1583
(converting to a draft until the other PR is merged. I also need to do some more real-world testing)
@veloce what's the process for adding new sound assets? I found the mp3 for the berserk sound in the old app, but looks like for the new app I need to convert to .aifc as well?
If you cannot convert easily to aifc I can do it myself no worries. The process to add new sounds is to check if the sound is available in the supported sound themes. Then adding all the required assets.
Did some testing with my local lila instance and fixed some small bugs. I think this is ready to go now :)
If you cannot convert easily to aifc I can do it myself no worries. The process to add new sounds is to check if the sound is available in the supported sound themes. Then adding all the required assets.
alright, I added the mp3 from the old app, I couldn't figure out how to get ffmpeg to convert that to aifc
Ah, the test failed because I had a bug where one side berserking would reset the other side's berserk status, fixed now
Not properly merged because it was rebased on main, but effectively merged.