This site requires JavaScript, please enable it in your browser!
Greenfoot back
MyProject
MyProject wrote ...

2023/6/5

How to Make Drawing Game

MyProject MyProject

2023/6/5

#
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?
danpost danpost

2023/6/5

#
MyProject wrote...
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.
You need to login to post a reply.