All Projects → mycard → Moecube

mycard / Moecube

萌立方客户端APP本体

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Moecube

Warcraft Remake
Java remake of Warcraft game
Stars: ✭ 83 (-5.68%)
Mutual labels:  game
Starruler2 Source
4X Space Strategy game Star Ruler 2's open source distribution.
Stars: ✭ 1,267 (+1339.77%)
Mutual labels:  game
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-1.14%)
Mutual labels:  game
Ozz Animation
Open source c++ skeletal animation library and toolset
Stars: ✭ 1,250 (+1320.45%)
Mutual labels:  game
Doom Nano
A 3d raycast engine for Arduino
Stars: ✭ 86 (-2.27%)
Mutual labels:  game
Kys Pascal
《金庸群侠传》Pascal重制版
Stars: ✭ 86 (-2.27%)
Mutual labels:  game
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+1310.23%)
Mutual labels:  game
Flame Crates Example
This is an example game made using the 🔥 Flame Engine
Stars: ✭ 88 (+0%)
Mutual labels:  game
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-2.27%)
Mutual labels:  game
Swarfarm
SWARFARM - Assistant website for Summoner's War
Stars: ✭ 87 (-1.14%)
Mutual labels:  game
Taelinarena
[outdated] A moddable MOBA in Formality
Stars: ✭ 84 (-4.55%)
Mutual labels:  game
Antsy Alien Attack
A game, written in Bash, that is a somewhat retro-a-like shoot 'em up. Hopefully.
Stars: ✭ 86 (-2.27%)
Mutual labels:  game
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-1.14%)
Mutual labels:  game
Swiftcode
Multiplayer, interactive, realtime typing speed game
Stars: ✭ 83 (-5.68%)
Mutual labels:  game
Yarnspinner
Yarn Spinner is a tool for building interactive dialogue in games!
Stars: ✭ 1,283 (+1357.95%)
Mutual labels:  game
Valheim Character Editor
Stars: ✭ 80 (-9.09%)
Mutual labels:  game
Phaser Es6 Webpack
A bootstrap project for create games with Phaser + ES6 + Webpack.
Stars: ✭ 1,266 (+1338.64%)
Mutual labels:  game
Cotwelm
Castle of the Winds (A Remake in Elm)
Stars: ✭ 88 (+0%)
Mutual labels:  game
Everpuzzle
Tetris Attack / Pokemon Puzzle style game written in Rust
Stars: ✭ 88 (+0%)
Mutual labels:  game
Seeds Game
Collect seeds, save the world
Stars: ✭ 87 (-1.14%)
Mutual labels:  game

MyCard Build Status Build status NSP Status

Install Dependencies

npm install

Install Dependencies (macOS)

mkdir -p bin
curl --location --retry 5 https://github.com/aria2/aria2/releases/download/release-1.29.0/aria2-1.29.0-osx-darwin.tar.bz2 | tar --strip-components=2 -C bin -jxf - aria2-1.29.0/bin/aria2c

Install Dependencies (Windows)

mkdir -p bin
curl --location --retry 5 --output aria2-1.29.0-win-32bit-build1.zip https://github.com/aria2/aria2/releases/download/release-1.29.0/aria2-1.29.0-win-32bit-build1.zip
unzip -o aria2-1.29.0-win-32bit-build1.zip aria2-1.29.0-win-32bit-build1/aria2c.exe
mv aria2-1.29.0-win-32bit-build1/aria2c.exe bin
rm -rf aria2-1.29.0-win-32bit-build1 aria2-1.29.0-win-32bit-build1.zip
curl -L 'http://downloads.sourceforge.net/project/msys2/REPOS/MSYS2/i686/bsdtar-3.2.1-1-i686.pkg.tar.xz' | tar --strip-components=2 -C bin -Jxf - usr/bin/bsdtar.exe
curl -L 'http://downloads.sourceforge.net/project/msys2/Base/i686/msys2-base-i686-20161025.tar.xz' | tar --strip-components=3 -C bin -Jxf - msys32/usr/bin/msys-2.0.dll msys32/usr/bin/msys-bz2-1.dll msys32/usr/bin/msys-gcc_s-1.dll msys32/usr/bin/msys-iconv-2.dll msys32/usr/bin/msys-lzma-5.dll msys32/usr/bin/msys-lzo2-2.dll msys32/usr/bin/msys-nettle-6.dll msys32/usr/bin/msys-xml2-2.dll msys32/usr/bin/msys-z.dll msys32/usr/bin/sha256sum.exe msys32/usr/bin/msys-intl-8.dll
node_modules\.bin\electron-rebuild

Run

npm start

WebStorm

Editor
    Code Style
        HTML
            Other
                × Keep line breaks
                × Keep line breaks in text

                Wrap attributes: Do not wrap
                × Wrap text
        TypeScript
            Other
                Generated code
                    Quote marks: Single quotes

Languages & Frameworks
    Javascript
        Javascript language version: ECMAScript 6
        √ Prefer Strict mode
        √ Only type-based completion

    TypeScript
        √ Enable TypeScript Compiler
        TSLint
            √ Enable
    Node.js and NPM
        Coding Assistance
            Enable
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].