Warning: session_start(): open(/tmp/sess_4ni4l7a7ibaemi1372kg1pq6l5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KsirK openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

KsirK

   20100717  

KDE Tactics & Strategy Game

Score 78%
kleagkleag
KDE, ksirk and kgraphviewer
Home
KsirK
zoom


KsirK
zoom


Link:  Link
Downloads:  13131
Submitted:  Mar 4 2005
Updated:  Jul 17 2010

Description:

There is now binary packages for several distributions thanks to the OpenSuSE Build Service. See the links below. If there is no package for your distribution, it's probably because it does not currently contains KNewStuff3 while the current (20100717) version of KsirK depends on it.

The KDE 4.2 version of KsirK corrected a lot of bugs but moreover it had new features:
- playing over the Jabber network (Gmail protocol);
- a skin editor. Now if you can create (or gather) SVG graphics, you can easily create new skins;
- Hot New Stuff support. You can easily download and install new skins.


To build the KDE4 preview version, you must have the KDE4 libkdegames package installed with its development package. Then
* download and extract the archive;
* cd in the newly created dir ;
* mkdir build
* cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR .. (where $KDEDIR is where KDE4 is installed)
* make
* install with the appropriate root rights
* run ksirk (or ksirkskineditor)

For bugs reports, please no comment here but at bugs.kde.org

If you want to play network games with others, connect with your jabber account and reach the room ksirk@conference.kdetalk.net


KsirK still needs YOU ! I'd like to receive:
- play network games with you;
- comments;
- bug reports (well, I wouldn't like but they would be useful !);
- help for new skins ;
- code if you'd like.

Happy World Conquest !

Kleag

KsirK is a strategy game inspired by the well known game Risk. It runs under KDE or any Linux system with the KDE libs and is released under the GPL. KsirK is a multi-player network-enabled game with an AI.

Build and installation instructions are in the INSTALL file in the source archive




Changelog:

This was completely outdated ! Before I update this data, you can have a look at the ChangeLog file and the TODO file (items marked with DONE)




LicenseGPL
Source(Source Tarball for KDE4)
Source(Source Tarball for KDE3)
Donate
Send to a friend
Subscribe
Other  Content  from kleag
Report inappropriate content



goto page: prev   1  2  3  4  5 

-

 install failure?

 
 by smileaf on: Nov 16 2006
 
Score 50%

$ ./configure
...
$ make
...
$ su -c "make install"
...
$ ksirk
ksirk: error while loading shared libraries: libksirk_dialogs.so: cannot open shared object file: No such file or directory
$ ldd /usr/kde/3.5/bin/ksirk
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00002b32a9add000)
libksirk_dialogs.so => not found
libksirk_gamelogic.so => not found
libksirk_saveload.so => not found
libksirk_sprites.so => not found
...

Distribution: Gentoo
Gcc: 4.1.1


this comment has been leafed...
Reply to this

-

 Re: install failure?

 
 by kleag on: Dec 21 2006
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

First of all, sorry for the long silence.

Could you send me
1. the output of the 'env' command
2. the output of the 'make install' command

KsirK should be installed in the directory where is the rest of KDE and the configure script should find it automatically. Maybe this does not work on Gentoo...

Regards,

Kleag

P.S.: I will have few internet access from tomorrow to january 3, so don't expect too much an answer until then.


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-

 Re: Re: install failure?

 
 by leo015us on: Dec 22 2006
 
Score 50%

same problem on my gentoo

i did manualy simlinked libksirk_*.so to /usr/lib64 to get it working


Reply to this

-

 Re: Re: Re: install failure?

 
 by kleag on: Dec 22 2006
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

In the last release (1.8), I updated the waf build system. Hopefuly, it will solve this installation failure.

Could you test ?


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-
.

 be careful!

 
 by freon on: Nov 23 2006
 
Score 50%

The new theme recalls me Risk game.

I would like to be wrong here but seems like you, or someone else, scanned the game board, and the game is copyrighted, so doing is not good.

You can post something in the forum to create KsirK new artwork,or deviantart, there are very good artist out there that can help here.


Reply to this

-

 Re: be careful!

 
 by kleag on: Nov 23 2006
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

Thanks for your advice. In fact I got it from the GPL jrisk and as it does not look exactly like my version of the Risk game, but maybe is it another version. I will verify and change that if necessary.


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-

 Re: be careful!

 
 by kleag on: Dec 19 2006
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

I changed the controversial map. I think that the new one have not these problems.


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-

 Re: Re: be careful!

 
 by batmarx on: Aug 10 2010
 
Score 50%

There was no need to change the controversial map!
In fact, the guy that "threatened" you, did a very bad job...

A God knows, how much I hate these copyright warnings!
A map is a map and no copyright can involve in this simple fact...


Reply to this

-

 failure in 1.8 make

 
 by xristoph on: Mar 7 2007
 
Score 50%

install of the version linked here fails:

[13/75] * cpp : ../ksirk/Dialogs/kplayersetupdialog.cpp -> default/ksirk/Dialogs/kplayersetupdialog.os
In file included from ../ksirk/GameLogic/eventslistproperty.h:15,
from ../ksirk/GameLogic/gameautomaton.h:15,
from ../ksirk/Dialogs/kplayersetupdialog.cpp:19:
../kgame-patch/kgame/kgamepropertylist.h:28:32: error: kgame/kgamemessage.h: No such file or directory
../kgame-patch/kgame/kgamepropertylist.h:29:33: error: kgame/kgameproperty.h: No such file or directory
../kgame-patch/kgame/kgamepropertylist.h:30:40: error: kgame/kgamepropertyhandler.h: No such file or directory


Reply to this

-
.

 Re: failure in 1.8 m

 
 by xristoph on: Mar 7 2007
 
Score 50%

works if the package libkdegames-dev is installed. maybe this should be pointed out somewhere. local install (to $HOME/bin)works fine for me, if i start the game from bash with "LD_LIBRARY_PATH=$HOME/bin/lib ksirk"


Reply to this

-
.

 Yey!

 
 by DivanSantana on: May 10 2008
 
Score 50%

Yey! Thats great news that its going to be including in future kde games releases and from kde 4.1 :)

