File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,29 @@ _Mirrorisk_ is a submission to [Gamedev.js 2021 Jam](https://itch.io/jam/gamedev
8
8
9
9
## Changelog
10
10
11
- - 1.0 — Final jam build submitted on April 26, 2021.
11
+ ### v1.1
12
+
13
+ #### New Features
14
+
15
+ - Added the UI to configure the game.
16
+ - You can now choose between 2 and 5 players, pick team colors and names.
17
+ - It's now possible to play a hot seat game with other people.
18
+ - It's also possible to host an AI-only game.
19
+ - Added support for touch interfaces. The UI is optimized for tablets; mobile form-factors are not supported.
20
+ - You can now end the deployment phase before deploying all units.
21
+
22
+ #### Bug fixes and other improvements
23
+
24
+ - Optimized textures to reduce the size of the game from 24 MB to 10 MB.
25
+ - Optimized spatial audio panners for much better performance in the late game when there are many units on the board.
26
+ - Fixed the freeze that happened when the user misclicked on another unit when giving orders to an army.
27
+ - Fixed issues with the mouse wheel which zoomed the game and scrolled the [ parent itch.io page] ( http://piesku.itch.io/mirrorisk ) at the same time.
28
+ - Fixed a bug which caused accidental deploys when the user clicked buttons in the UI.
29
+ - Fixed the singular forms of nouns like _ army_ and _ territory_ , when the count is 1.
30
+
31
+ ### v1.0 (The jam version)
32
+
33
+ - Submitted to [ Gamedev.js 2021 Jam] ( https://itch.io/jam/gamedevjs-2021/ ) on April 26, 2021.
12
34
13
35
## Credits
14
36
You can’t perform that action at this time.
0 commit comments