brokenprogrammer / 10Flips

Online version of the greatest card game known to man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10Flips

Online version of the greatest card game known to man

Client

The client is made using Emscripten.

Installing

# Get the emsdk repo
git clone https://github.com/emscripten-core/emsdk.git

# Enter that directory
cd emsdk

# Fetch the latest version of the emsdk (not needed the first time you clone)
git pull

# Download and install the latest SDK tools.
emsdk install latest

# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
emsdk activate latest

# Activate PATH and other environment variables in the current terminal
emsdk_env.bat

Building

build.bat

Running

cd build

python -m http.server 8080

About

Online version of the greatest card game known to man

License:MIT License


Languages

Language:C++ 87.3%Language:C 11.5%Language:C# 1.1%Language:HTML 0.1%Language:Batchfile 0.0%