• Stars
    star
    17
  • Rank 1,252,806 (Top 25 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

More Repositories

1

Flow

C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
C#
69
star
2

LogiNumPad

Adds a toggle to the numpad keys for LogiTech G9-series RGB keyboards.
C#
20
star
3

Monotonic

Boost proposal: C++ Fastest memory allocator.
C++
16
star
4

KAI

KAI is a distributed computing model written in modern C++ and is cross-plaftorm. Using custom language translators and an executor, KAI provides full reflection, persistence and cross-process communications without having to modify existing source code. KAI Comes with an automated, generational tricolor garbage collector, and Console- and Window-based interfaces.
C
13
star
5

GPT-Startup-Scripts

Some GPT-Chat introductory texts for different environments,.
8
star
6

Unity3dRaymarching

Raymarching '3d fractals' for VR
C#
5
star
7

CppEvents

C++ fast and general multicast delegate/event model inspired by C# events. With blog entry.
C++
5
star
8

QuestN

Multiplayer space for Oculus Quest.
C#
4
star
9

MtG-Library

Build and maintain an accurate description of all the MtG cards you own, by showing the cards to your webcam or phone. Provides full card descriptions, legalities, rules, images and current prices. Can build decks locally and export to various formats like TappedOut.
C#
4
star
10

xiq

A QIX Clone written from scratch on Linux using just video- and audio-buffers.
C++
3
star
11

TurtleGraphics

Turtle Graphics system using modern C++ and SDL, with an interactive Interpreter.
C++
3
star
12

fifth

A forth-like language written in Java that supports Continuations.
Java
2
star
13

Incode

Keyboard shortcuts to move Mouse and Cursor without using mouse or cursor keys.
C#
2
star
14

UnityArchiver

Archives Assets and ProjectSettings into Builds folder
1
star
15

MinimalUnity3dCppPlugin

C#
1
star
16

EntitySystem

Integration of Unity3d and C# Flow library.
C#
1
star
17

replit

C++
1
star
18

Pyro

Pyro provides a framework for distributed, interactive cross-platform experiences with simple Python-like language and bespoke distributed GC. Accessible via a Repl console, WinForms shell, or Unity3d console. Can be installed as a Unity3d Package.
C#
1
star
19

BiDirectionalMap

Bidirectional mapping, often referred to as a "bimap," is a fundamental data structure that associates keys with values and allows efficient reverse Lookups from values to keys.
C++
1
star
20

ChessClock

A fancy custom chess clock based on Raspberry Pi and a 7" color display.
CMake
1
star
21

RpnConversionAndIntegrator

C++20 program that converts mathematical expressions from standard infix notation to Reverse Polish Notation (RPN) and then calculates the definite integral over various ranges.
C++
1
star