This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme2.txt
83 lines (61 loc) · 2.09 KB
/
readme2.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
### Group g2H
### Project Title: AlgoZoo
### Group Name: Coming Soon...
### Project Description
AlgoZoo is a desktop game that aims to teach children (and anyone who is curious about it), basic logics of algorithm.
### Current Status
+ We originally planned 4 game modes to be featured in the game. Three of them( learn, challenge and test ) are in the game while the last one, creative mode, are not in the current version of the game.
+ Game features different playable characters and a save system to enable users continue their progression from where they left.
+ In current version, game doesn' t contain online features.
### Group members and their contribution
Ayberk Yaşa and Görkem Ayten:
- LearnModeGUI
- LearnModeLevelsGUI
- LearnModeModel
- LearnLevels
- CodeView
- MapView
- Flower
- MenuScreen
- LearnLevelsSave
- ChallengeLevelsSave
- TestLevelsSave
- LearnLevelsSaveContainer
- ChallengeLevelsSaveContainer
- TestLevelsSaveContainer
- All UI designs and tiled maps
Esra Genç, Doğa Ece Ersoy and Alp Tuğrul Ağçalı:
- ChallangeModeGUI
- ChallangeModeLevelsGUI
- ChallangeModeModel
- ChallengeLevels
- AlgoZoo
- AlgoZooModel
- IAlgoZooView
- TimerController
- SelectionController
- MenuScreen
- LevelButton
Kerem Erdal and Arda İçöz:
- TestModeGUI
- TestModeLevelsGUI
- TestModeModel
- TestLevels
- TestSelectionButtonController
- Animal
- MenuScreen
### Softwares we used
+ Tiled Map Editor 1.3.3
+ Apache Netbeans IDE 11.3
+ Netbeans IDE 8.2
+ Adobe Photoshop Creative Cloud 2018
### Libraries we used
+ java.util
+ java.io
+ java.awt
+ java.awt.event
+ javax.swing
+ javax.sound
+ javax.sound.sampled
### Instructions
When the project is runned from an IDE, a welcome screen will appear with play and exit buttons. After pressing play button, user can choose one from three game modes which are learn, challenge and test. Also, to learn the details of these modes, user can press the "How to Play" button located in bottom right corner. After choosing a game mode, user will see all the levels that game mode has and if they press the first level, game will be available to be played.