PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

End condition #55

Closed elliotnaylor closed 7 years ago

elliotnaylor commented 7 years ago

I am about to start working on implementing the end condition to the game. Whether it's win or lose.

elliotnaylor commented 7 years ago

Currently I finished implementing an end goal, which will print a message saying the ants have won if the amount of ants hit a set amount.

elliotnaylor commented 7 years ago

Just finished adding the end game to the tools, so once all ants are used or destroyed it will print an end game message

elliotnaylor commented 7 years ago

Currently they only print messages but I intend these to be replaced with an end game hud that has been implemented

elliotnaylor commented 7 years ago

Added the actual end game screen, deleted the ants after a short amount of time and fixed a small bug where the end game screen wouldn't appear. The only noticeable issue now is that the ants can end the game early by applying multiple tools to an ant. This can be fixed in #44

ghost commented 7 years ago

As a side note, I’ve added a secondary end game condition. When the levels timer runs out the game now ends. I’ve implemented this in the branch dedicated to issue #59.

BojanStankovic commented 7 years ago

A reminder here: develop branch is broken by this merge so @ScaryEme and I need to fix it as soon as possible because nothing else can be merged at this point.

Things broken:

BojanStankovic commented 7 years ago

@ScaryEme fixed this. The problem was with references. This is now fully merged into the develop and operational. Closing the issue