Punarutthaan signifies revival or resurgence. This project aims to bring back the charm and strategic gameplay of three traditional Indian board games: Aadu Puli Aatam, Pallangkuzhi, and Pagade, all implemented using the Pygame library.
-
Aadu Puli Aatam (Goats and Tigers) 🐐🐅: A strategic, asymmetric two-player game where tigers hunt goats while the goats try to surround the tigers.
-
Pallankuzhi; A traditional South Indian mancala game played with cowrie shells or seeds. Players sow and capture seeds based on specific rules.
-
Pagade ♟️✨: A race game similar to Ludo, played with cowrie shells or dice and pawns on a cross-shaped board.
- Interactive graphical interfaces for all three games. 🎮
- Clear and intuitive gameplay using Pygame. 👍
- A brief historical overview of each game. 📜
- Comprehensive instructions on how to play each game. 📖
- Python 🐍
- Pygame 👾
-
Ensure you have Python installed on your system. You can download it from https://www.python.org/downloads/.
-
Install Pygame: Open your terminal or command prompt and run:
pip install pygame
-
Clone the repository:
git clone https://github.com/AasthathecoderX/Punarutthaan cd Punarutthaan -
Run the games: Navigate to the project directory in your terminal and run the main game file (e.g.,
main.pyor a similarly named file that launches the game menu):python main.py