Our project was inspired by Catan, designed to be a variation on it. It was Supposed to be a game, but we only built the map generator (still a very major part of our efforts). The program we did build generates a map for Catan, with numbers, different resources, etc, and oppurtunities for expansion, as well as a full coordinate system based off of the verticies of the hexagons, which we're very proud of. It was built in Java 8 from scratch, with very little except very basic things (JFramefor graphics) being provided or researched elsewhere. Even with this tool, graphics in Java are difficult, as well as us not being able to finish due to frontend-backend integration issues. However, the map generator actually works reliably and is consistent with what Catan should look like. We learned about classes and methods, as well as managing a larger project with frontend and backend issues. What's next? We plan to finish the game in the near future, since it is already mostly complete!
Log in or sign up for Devpost to join the conversation.