Skip to content

ejrh/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex

Build Status

Hex is a turn-based strategy game engine, inspired by Age of Wonders. The name 'Hex' is derived from the fact that the map tiles are hexagonal (remember, naming things is one of the two hard problems of computer science).

Hex does not include any data files from Age of Wonders. If you want to play that game (and I highly recommend it), you should go buy it.

Project Aims

The Hex engine should:

  • Be capable of emulating most of the features of Age of Wonders.
  • Make use of data defined in simple, user-editable text files.
  • Support using Age of Wonders data (e.g. graphics) where possible.
  • Avoid hardcoding game-specific settings where possible.

And less importantly:

  • Be reasonably efficient in the places that matter (mostly, graphics and AI).
  • Use a consistent, reasonably modern (circa C++11) code style.

Documentation

About

Engine for turn-based strategy game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published