Knight Fight created by zoko
Category: Strategy
Added: 11 July 2008
Created by: zoko
Version: 3
Game description: A basic turn-based tactical game, i'm probably going to use the engine for other games.
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
Pretty good...
Added: 11 July 2008
Created by: _Incognito_
Pros: graphics are pretty good, and you act...
Cons: movement glitchy, gets boring after a...
More Games By This Creator
This creator has no other games uploaded.





zoko said about 1 year ago
f1 dude, f1....
_Charlie_ said over 2 years ago
errrr? the controls? i have no idea what they are... :P
zoko said over 3 years ago
The graphics belong to spiderweb software for one of their games, geneforge. The game includes all the graphics in sheets, and since spriting can be so annoying sometimes I thought I might as well use the graphics at hand.
The ai would be a bit tricky, since it's a little hard not to make the comp do something incredibly stupid. Also, sometimes the dudes get unaligned to the grid, which messes the whole game up.
Commander Jaspo said over 3 years ago
custom graphics or no? it's kind of hard to tell, so if they aren't, at least they were well integrated. It never hurt to have sound, music, and a menu though too. Nice concept, did see one bug in the walking sprites once though.
AI: I use random chance a lot, and also variables which serve as switches (assign 0 for off (untrue) and 1 for on (true), for example make it so the AI only does stuff when it isn't the human turn by setting the variable "turn" to 0 then, and use an "if" statement.