[Javacript Game] Asura Chess v.0.2.1

[Javacript Game] Asura Chess v.0.2.1

in Community Creations

Posted by: Ignitas.9573

Ignitas.9573

Most of you are probably familiar with this little mini game right at the beginning of the Asura starting region. Two remotely-controlled Golems are fighting each other on a 3×3 grid. Because I like this simple, but also funny game principle. I’ve started to implement the is an pure html5, javascript and CSS web game. If you want to test a first version, you can do this here, but notice: this is only a first beta so it could contain some little bugs.

Play Asura Chess v0.2.1 here: http://asura-chess.herokuapp.com/ or http://chrmoritz.github.com/asura-chess/

(Notice: Because I havn’t enough time at the moment, this is only a quick summary of the original post in the german forums here. which will be extended and improved in the future)

How to play:

  • At the top navigation bar you can switch the background image for the game grid (you can find a list of awesome guild wars 2 concept art here, which will be extended in the future), the texture pack (at the moment only a very basic version available, but you can also create you one texturepack) and the language of the game.
  • At the 3×3 grid you see the beginning blue golem 1 and the red golem 2. The peak symbolize the current orientation of the golem. On top of them you can see the health bar.
  • If it is you turn, you can move your golem with the buttons at the bottom or by pressing 1 – 5 on your keyboard as you would do it ingame.
  • Right to the grid, you find the options, where you set a bot for the 2nd goelm (symbolized as round figure without orientation). For this you have to restart the game with the button at the end of the options.
  • On unbeatable you are unable to win against the AI. But this doesn’t mean, that your are kitten to lose. But either that or a rage quit because of an endless sequence of turns will happen after a period of time ;-)
  • Normal will basically the same, but I’ve forbidden the bot to scrip turn, so you can now win.
  • On Easy the bot makes random turns, so this mode is for beginners only.

Attachments:

Play Asura chess in eurem Browser! (forum thread)

(edited by Ignitas.9573)

[Javacript Game] Asura Chess v.0.2.1

in Community Creations

Posted by: Ignitas.9573

Ignitas.9573

Future plans:

  • better texture pack (golems aren’t triangles ;-) )
  • implementation of the random pickups (if you know the original game, you will know what I mean)
  • special effects (fighting animation…)

How can you help?:

  • Please leave here your feedback, suggestions and bug reports
  • If you know something concrete about the random pickups mechanics (how much dmg, which area of effect…) let me know
  • Contribute in one of the following points, if you want

How to create your own texture pack?:

  • Start with the defaul one
  • You see, all 128×128 px cells are in the same png file on a 4×3 grid
  • You can know edit into each cell your imagination of a golem (or whatever you want to do in your texturepack), but be carefull to stay each time in the right 128×128 px cell and keep the function of each cell (empty cell, bot, nothing, nothing – golem 1 locking up, right, down, left – golem 2 locking up, right, down, left)
  • If you are ready save your 512×384 px png and send it here to me (reply, pm…) with an title, your nickname and everything else I should add in the publication of your Texturepack

Github:
Additionally you can contribute in each form (bug reports, suggestions, texturepacks, locale packs …) at my github project

How to translate it into other languages?:

  • look for reference at the German localization file
  • Add your translation with the pattern: “original English text”: “your translated text” (pleas keep the " and if you don’t want to translate a line, remove them, so it fall back to the English version)
  • Send it here to me (reply, pm…) with your nickname for the publication

A big Thanks to:

For his/her work on a texturepack:

For his/her work on a language pack?:

Play Asura chess in eurem Browser! (forum thread)

(edited by Ignitas.9573)

[Javacript Game] Asura Chess v.0.2.1

in Community Creations

Posted by: Ignitas.9573

Ignitas.9573

Patch notes v.0.2 from 1.11.2012:

  • abbility to turn the bot on and off and switch its difficulity without restarting the round
  • added more grid sizes: you can play now an grids of up to 6×6 cells, with bots working on these grids (neededs to restart round)
  • fixed bug in normal bot ki, who makes a bad turn, if bot golems where standing in the same row/colum with one empty cell between them
  • added much more concept arts to background choicer; now you can use one of 33 epic concept art images from guild wars 2
  • choices of background image, texture pack and language are now stored between game sessions (in a cookie)
  • added a abbility to minimize the options
  • many style improvements
  • first steps the relayout the game on small screen sizes to have a betther game experience on tablets and smartphones (more to come sonn)
  • links to project’s source code, issue tracker and forum thread

Hotfix:

  • Fixed bug in webkit based browsers (chrome, safari…) at the expense of supporting old versions of webkit borwsers, which supports only the prefixed version of background-size
  • now you can see the hp of every golem as a number

Patch notes v.0.2.1 from 2.11.2012:

  • further optimizations for smartphone users

Attachments:

Play Asura chess in eurem Browser! (forum thread)

(edited by Ignitas.9573)