Hello Isaiah Jenkins Student University Bridgeport Need Help Creating Simple Fruit Ninja G Q37097963

Hello. This is Isaiah Jenkins, a student at the University ofBridgeport and I need some help creating a simple fruit ninja GUIgame for my computer science class. So far, I created the Fruitclass and the Bomb class. Can you help me create the GUI part ofthe game?

public class Fruit { private int size, color; private double xSpeed, ySpeed; private int direction, value, x, y; private int width = 500; private int height = 500; public Fruit () {

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.