- Dec 04, 2015
-
-
Charlie Ringer authored
-
- Dec 03, 2015
-
-
Charlie Ringer authored
Removing references to settings menu as decided to not included it as there was nothing to put there really.
-
Charlie Ringer authored
Audio files added to the. Zombies moan and will moan louder the closer they are. A heartbeat plays and will get faster the closer you are to the exit. There is a click sound and audio that plays when youy finish a level (both win and lose).
-
- Dec 01, 2015
-
-
Charlie Ringer authored
Refactored some code that was not being used or being used poorly. Also commented everything that had not been commented yet.
-
- Nov 30, 2015
-
-
Charlie Ringer authored
-
Charlie Ringer authored
-
Charlie Ringer authored
-
Charlie Ringer authored
-
Charlie Ringer authored
-
Charlie Ringer authored
Acidentily removed it to tst something. Adding it back.
-
Charlie Ringer authored
Little to no work has been done on the game play but I have written over overhauled all of the non-game screens. Once exception - settings is still being worked on becasue I need to implement audio first.
-
- Nov 27, 2015
-
-
Charlie Ringer authored
Path finding now works much better. The enemies very rarely get stuck any more. The crash has been fixed and they do not walk over walls.
-
- Nov 26, 2015
-
-
Charlie Ringer authored
Pathing for the AI now work but there are some issues. There are a few little issues that are not a major issues and can be resolved easily. However there is also an intermitted crash bug which needs looking at.
-
- Nov 24, 2015
-
-
Charlie Ringer authored
This will probably be the last work I do on this. I now only pass back the points I care about and iterate over those.
-
Charlie Ringer authored
App is not so wastefull when creating the image that makes up the vision. This has has some improvement to the frame rate but this still needs working on.
-
- Nov 23, 2015
-
-
Charlie Ringer authored
Still not great however. The probelm lies mostly with the creation of the display image from the bitmap. Need to fix this.
-
Charlie Ringer authored
vision now works although the framerate has taking a massive hit as a result. I need to fix this because it makes it kind of unplayable. However I want to commit this now because it is in a working state.
-
- Nov 20, 2015
-
-
Charlie Ringer authored
-
Charlie Ringer authored
-
Charlie Ringer authored
Players now get 10 torches and can press SPACE to thrown one at an enemy. They can also press Q to place a torch. This is be useful for attracting enemies ones they path to the nearest light source. Unfortuantly this broke the vision so that has been temporarily dsiabled. Additionally the thrown torches are not cleaned up once they have finished or hit a wall etc.
-
- Nov 15, 2015
-
-
Charlie Ringer authored
No functional work really, just comments. This is to get it ready for the WIP hand in.
-
- Nov 13, 2015
-
-
Charlie Ringer authored
By rotating them on disk there is never a function call to rotate then in the code so no error.
-
Charlie Ringer authored
You can now reload the game from the post game screen. Known bug: when you restart the spirtes animate backwards. Not sure why.
-
Charlie Ringer authored
-
Charlie Ringer authored
More works needs to be done to get then functioning nicely but this is a start.
-
Charlie Ringer authored
Added attacking logic. Game is more playable. All that is needed fr the WIP hand in is to implement better post game screens with the chance to replay.
-
Charlie Ringer authored
Added basic README, will be updated as an when it needs to be.
-
Charlie Ringer authored
Small bug fixing with the state changer and the way the img bank is passed into the game object.
-
Charlie Ringer authored
All images are now the correct size so that there is no resizing in code. The image bank now asserts that the image was loaded. A basic front end was added. There is now a state enum to switch between various game states.
-
- Nov 10, 2015
-
-
Charlie Ringer authored
This has been added along qwith code to stop the player dieing if he runs into a zombies that has been killed. Currently there is no way of actually killing the zombie, that is the next job.
-
Charlie Ringer authored
This is so that I don't have to pass it around all of the time. also put the endpoint file in the right place.
-
Charlie Ringer authored
Lot of files have change merely because of an error on my part. refactored code to use a game class to house all the game code (ready for front end stuff to be added).
-
- Nov 06, 2015
-
-
Charlie Ringer authored
I am lazy and should commit regulaly but I have :/ so this is massive.
-
- Oct 27, 2015
-
-
Charlie Ringer authored
Adding the very basic file that were created by OF. No code of my own yet.
-