War never changes by Trevor Phillips AUT
This was my first LD, so I hope I haven't done too much wrong.
About the game: In this game you have to kill all terrorists and as little as possible civilians. I didn't had enought time to finish it and make the gameplay fun and creating a menu, but I published it despite of it.
There is no operating exit button, use ALT F4 instead
| Windows | https://tervor-phillips.itch.io/war-never-changes |
| Linux | https://tervor-phillips.itch.io/war-never-changes |
| Original URL | https://ldjam.com/events/ludum-dare/43/war-never-changes |
Ratings
| Given | 1🗳️ | 0🗨️ |
I think your point was that you had to capture the city whilst still remaining citizens in the city, but theres no win screen and/or objective.
Also the lack of an exit button was kind of a pain in the ass.
A simple example (out of the top of my head):
```
void Update
{
If (Input.Key(Keycode.esc))
{
Application.exit
}
}
```
You described what the game should have been.
When I developed the game I had many ideas about the gameplay, but I had no time making it. And so i quickly made this few tools you have in the game.
There even is a exit button, but on the win screen (Which is bugged and dosn't show up)