itch.io is community of indie game creators and players

Devlogs

Weapon Data Tables

In Development-A Log of Coding and Game Design
A downloadable game for Windows

Created a weapon spawner that spawns a random weapon with a random type each time. Using enumerators we set a list of a few weapons with elemental conditions and damage range. Then using those set credentials, we spawned the weapon with those set attributes by setting it from the data table.

Download In Development-A Log of Coding and Game Design
Leave a comment