Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumn2u/baghchal
Bagchal is a strategic board game featuring AI, where tigers aim to 'hunt' goats while the goats strategically block the tiger's movements.
https://github.com/sumn2u/baghchal
bagchal board-game classic-game games html5-game learning nepal open-source strategy-game
Last synced: 3 days ago
JSON representation
Bagchal is a strategic board game featuring AI, where tigers aim to 'hunt' goats while the goats strategically block the tiger's movements.
- Host: GitHub
- URL: https://github.com/sumn2u/baghchal
- Owner: sumn2u
- License: bsd-3-clause
- Created: 2019-09-08T11:26:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:49:36.000Z (5 months ago)
- Last Synced: 2025-01-21T21:03:26.587Z (11 days ago)
- Topics: bagchal, board-game, classic-game, games, html5-game, learning, nepal, open-source, strategy-game
- Language: JavaScript
- Homepage: https://iamsuman.itch.io/bagchal
- Size: 21.4 MB
- Stars: 92
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Bagchal: The Hunt for Goats
======[![GitHub issues](https://img.shields.io/github/issues/sumn2u/baghchal)](https://github.com/sumn2u/baghchal/issues) [![GitHub forks](https://img.shields.io/github/forks/sumn2u/baghchal)](https://github.com/sumn2u/baghchal/network)
[![GitHub stars](https://img.shields.io/github/stars/sumn2u/baghchal)](https://github.com/sumn2u/baghchal/stargazers)
[![GitHub license](https://img.shields.io/github/license/sumn2u/baghchal)](https://github.com/sumn2u/baghchal/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/sumn2u/bagchal.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsumn2u%2Fbaghchal)Bagh-Chal is a strategic, two-player board game that originated in Nepal. The game is asymmetric in that one player controls four tigers and the other player controls up to twenty goats. The tigers 'hunt' the goats while the goats attempt to block the tigers' movements. This game is also seen in southern India with a different board, but the rules are the same.
[![bagchal banner](./screenshots/bagchal_banner.png)](https://youtu.be/cyQjHWMCXNE)
This project was initally build for [Community Challenge hackathon](https://developercircles2019.devpost.com) by Facebook Developers Community and submitted as a [baghchal-nepali-board-game](https://devpost.com/software/baghchal-nepali-board-game).
## Jump To
* [Description](#description)
* [Installation](#installation)
* [Instructions](#instructions)
* [Demos](#demos)
* [Screenshots](#screenshots)
* [Tests](#tests)
* [Contributing](#contributing)
* [License](#license)## Description
The game is asymmetric in that one player controls four tigers and the other player controls up to twenty goats. The tigers 'hunt' the goats while the goats attempt to block the tigers' movements. This game is also seen in southern India with a different board, but the rules are the same.
## Installation
Installing `bagh-chal` is easy. You can clone the repo from here.
```
git clone https://github.com/sumn2u/baghchal.git
```... and run the following command
```
yarn install && yarn start
```## Instructions
## Support the project ⭐
If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us get visability and allow the community to grow. 🙏
## Demos
https://bagh-chal-dd292.firebaseapp.com/
For Facebook Instant Games:
https://fb.gg/play/375985399708837## Screenshots
## Tests
To test the application run the following command
```javascript
yarn run development```
And open the following urlhttps://www.facebook.com/embed/instantgames/375985399708837/player?game_url=https%3A%2F%2Flocalhost%3A5000
You can run test by using following commands
```javascript
yarn run test```
## Contributing
Feel free to pull and contribute! If you do, please make a separate branch on your Pull Request, rather than pushing your changes to the Master. It would also be greatly appreciated if you ran the appropriate tests before submitting the request. Hope you enjoy playing this game 💜.
## License
BSD-3-Clause license