ui calculator

This commit is contained in:
Ilia Denisov
2026-03-30 19:38:24 +02:00
committed by GitHub
parent 17f366cd6b
commit a7793f5416
37 changed files with 2046 additions and 270 deletions
+7 -19
View File
@@ -1,22 +1,10 @@
# Client for Galaxy Plus
## Ship Calculator
UI Client is capable of:
```text
Class: [ ] { Create }
Drives: [20.000] x 1.013 [O--]
Weapons: [ 0.000] x [1.000] [==0]
Armament: [ 0 ]
Schields: [ 5.500] @ [1.123]
Cargo: [30.125] @ [1.320]
Mass: [ 123,45 ] [==0]
Speed: ( 12,456 ) [O--]
Attack: 0
Defense: 100,0
Planet { Name } Production:
[ 100.0 ] MAT per turn produced [O--] supplied
{ N.000 } ship(s) per turn
{ M.000 } turn(s) per ship
```
- Register a new player and login for an existing player using only e-mail and one-time codes,
- Enlist to a new Game from available onboard Games list,
- Request list of Games in which Player participating,
- Request, store and display particular Game data,
- Use push-like mechanism for receiving asynchronous updates from Server,
- Offline mode when no internet connection is available or user desired to work offline.