PDA

View Full Version : v 0.1 Kubiks (like Tetris)



Lev_A
13 Feb 2008, 7:41 PM
Pure java-script.
Languages:
- English,
- Ukrainian,
- Russian

Demo
http://extjs.keliglia.com/ (Big thanks Ytorres (http://extjs.com/forum/member.php?u=5340) again) ;)

Download
Kubiks_v0.1.zip (http://extjs.keliglia.com/app/dl/Kubiks/Kubiks_v0.1.zip)

HowTo Install (like Saper (http://extjs.com/forum/showthread.php?t=24335) - done by me or Kregator (http://extjs.com/forum/showthread.php?t=19742) and Weather (http://extjs.com/forum/showthread.php?t=22499) from Ytorres (http://extjs.com/forum/member.php?u=5340))
* Unzip the file to the root of your installation.
* Add this (red) lines in :

- default.php :


<!-- MODULES -->
<script type="text/javascript" src="source/modules/layout-window/js/layout-window.js"></script>
<script type="text/javascript" src="source/modules/docs/js/docs.js"></script>
<link rel="stylesheet" type="text/css" href="source/modules/docs/css/docs.css" />

<script type="text/javascript" src="plugins/Saper/locale/saper-en.js"></script>
<script type="text/javascript" src="plugins/Saper/saper.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Saper/saper.css" />

<script type="text/javascript" src="plugins/Kubiks/locale/kubiks-en.js"></script>
<script type="text/javascript" src="plugins/Kubiks/kubiks.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Kubiks/kubiks.css" />




- DesktopConfig.js


getModules : function(){
return [
new MyDesktop.LayoutWindow(),
new MyDesktop.Docs(),
new MyDesktop.GridWindow(),
new Plugin.DeskWeather(),
new Plugin.Saper(),
new Plugin.Kubiks(),
new MyDesktop.TabWindow(),
new MyDesktop.AccordionWindow(),
new MyDesktop.subSubMenu(),
new MyDesktop.subMenu(),
new MyDesktop.BogusModule(),
new MyDesktop.Preferences(),
new Plugin.DeskKregator()
];
},

ver 0.1:
initial release


Screen:
http://extjs.keliglia.com/app/screen/Kubiks/kubiks.jpg
http://extjs.keliglia.com/app/screen/Kubiks/kubiks2.jpg

Any feed back - welcome ;)

israel
13 Feb 2008, 9:57 PM
very good cool
give me the cod to put clock in my desktop pls
in desktopconfig?
tenkyou

franckxx
13 Feb 2008, 11:25 PM
Excellent !, h

Ytorres
20 Feb 2008, 3:48 AM
Hi Lev_A !

Nice to see one more game from you ;)

I can suggest you to add score pear users into mysql database ;) (same request as your previous game ^^)

Perhaps you can choose some different color for different piece too.

Keep up your great work :)

qbase
25 Feb 2008, 4:17 AM
tnx again for another great js-game. :)
btw: can't find "kubiks-icon.png" in your zip-archiv...

attached: german translation.

Lev_A
25 Feb 2008, 6:19 AM
tnx again for another great js-game. :)
btw: can't find "kubiks-icon.png" in your zip-archiv...

attached: german translation.

kubiks-icon.png - not done yeat :(

german translation - big THANKS!!! I'll add it to next release

qbase
25 Feb 2008, 7:11 AM
kubiks-icon.png - not done yeat :(


replace "kubiks_icon.png" with "image.png" in your kubiks.css and it's done.
i've done it on my homepage, it looks pretty enough. ;)

Ytorres
13 Oct 2008, 9:44 PM
Port to qWikiOffice v 0.8.1

* Download it here (http://qo-modules.tuxfamily.org/index.php?option=com_docman&task=cat_view&gid=42&Itemid=58).
* Demo here (http://qo-modules.tuxfamily.org/demo/).

Icon/Logo have been updated in this version. Thancks to Franckxx (http://extjs.com/forum/member.php?u=12208) ^^

Ytorres
20 Oct 2008, 1:02 PM
Hi all,

Version 0.2 is just release.

* Demo (http://qo-modules.tuxfamily.org/demo/)
* Svn (http://svn.tuxfamily.org/viewvc.cgi/qomodules_kubiks/trunk/Kubiks/)
* Download (http://qo-modules.tuxfamily.org/index.php?option=com_docman&task=cat_view&gid=42&Itemid=58)
* Forum (http://qo-modules.tuxfamily.org/index.php?option=com_fireboard&Itemid=54&func=showcat&catid=6)

Here a screen :