https://github.com/cschladetsch/cardchess-unity3d
A Unity3d game inspired by Chess, MtG and SC2. The playfield is a NxM board. Players take turns casting spells, which can summon a creature to the board, add an item to a creature, or do other special effects. Attacking and movement of the pieces are mostly Chess-based, except that pieces have Health. Full rules are available on the wiki pages.
https://github.com/cschladetsch/cardchess-unity3d
card-game chess csharp game networking unity
Last synced: about 1 year ago
JSON representation
A Unity3d game inspired by Chess, MtG and SC2. The playfield is a NxM board. Players take turns casting spells, which can summon a creature to the board, add an item to a creature, or do other special effects. Attacking and movement of the pieces are mostly Chess-based, except that pieces have Health. Full rules are available on the wiki pages.
- Host: GitHub
- URL: https://github.com/cschladetsch/cardchess-unity3d
- Owner: cschladetsch
- License: mit
- Created: 2018-05-07T06:24:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T12:38:59.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T15:07:38.865Z (over 1 year ago)
- Topics: card-game, chess, csharp, game, networking, unity
- Language: C#
- Homepage:
- Size: 222 MB
- Stars: 17
- Watchers: 5
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Card Chess 
[](https://ci.appveyor.com/project/cschladetsch/cardchess)
[](./LICENSE)
**The CI Build is failing because it is a Unity3d project, and the use of git-submodules. Keeping the badge as a reminder to everyone about these issues.**
ChardChess Unity3d game inspired by Trading Card Games such as [Magic the Gathering](https://magic.wizards.com/en) and [Chess](https://lichess.org/).
Am taking the unusual option of using an architecture that largely ignores Unity.
Focusing on the gameplay and [Rules](https://github.com/cschladetsch/CardChess/wiki), and only later will added interaction and visuals/audio.
The main scene is in _Scenes/Main_.
## Building
The build and Packages require an installation of [WorkFolder](https://github.com/cschladetsch/WorkFolder) mapped to the w-drive.
I'll cover this all in more detail when I expect others to try to build it.
## Testing
There are tests in _App/Tests_ folder that uses mocked types in _App/Mock_.
These tests are currently broken because I changed the rules without fixing the tests to match.
## Gameplay
At first, the game will be a 2 player hotseat desktop (macOS and Windows) game.
The main [GameLoop](https://github.com/cschladetsch/CardCHess/wiki/gameloop) is well documented in the wiki.
Later, if that all works out well, then networking layer will be added between Model and Agent. This has already been architected for via use of Futures for all interactions between Agents and Models.
## Discord
There's also a [discord server](https://discord.gg/c8SmrE) connected to GitHub.