Many more people will play this game :)


Reply to this

-
.

 Graphics

 
 by Dareus on: May 10 2008
 
Score 50%

I'm the italian translator for Ksirk and i'm very interested in it because i like very much the italian version of Risk (Risiko).
IMO Risiko's graphics are way better than what is the current look of KsirK, look at this for example:
http://www.derapate.it/img/risiko_formula_1_FIA_GPMA.jpg
This is a lot more simple and clean.
It could be great to have easy themable maps and armies.


Reply to this

-
.

 Re: Graphics

 
 by kleag on: May 10 2008
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

I agree that KsirK graphics are a little bit ugly. In fact, I am not an artist and current graphics are the result of the raw conversion of old png to svg.

But KsirK is already completely skinable. If you look in the sources, there is a folder skins with all the necessary data.

The complete package with kde 4.1 will contain a documentation with instructions to create skins.


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer and editor
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-

 Re: Re: Graphics

 
 by kleag on: May 10 2008
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

Another detail: the next version with kde 4.2 will be able to download its new skins using KHotNewStuff.


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer and editor
http://extragear.kde.org/apps/kgraphviewer

Reply to this

-
.

 Re: Re: Re: Graphics

 
 by Dareus on: May 11 2008
 
Score 50%

Great! That's what i was thinking about!
Anyway (even if i'm not an artist) i'm trying to realize a new skin.


Reply to this

-
.

 Re: Re: Re: Re: Graphics

 
 by kleag on: May 11 2008
 
Score 50%
kleagkleag
KDE, ksirk and kgraphviewer
Home

Wow! That will be great! And in fact, your experience will be very useful.

A detail: remember to use only graphics on which you have the copyright or that are under a free license.

If you need help/support, please come to the kde-games-devel mailing list or on #kdegames on freenode


KsirK - a turn-based strategy game for KDE
http://gna.org/projects/ksirk

KGraphViewer - a GraphViz dot graphs viewer and editor
http://extragear.kde.org/apps/kgraphviewer

Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team