Bank Robber2.5D by Kix
So, unfortunately due to the nature of this compo i didn't get time to fix to rather serious bugs in my code. The first one is ridiculously noticeable, SPRITES RENDER THROUGH WALLS??? To be honest i don't know why but thats how it is. The second is if you touch the wall on this one angle it crashes the engine, so just don't run the player right up against the wall and you should be fine.
CONTROLS:
Arrow keys:move/rotate
Spacebar:shoot
The idea was that your a bank robber trying to rob a bank, and the evil/good guard rats(huh?) are trying to stop you. Find the chest to win
P.S I did all the code on Linux and haven't tested on windows or mac but,it should be good.
CONTROLS:
Arrow keys:move/rotate
Spacebar:shoot
The idea was that your a bank robber trying to rob a bank, and the evil/good guard rats(huh?) are trying to stop you. Find the chest to win
P.S I did all the code on Linux and haven't tested on windows or mac but,it should be good.
Ratings
| Coolness | 26% | 1012 |
| Overall | 2.42 | 652 |
| Fun | 1.75 | 743 |
| Graphics | 2.25 | 612 |
| Theme | 2.42 | 651 |
incredibly buggy play though
These guards are pretty scary.
What library / engine did you use?
If you need any help to fix some bugs I would be glad to help. You didn't send to source files so I can't do anything :(
Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: -1933
at org.kix.graphics.Raycast.render(Raycast.java:271)
at org.kix.graphics.Room.render(Room.java:22)
at org.kix.main.Component.render(Component.java:101)
at org.kix.main.Component.run(Component.java:75)
at java.lang.Thread.run(Thread.java:662)