-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO
41 lines (23 loc) · 791 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Short term stuff
================
Game play and usability
-----------------------
* Create a small widget for summary of orders. Should be of the size
of the previous planetinfo widget and at the same place to the
right.
* Let the user create orders by dragging the mouse from one planet Pinaraf
to another
Structure and other code issues
-------------------------------
* Remove gamecore.h
* Refactor the GameView
- More signals/slots from gamelogic
Features
--------
* A widget that shows the orders that the user has given this turn.
* Drag move orders from one planet to another.
* Make it possible to play with only the keyboard DONE
- Let the ?A combination give info about planet A done
Long term stuff
===============
* Multiplayer via the internet