An open API service indexing awesome lists of open source software.

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

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)