Astrimedes

joined 1 year ago
[–] [email protected] 15 points 6 days ago (1 children)

Yes, try to find a different job. It's tough out there right now, as you probably know, so don't quit until you've secured a position at a less crazy place.

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago)

In general you want to put things like item statistics, level up experience point thresholds, and any other "pure data" into some kind of text file or database, and then read it into the game on load or when you need it.

Look into exporting and importing JSON objects, and write 'types' in your code that are read in from JSON files. Then when the game or level loads, you read in all of the item statistics, for example.

[–] [email protected] 2 points 5 months ago (1 children)

Nice job! The presentation is very readable despite the inherently cluttered playspace of a TD game