-
Notifications
You must be signed in to change notification settings - Fork 14
/
NEWS
57 lines (42 loc) · 1.65 KB
/
NEWS
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
v8
* Update Sugargame to fix arrow key not working (Riya Jain)
* Bug Fix for the perfect Score (Riya Jain)
* Corrected a comment (Riya Jain)
* Bug Fix in Fruit score (Riya Jain)
v7
* Fix PyGame errors (Sourabha G)
* Fix mishandling of repeating keys (James Cameron)
* Add Ctrl+Q as accelerator to stop (Saumya Mishra)
* Add a separate method for score_path (Saumya Mishra)
* Port to Python3 : 2to3 (Saumya Mishra)
v6
* Fix event poll in pygame and fix UnboundLocalError (Srevin Saju),
* Fix function documentation (Jui Pradhan),
* Change import style from wildcard imports to explicit imports (Jui Pradhan),
* Fix Let's Play doesn't restart the game (Jui Pradhan),
* Adapt to display size (Jui Pradhan),
* Align text Game Over! correctly (Swarup N),
* Replace instance directory with activity data directory (Swarup N),
* Save the score file in the instance directory of the activity (Swarup N),
* Fix Volume Button icon (Swarup N),
* Update to sugargame v1.2 (Yash Agrawal),
* Removed score.pkl (Yash Agrawal),
* Fixed fail to start (Yash Agrawal),
* Port to GTK+3 (Utkarsh Tiwari),
* Remove number translation (Utkarsh Tiwari),
* Create and update README (Dipansh Khandelwal, Utkarsh Tiwari, James Cameron),
* GPLv3 COPYING added and update metadata (pipix51),
* PEP8 fixes (Utkarsh Tiwari)
v5
* Icon updated (Utkarsh Tiwari),
* Internationalization added (Utkarsh Tiwari),
* Free fonts added (Utkarsh Tiwari)
v4
* Bug fixes - change coordinates, delete .pyc files (Utkarsh Tiwari)
v3
* Change hardcoded coordinates (Utkarsh Tiwari)
v2
* Changes in activity metadata (Utkarsh Tiwari),
* Debugging and feature additions (Utkarsh Tiwari)
v1
* Initial Release (Utkarsh Tiwari)