/Gridmaster

Primary LanguageVisual Basic .NET

Gridmaster is a simple project to learn how to make the following things:

  • 2D Engine (fps capped renderer)
  • Map (Node grid with extensive functions)
  • Terrain (Perlin noise)
  • Camera (Camera that can move with ASWD-keys)
  • Timesystem (Keeps tracking, days, months and years as wel for seasons)
  • Plugins (Able to load in extensions dynamically)
  • Pathfinding (A* pathfinding system)
  • Resources (Resources distribution and replenishable)