Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r2dev2/kalashnikovjava
THIS HAS BEEN DEPRECIATED A text-based (for now) implementation of the card game known as Kalashnikov. Please note that the project is not currently operational.
https://github.com/r2dev2/kalashnikovjava
Last synced: 3 months ago
JSON representation
THIS HAS BEEN DEPRECIATED A text-based (for now) implementation of the card game known as Kalashnikov. Please note that the project is not currently operational.
- Host: GitHub
- URL: https://github.com/r2dev2/kalashnikovjava
- Owner: r2dev2
- Created: 2019-09-26T04:34:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T16:33:53.000Z (about 5 years ago)
- Last Synced: 2024-10-11T04:34:53.919Z (4 months ago)
- Language: Java
- Homepage:
- Size: 1.42 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kalashnikov
An implementation of [Kalashnikov](https://www.youtube.com/watch?v=IiRk-yGfAjc) from [Life Of Boris](https://www.youtube.com/user/NocturnoPlays).![alt text](./img/thumbnail.jpg)
## Execution
Use the following command to build the program.``gradlew build``
Use the following command to run the program.
``gradlew run``
## Rules
* Standard card deck
* Each person has 20 health
* Four cards to each person
* Rest is military garbage pile
* Need `ace`, `4`, `king`, and `7` to spell out `AK-47`
* Shelf space is shared by both players
* Not visible to either
* Put one card in the discard pile or shelf
* Draw one card from military garbage pile
* Strength of cards: A-K-Q-J-10-9-8-7-6-5-4-3-2
* One who made gun picks one of enemy's cards
* Damage is done based on choice of card:
* Weakest card:
* 1 damage
* 2nd weakest card
* 2 damage
* etc.
* Damage is equal for same num, different suit
* Collect and shuffle cards again