-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
66 lines (47 loc) · 1.72 KB
/
CHANGELOG
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Version 0.0.7 (XX/XX/XXXX):
- Add more cards suggestions.
- Fix javascript errors on server side.
- Re-open the thriumph dialog if no selections made.
- Added stats page.
Version 0.0.6 (02/05/2012):
- Allow bots to play without a socket connection.
- Prepare for heroku development.
- Removed src dir.
- Fixed memory leaks on the server side.
- Added game watchers.
Version 0.0.5 (20/04/2012):
- Bots play suggested cards.
- Suggest valid cards when found an invalid roll.
- Improve the bots logic.
Version 0.0.4 (12/04/2012):
- Updated translations.
- Added bot players
- Added style to the client.
- When thriumph is botifarra multiply score by 2.
- Show the partial scores (of all rounds) on the client.
- Show the round result on a dialog.
- Document the round-ended and game-ended events of the client API
- Improve the test for more than one round.
Version 0.0.3 (19/03/2012):
- Show if the thriumph is delegated or not.
- Auto-clear played cards after 3 seconds.
- Added the round score to the scores info of the game
- Added translation on the client side
- Added test to improve test coverage.
Version 0.0.2 (01/03/2012):
- Fix butifarra rules.
- Added suport for code coverage.
- Added a control to know the pending players to contro.
- Removed throws of errors. Now the errors are managed by callbacks.
- Improve documentation (README)
- Send game messages to the players.
- Show the games to the user interface.
- The server starts the game when there are enough players.
- Allow players to join the game.
- Added a dialog for creating a game.
- Added game list.
- Added login dialog.
Version 0.0.1 (11/01/2012):
- Created a web server using express.
- Added basic-server client comunnication.
- Added simple User interface.