Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Hearthstone clone written in C# / Using Unity. (Multilingual Version)

Notifications You must be signed in to change notification settings

celikomerdev/HS_Multilang

Open more actions menu
 
 

Repository files navigation

Hearthstone Clone

This is a Hearthstone Clone. It contains the ability to change languages, it uses P2P Technology so there's no verification if something was possible (Hacking is easy)

PHP Scripts

I never made any dynamic PHP Scripts (Reading from a DB etc) but I made some static ones:

Login:

<?php
/*string[] s = res.Split('/');
player.id = s[1];
player.nickname = s[2];
player.expack = int.Parse(s[3]);
player.gold = int.Parse(s[4]);
player.rmb = 2000;
for(int x=5;x<s.Length;x++)
{
player.cards += s[x] + "/";
}*/
echo "ok";
echo "/1";
echo "/ExMex";
echo "/100";
echo "/1000";

// Card items
echo "/id1";
echo "/id2";
echo "/id3";
echo "/id4";
?>

getsets.php:

<?
/*
public enum CardClass
{
    kany,
    kwarrior = 1, //ZZ
    kpaladin = 2,//SQ
    khunter = 3, //LR
    krogue = 4,//SQ
    kpriest = 5,//MS
    kshama = 7,//SM
    kmage = 8,//DZ
    kwarlock = 9,//SS
    kdruid = 11,//DLY
};

ID&NAME&CLASS&CARDS<br />
*/
?>
1&TEST&1&id1*1/id2*1/id3*1/id4*1<br />

Screenshots

About

Hearthstone clone written in C# / Using Unity. (Multilingual Version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.3%
  • Smalltalk 4.0%
  • ShaderLab 2.6%
  • JavaScript 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.