Change attributes of an object in an array of objects?

A few friends and I have to learn about arrays of objects for an information project and do some programming for them. The whole thing is in BlueJ, a type of Java. We're currently stuck on the question of how to change individual attributes of a single object in an array of objects and we're…

Is chess a suitable topic for a computer science thesis?

Hello everyone, I'm a student and I'm trying to decide which topic to choose for my computer science thesis. I'm very interested in game development and am considering choosing chess as the topic for my thesis. My question to you is: Is chess a suitable choice for a research paper? I want to make sure…

Can anyone help me with a computer science Java project?

Hi, For my computer science class, I have to code a simple text adventure in Java (BlueJ). The topic is "Mages and Swordsmen." I'm having trouble creating a new object from one of the two classes "Mage" and "Swordsman" using an object from the "GameManager" class, and I don't have the expertise to explain why…