KinderKit-2 is a Java-based educational application designed to provide interactive learning tools. The project features a drawing canvas and shape recognition functionality to enhance creativity and geometric understanding.
- Drawing Canvas: An interactive area where players can draw freely, encouraging creativity and motor skills development.
- Shape Recognition: Identifies and interacts with basic geometric shapes, aiding in the understanding of fundamental geometry concepts.
To run KinderKit-2 on your local machine, ensure you have the following prerequisites:
- Java Development Kit (JDK): Version 8 or higher.
-
Clone the repository:
git clone https://github.com/julehalim/KinderKit-2.git
-
Navigate to the project directory:
cd KinderKit-2 -
Compile the Java files:
javac *.java -
Run the application:
java KinderKit
Upon launching the application, users can access the drawing canvas to create illustrations. The shape recognition feature will detect and highlight recognized shapes, providing immediate feedback to the user.
Contributions to enhance KinderKit-2 are welcome. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear and descriptive messages.
- Push your changes to your forked repository.
- Submit a pull request detailing your changes.