Latest Code Download
Added 2021-02-08 12:46:42 +0000 UTCHere is the latest download link for the code for the city-builder game:
https://drive.google.com/file/d/1xndu6i-WWHqr38yVEn4QJ5sFMwNDmo1E/view?usp=sharing
Here's a quick video showing how to set it up in Eclipse:
https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0
although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.
Thanks as always!
Comments
In case someone else runs into this issue... After uninstalling and reinstalling everything (including Eclipse), when I first brought the project in, I saw a problem for "failed to init ct.sym". This solved it for me: https://stackoverflow.com/a/65159085
KC Oaks
2021-03-13 10:13:03 +0000 UTCI feel better seeing a tree of packages now. It still won't build, but this is obviously something specific to my local project so you don't have to spend any more time on it. Thank you for providing options!
KC Oaks
2021-03-09 08:20:36 +0000 UTCThe tree structure is indeed just a preference, so it shouldn't make a difference. Just at the top-right of where the packages are displayed there's a little downwards arrow - you can click that and then "Package Presentation" -> "Hierarchical" if you'd like to change it. As for the issue you're having, have you tried refreshing the project (Right-click on the project in the "Package Explorer" on the left and click "Refresh")? Or you could also try "Project" -> "Clean" and then select the relevant project. Those are my go-to options when Eclipse is playing up. Then make sure you have the MainApp class selected in the Package Explorer and try running it again. Let me know how it goes!
ThinMatrix
2021-03-09 07:33:10 +0000 UTCLate to the game, but anxious to get caught up as I've been following the Trello and videos about the game for months. I'm having issues getting the project set up in Eclipse (never used it before) and am hoping someone has a quick answer. Instead of what Karl shows in his video for his project where it's a nice tree structure under src, I'm seeing a list with flattened names. Maybe that's just a preference selection. But I'm unable to run thinmatrix.cityBuilderGame.main.MainApp. I get a ClassNotFoundException citing "thinmatrix.cityBuilderGame.main.MainApp". I'm wondering if my lack of tree structure is a sign that I've done bunked something up. Like I said, Eclipse and Java newbie.
KC Oaks
2021-03-08 18:25:50 +0000 UTC