|
2014-05-28
, 06:25
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#2
|
|
2014-05-28
, 06:55
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#3
|
Currently installs main game binaries into /opt/curseofwar/ and resource files into ~/.curseofwar. All resource files will be installed under /opt on next release.
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2014-05-28
, 10:34
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#4
|
Err, that means it's already as much in /opt as it's going to get. both /opt and /home are mounted outside of the rootfs and on the main mmc/flash chip. So ~/.curseofwar is already "optified" (unless ~ here stands for root user's home, aka /root, but I presume you mean /home/user )
So if you wish to move it for optification/not-clobbering-root-fs purposes, I recomment leaving it alone where it is, since it's already not on the rootfs.
|
2014-06-23
, 06:42
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#5
|
But IMO static resoursces should be on /opt/ not in the /home/user directory.
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
Curse of War is a fast-paced action strategy game for Linux originally implemented using ncurses user interface. An SDL graphical version is also available (since version 1.2.0).
Unlike most RTS, you are not controlling units, but focus on high-level strategic planning: Building infrastructure, securing resources, and moving your armies.
upstream website: http://a-nikolaev.github.io/curseofwar/
Uploaded to extras-dev. Currently installs main game binaries into /opt/curseofwar/ and resource files into ~/.curseofwar. All resource files will be installed under /opt on next release. Both curses and SDL binaries included, but desktop icon only launches SDL version as curses text version is problematic on n900 screen.
Maximum width and height of rectangular (default) playfield is 22 x 22. Default is 21x21 which is what you get when launching from the application menu icon.
Network play is possible by starting a server with curseofwar from cli, but currently untested. If anyone tests this successfully, please let us know.
Instructions from the website:
Rules
1.Cities (W#W, i=i, and n) increase your country's population
2.Gold mines (/$\) give you gold, which is used to build new cities.
3.Put flags on the map to move your army. Press space to add and remove flags.
4.You play as a ruler of the green country.
5.Computer opponents have different personalities and different approach to control their armies
6.Game conditions can be adjusted with command line arguments, see $ curseofwar -h
Controls
Arrow keys and [H], [J], [K], [L] are for moving the cursor
[R] or [V] to build village -> town -> castle
[Space] to add/remove a flag
[X] to remove all your flags
[C] to remove a half of your flags
[Q] quit the game
For more gameplay info:
http://a-nikolaev.github.io/curseofwar/howtoplay/
Last edited by shawnjefferson; 2014-06-15 at 03:50. Reason: fixed various mistakes in first post