1

One of my favorite games is the old Avalon Hill class, PanzerBlitz.

I would like to implement it electronically, and have a couple questions related to that:

  1. Would I be in legal trouble if I do this? (note - this is not for sale or distribution)
  2. How would I go about implementing the hex grid and piece database most effectively (each piece has a variety of 'factors' (movement, carryability, attack, defense, unit type)?

The game play and mechanics are already well-defined in the written rules - so I'm not writing the game from scratch - just programming it to follow the board game.

warren
  • 152
  • 1
  • 6

2 Answers2

2

For question 1, see How closely can a game legally resemble another?

For question 2, you might find some past questions tagged with Hexagon useful. It's not clear whether you have referenced them yet. See https://gamedev.stackexchange.com/search?q=hexagon

Tim Holt
  • 10,318
  • 1
  • 31
  • 46
0

Even if you can make a similar game, do not use the name, their assets(images++) or copy anything else directly without their approval.

Matsemann
  • 679
  • 4
  • 12