In my game I’m trying to increase the value of wood when I gather wood, but I can’t figure out how. Here’s my code: package Main; import java.util.Random; import java.util.Scanner; public class Main { public static void main(String[] args) { System.out.println("In order to build your house, you need 25 wood"); //I haven't added building the […]
The post How can I change the value of my int variable? appeared first on BlogoSfera.