projectdelphai / hnefatafl

hnefatafl: a viking game similar to chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hnefetafl

Reuben Castelino - projectdelphai@gmail.com

Description

A viking game similar to chess. I was inspired to create a game based on this post on Medium and I have followed this site for most of the practical and technical rules

I am coding this as an introductory lesson into c++. So there may be problems in how I make it in regards to efficiency and proper standards. Correct me if I make any errors.

Installation

Currently, there is only verified support for linux platforms (specifically archlinux).

Dependencies:

  1. gcc/g++
  2. Qt 5

Packaged Dependencies (no installation needed):

  1. json-cpp

To compile the package:

make

Then run it with:

./release/hnefatafl

Contributing

  1. Fork the source
  2. Create a branch
  3. Make your changes
  4. Push to your branch
  5. Make a pull request

About

hnefatafl: a viking game similar to chess


Languages

Language:C++ 100.0%Language:IDL 0.0%