Can we make a drawing application with greenfoot? For Example, if we want to make a program to draw letters of the alphabet for students. If it's possible, please show me how the algorithm is?
Can we make a drawing application with greenfoot? For Example, if we want to make a program to draw letters of the alphabet for students. If it's possible, please show me how the algorithm is?
Of course, it is possible. However, what you need to do is attempt to do it yourself. Then, if you have issues, post what you had tried and explain how it is not what you want.
Since you will be dealing with images, you should familiarize yourself with the GreenfootImage class. Look over what constructors and methods are provided in the class.