https://github.com/do-ko/halma
Halma is a board game for two players
https://github.com/do-ko/halma
game python
Last synced: about 1 year ago
JSON representation
Halma is a board game for two players
- Host: GitHub
- URL: https://github.com/do-ko/halma
- Owner: do-ko
- Created: 2024-04-02T21:03:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T13:03:59.000Z (about 2 years ago)
- Last Synced: 2025-02-10T12:25:52.613Z (over 1 year ago)
- Topics: game, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halma
Halma is board game for 2-4 players using an 16×16 board. The game uses
pieces in different colours, one colour per player. The game rules may be found,
e.g., in: https://en.wikipedia.org/wiki/Halma
This game version supports two players.
# Required libraries
- numpy (ver 1.26.4)
- pandas (ver 2.2.1)
- pyGame (ver 2.5.2)