JeyDi / BearAndHuntersGame

Repository for various versions of Bear (and Hunter)'s Board Game to promote this ancient game played in Italian Alps and to use as a Python exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bear (and Hunter)'s Game

Bear (and Hunter)'s Game is an ancient board game played in Cervo Valley, in the Italian Alps

More informations about discovery here: https://vallecervobiella.wordpress.com/il-gioco-dellorso/ (in Italian)

Game rules

  • First player is the Hunter, he owns three pawns in the board with the goal to catch (block) the bear in one of the twelve final positions
  • Second player is the Bear, he owns a unique pawn; has to move in the board for 40 moves without been blocked in one of the final positions, in order to escape and win

Starting position

Start

Final positions

1 2 3

4 5 6

7 8 9

10 11 12

Board

  • The board is a circle with an inner circle inside and four semicircles, one for each quarter, all divided by two perpendicular lines.
  • Each intersection is a position for players

Board

Steps of the project

  • Language: Python

Steps on design

  • Procedural - DONE
  • OO - DONE

Steps on UI

  • Text - DONE
  • Graphical with Tkinter - DONE
  • Graphical with PyGame - DONE (Game labels and comments in Italian)
  • Graphical with PyGame and Bear AI - DONE with main contribution of Angelo Huang (Flecart) (Game labels and comments in Italian)

Thanks for PyGame lessons to Michele Pugno.

Thanks for the assets in PyGame version to Stefano Gunella and Enrico Battuello.

Thanks for Bear AI implementation to Angelo Huang (Flecart).

Music "Games Worldbeat" by Bernardo R. from http://freesound.org

Steps on game

  • Human vs Human - DONE
  • Human vs Bot (AI)

About

Repository for various versions of Bear (and Hunter)'s Board Game to promote this ancient game played in Italian Alps and to use as a Python exercise

License:MIT License


Languages

Language:Python 100.0%