Recent content by Karan

  1. K

    D20 Engine - DESIGN (forget code)

    What programming language are you actually using (or would you like to use)? My choice was C# for this project, and I can tell you, that accessing a database with .NET is a piece of cake! The same for Java, if you want to connect to a MySQL database. There are literally dozens of classes...
  2. K

    D20 Engine - DESIGN (forget code)

    This approach is interesting indeed! But I thought the aim was to create a standalone framework which can be expanded easily by new databases. My approach is actually to create a DLL with a couple of tools, that use the functions of this dll to create characters, monsters, to simulate combats or...
  3. K

    D20 Engine - DESIGN (forget code)

    Hi acon360, currently I am working on a D20-Engine myself, which could be ready to release in a couple of months as I hope. So, I am actually involved into this topic ;) First of all, USE NAMESPACES (or packages, if you are using Java)!!! This ensures a certain amount of modularity, which is...
Top