Instead of reading lines of code, Just go play my games!
2023 - Programming Examples
2022 - Programming Examples
Code example 1 - Value identification and calculation
The above example, shows data that is being pulled from a database script using an ID system to display values based on predetermined numbers it also runs a small calculation to work out what the players "attack success rate" is based on the village selected.
Code example 2 - Database
The above example, shows a small data base that defines the values for towers within the game Power the World!
2021 - Programming Examples
Click to move, attack ability and movement system.
Basic AI examples
Range AI movement.
The above example, shows an insight into how the range AI is moving, which is defined by "states" where the AI can either be doing one of four things at any given time, Roaming, Chasing, Attacking & Retreating, these are defined by distances from the AI current location and the players current location.