WarKu is real-time strategy game which people can manage the village and create troop to have fun with the upgrading resource.
We took Database course. Professor assigned us to work on some project. So we purposed real-time strategy web-based game, because at that time I was Travian-addicted.
There are a lot of function which is incomplete in this project. This following functions are working.
- Member Service
- Resource Upgrading
- Map
- Building Upgrading
MySQL Node.js jQuery
- clone this repository
https://github.com/ReiiYuki/WarKu.git
- Setup your database in
Server\engine.js
andServer\install.js
var con = mysql.createConnection({
host: "YOUR_HOST",
user: "USERNAME",
password: "PASSWORD",
database: "DB_NAME"
});
- Setup game database in
cd Server
node install.js
- Start Server
node index.js
- Now it works at PORT 5555 you can change port at the bottom of
Server\index.js
We won't have any plan to continue this project on this repository.
Travian which is real-time strategy web-based game from Germany.
All right served to Travian
- Voraton Lertrattanapaisal (ReiiYuki)
- Wanchanapon Thanwaranurak (Paiizz)
- Phasin Sarunpornkul (gunhappy)
MIT