https://github.com/dvx/archmaster
https://github.com/dvx/archmaster
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvx/archmaster
- Owner: dvx
- Created: 2018-02-08T07:17:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T18:49:24.000Z (about 7 years ago)
- Last Synced: 2026-01-03T01:06:08.563Z (6 months ago)
- Language: HTML
- Size: 2.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archmaster
The project is generated by [LoopBack](http://loopback.io).
## Game Basics
- Deck size: 10 cards
- Resource types:
- Science
- Debuffs
- Faith
- Heals
- Nature
- Buffs
- Industry
- Damages
- Card types:
- Building
- Can't attack
- Creature
- Attack
- Defense
- Gather
- Affects resource generation
- Rolling for random resource:
- 80% you get 1 random resource
- 10% chance you get 2 of the same random resource
- 10% chance you get 2 random resources
- Rolling for specific resource:
- 60% chance you get 1 resource
- 40% change you get 2 resource
## Game Loop
1. Turn START
2. By default, 3 ACTION POINTS availble:
1. SHUFFLE own deck (cost: 1 AP)
2. ROLL for random resource (cost: 1 AP)
3. ROLL for specific resource (cost: 2 AP)
4. DRAW card (cost: 2 AP)
5. PLAY a card (cost: 1 AP + resources)
3. Take actions until all AP is expended or PASS
4. COMBAT phase
1.