curseofwar icon indicating copy to clipboard operation
curseofwar copied to clipboard

A Real Time Strategy game for Linux.

Results 14 curseofwar issues
Sort by recently updated
recently updated
newest added

Hi, I'm participating in hacktoberfest 2021. I found a memory leak and I have a patch to fix it. Could you add "hacktoberfest" tag to your project? (Click the gear...

I have a request that you may find interesting. Many people are applying AI to games, as a sort of benchmark for comparing AI. The game of chess is long...

Show messages when any side is eliminated or when there is an overall victor.

` case ESCAPE: case 91: break; ` What are those cases for?

Hi, First : thanks a lot for that game ! That's one of the best terminal-based video game I played :) I found out about the buildings prices here: https://github.com/a-nikolaev/curseofwar/blob/master/king.h#L33...

Hi, it seems that `curseofwar -h` is cover my whole terminal, I hope that it can be shorten. Good luck and have a nice day!

If im fighting 2 or more players, i would like to save a position and hit a hotkey to jump to that spot. Instead of using holding down hjkl to...

To build the graphical version: ``` make SDL=1 ``` (i.e. the variable SDL must be defined) To run: ``` ./curseofwar-sdl [usual args] ``` Don't try to install. It does not...

Please add a shortkey for exit of the game with confirmation. And block ctrl+c thx!