[h2]Developer Note[/h2] [list] [*] I addressed a few bugs and issues, but there are still more to work on. [*] I will have another patch released tomorrow night around the same time as this one, which will be dealing with a few more issues. [*] Patches will continue to be daily until this Saturday, at which point I'll switch to weekly patches (one each Saturday at midday). [/list] [h2]Fixes[/h2] [list] [*] [b]SOUND[/b]: There were several factors contributing to loud/harsh SFX, two of which being: the audio manager would play multiple sounds at once (sometimes 6 sounds) due to how many listeners were triggering SFX for various actions; and the default volume was too loud for most computers. I have reworked the audio manager to limit how many sounds can play at once, and I've also reduced the number of listeners that trigger SFX to be played. Finally I lowered the default volume and adjusted the volume spectrum to be overall lower than before. [*] [b]FAILED INPUT FEEDBACK[/b]: There were some actions that, if failed, gave no feedback. I've added a way to trigger negative SFX when an action fails. [*] [b]GAME BREAKING ERROR ON NEW SET[/b]: There was an error which would cause the game to break after several new matches. It's been fixed. [*] [b]COMPUTER NOT ENDING TURN[/b]: In moments where the player ends their turn just as a match ends, the game could switch to the computer's turn but then the computer would never end their turn. This issue has been fixed by implementing an idle check function for the computer, which checks if the computer is idle for X number of seconds. If so, it will end its turn. [*] [b]MISC[/b]: And a few other changes that won't be noticed by players. [/list] [h2]Gameplay Changes[/h2] [list] [*] I felt that both players would typically end up with far more resources than they needed. I've tweaked the card draw decision algorithm so that both players are slightly more likely to draw offense cards and slightly less likely to draw resource cards. I think this has put the game in a better state: each player must be more considerate of their resources, since they are less abundant. [/list] [h2]TODO[/h2] [list] [*] Many more issues to address; some bugs some quality issues. [*] Roadmap for July development will be posted this weekend after the Saturday patch (06/29). [/list]